Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 12-12-2010, 06:51 PM   #1
anne.oneemas
Member
anne.oneemas began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2010
Device: Kindle
Red face Recipe for Sunday Business Post - Ireland

Hi

Completely unfamiliar with Python, but tried using the Basic Recipe generator to get feeds from http://www.sundaybusinesspost.com with no success. Can anyone help please?

Anne
anne.oneemas is offline   Reply With Quote
Old 12-12-2010, 07:49 PM   #2
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by anne.oneemas View Post
Hi

Completely unfamiliar with Python, but tried using the Basic Recipe generator to get feeds from http://www.sundaybusinesspost.com with no success. Can anyone help please?

Anne
http://www.sundaybusinesspost.com is not a feed. Have you located a feed?
Starson17 is offline   Reply With Quote
Advert
Old 12-13-2010, 04:46 AM   #3
anne.oneemas
Member
anne.oneemas began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2010
Device: Kindle
Sorry! The page that lists the feeds is

http://www.sundaybusinesspost.com/rss/

and then the individual feeds are the following:

http://feeds.thepost.ie/tpnews
http://feeds.thepost.ie/tpnewsfeatures
http://feeds.thepost.ie/tpmoneymarket
http://feeds.thepost.ie/tpcomment
http://feeds.thepost.ie/tpmedia
http://feeds.thepost.ie/tpproperty
http://feeds.thepost.ie/tpagenda

They also list a twitter feed as follows:
http://twitter.com/sundaybusiness

By the way, thanks for such a prompt reply

Regards

Anne
anne.oneemas is offline   Reply With Quote
Old 12-13-2010, 07:56 AM   #4
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by anne.oneemas View Post
tried using the Basic Recipe generator to get feeds from http://www.sundaybusinesspost.com with no success.
What happened when you used those feeds in the Basic? Didn't it work?
Starson17 is offline   Reply With Quote
Old 12-13-2010, 08:02 AM   #5
anne.oneemas
Member
anne.oneemas began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2010
Device: Kindle
Hi

I got the table of contents, (i.e. the headlines,) but not the actual content. Each headline opens an identical page which consists of llinks back to the website and a few graphics.
anne.oneemas is offline   Reply With Quote
Advert
Old 12-13-2010, 10:00 AM   #6
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by anne.oneemas View Post
Hi

I got the table of contents, (i.e. the headlines,) but not the actual content. Each headline opens an identical page which consists of llinks back to the website and a few graphics.
You aren't getting the content because it's inside a <script> element, and by default, Calibre strips out scripts. Click the advanced button, and add this line to the recipe:
Code:
    remove_javascript   = False
That will get you started.
Starson17 is offline   Reply With Quote
Old 12-13-2010, 10:45 AM   #7
anne.oneemas
Member
anne.oneemas began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2010
Device: Kindle
Smile

Thankyou.

Sorry to be a pain, but what does "Argument must be string or unicode" mean?

The recipe ran but ended with an error message "Failed: Fetch News from Sunday Business Post"

The details are as follows:

Spoiler:
ERROR: Conversion Error: <b>Failed</b>: Fetch news from Sunday Business Post

Fetch news from Sunday Business Post
Resolved conversion options
calibre version: 0.7.32
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0,
'book_producer': None,
'change_justification': 'original',
'chapter': None,
'chapter_mark': 'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'disable_font_rescaling': False,
'dont_compress': False,
'dont_download_recipe': False,
'extra_css': None,
'font_size_mapping': None,
'footer_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s* <a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)' ,
'header_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s* <a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)' ,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x04E61150>,
'insert_blank_line': False,
'insert_metadata': False,
'isbn': None,
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0,
'linearize_tables': False,
'lrf': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'max_toc_links': 50,
'no_chapters_in_toc': False,
'no_inline_navbars': True,
'no_inline_toc': False,
'output_profile': <calibre.customize.profiles.KindleOutput object at 0x04E61430>,
'page_breaks_before': None,
'password': None,
'personal_doc': '[PDOC]',
'prefer_author_sort': False,
'prefer_metadata_cover': False,
'preprocess_html': False,
'pretty_print': False,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': None,
'remove_first_image': False,
'remove_footer': False,
'remove_header': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'rescale_images': False,
'series': None,
'series_index': None,
'smarten_punctuation': False,
'tags': None,
'test': False,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'use_auto_toc': False,
'username': None,
'verbose': 2}
InputFormatPlugin: Recipe Input running
Synthesizing mastheadImage
Downloading
DownloadingDownloading

Fetching Downloadinghttp://www.thepost.ie/story/ojmheymhid/Fetching

Downloadinghttp://www.thepost.ie/story/ojmheymhgb/
Fetching
http://www.thepost.ie/story/ojmheymhql/
Fetching Fetchinghttp://www.thepost.ie/story/ojmheymhey/
http://www.thepost.ie/story/ojmheymhoj/
Processing images...
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Processing images...
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Processing images...
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Processing images...
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Processing images...
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Fetching http://www.thepost.ie/post/images/thepost1.gif
Fetching http://www.thepost.ie/post/images/thepost1.gif
Fetching http://www.thepost.ie/post/images/thepost2.gif
Fetching http://www.thepost.ie/post/images/thepost2.gif
Fetching http://www.thepost.ie/rss/images/feed-icon-12x12.gif
Fetching http://www.thepost.ie/rss/images/feed-icon-12x12.gif
Fetching http://www.thepost.ie/rss/images/feed-icon-12x12.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/imode/images/the_post.gif
Fetching http://www.thepost.ie/imode/images/the_post.gif
Fetching http://www.thepost.ie/includes_live/...ea/findmea.gif
Fetching http://www.thepost.ie/includes_live/...ea/findmea.gif
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://media.tcm.ie/media/images/a/aibHQ.jpg
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://media.tcm.ie/media/images/d/dailinternal.jpg
Fetching http://www.thepost.ie/post/images/icoprint.gif
Fetching http://www.thepost.ie/post/images/icoprint.gif
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://media.tcm.ie/media/images/f/F...nstruction.jpg
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...ADTECH;loc=300
Fetching http://www.thepost.ie/post/images/spacer.gif
Fetching http://www.thepost.ie/breakingnews/css/sbp.css
Fetching http://www.thepost.ie/breakingnews/css/sbp.css
Fetching http://www.thepost.ie/breakingnews/css/sbp.css
Fetching http://www.thepost.ie/css/extra.css
Fetching http://www.thepost.ie/css/extra.css
Fetching http://www.thepost.ie/css/extra.css
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhgb/
http://www.thepost.ie/story/ojmheymhgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_2\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhmh/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhid/
Downloaded article: Backbench outcry over 'unfair' loophole from http://www.thepost.ie/story/ojmheymhgb/
http://www.thepost.ie/story/ojmheymhid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_0\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhcw/
Downloaded article: AIB put up no defence in bonus case from http://www.thepost.ie/story/ojmheymhid/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhmh/
Processing images...
http://www.thepost.ie/story/ojmheymhmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_5\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhkf/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhcw/
Downloaded article: O'Cuív to cut €30m from pensioner schemes from http://www.thepost.ie/story/ojmheymhmh/
http://www.thepost.ie/story/ojmheymhcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_6\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhau/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhql/
Downloaded article: Green bills to go to cabinet before Christmas from http://www.thepost.ie/story/ojmheymhcw/
http://www.thepost.ie/story/ojmheymhql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_1\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwsn/
Downloaded article: Cork developer declares bankruptcy in England following €1bn collapse from http://www.thepost.ie/story/ojmheymhql/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhkf/
Processing images...
Processing images...
http://www.thepost.ie/story/ojmheymhkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_7\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwid/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwsn/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhau/Downloaded article:
FG warning over 'cronies' from http://www.thepost.ie/story/ojmheymhkf/
http://www.thepost.ie/story/ojmheycwsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_9\index.xhtml
http://www.thepost.ie/story/ojmheymhau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_8\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwql/
Downloading
Fetching http://www.thepost.ie/story/ojmheycwgb/
Downloaded article: McCarthy group busy finalising plan for the sale of state's energy assets from http://www.thepost.ie/story/ojmheycwsn/
Downloaded article: Bad weather hits hospitality sector from http://www.thepost.ie/story/ojmheymhau/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwid/
Processing images...
http://www.thepost.ie/story/ojmheycwid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_10\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwoj/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwql/
Downloaded article: Cutbacks to curtail Road Safety Authority ads from http://www.thepost.ie/story/ojmheycwid/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwgb/
http://www.thepost.ie/story/ojmheycwql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_11\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwey/
http://www.thepost.ie/story/ojmheycwgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_12\index.xhtml
Downloading
Downloaded article: TDs stung by hidden pay cut as PRSI perk ends Fetchingfrom http://www.thepost.ie/story/ojmheycwmh/
http://www.thepost.ie/story/ojmheycwql/
Downloaded article: Price hike likely for NCT and driving tests from http://www.thepost.ie/story/ojmheycwgb/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhoj/
http://www.thepost.ie/story/ojmheymhoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_3\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwcw/
Downloaded article: White collar crime bill gives gardai radical new powers from http://www.thepost.ie/story/ojmheymhoj/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwoj/
Processing images...
http://www.thepost.ie/story/ojmheycwoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_13\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwkf/
Downloaded article: Government facing legal battle over Section 23 change from http://www.thepost.ie/story/ojmheycwoj/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwey/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwmh/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwcw/
http://www.thepost.ie/story/ojmheycwey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_14\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwau/
Downloaded article: Pension measures in Budget 2011 branded 'inequitable' from http://www.thepost.ie/story/ojmheycwey/
Processing images...
http://www.thepost.ie/story/ojmheycwmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_15\index.xhtml
Downloaded article: Planning granted for €120m windfarm Downloadingfrom
http://www.thepost.ie/story/ojmheycwmh/
Fetching http://www.thepost.ie/story/ojmheykfsn/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwkf/
http://www.thepost.ie/story/ojmheycwcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_16\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfid/
Downloaded article: Arnotts to open for St Stephen's Day sales from http://www.thepost.ie/story/ojmheycwcw/
http://www.thepost.ie/story/ojmheycwkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_17\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfql/
Downloaded article: Copan is raising the bar in promotion from http://www.thepost.ie/story/ojmheycwkf/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwau/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfsn/
http://www.thepost.ie/story/ojmheycwau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_18\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfgb/
Downloaded article: State to drawdown €10 billion from bailout fund from http://www.thepost.ie/story/ojmheycwau/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfid/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfql/
http://www.thepost.ie/story/ojmheykfsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_19\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfoj/
Downloaded article: O2 forced to amend online billing policy from http://www.thepost.ie/story/ojmheykfsn/
Processing images...
http://www.thepost.ie/story/ojmheykfid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_20\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfgb/
http://www.thepost.ie/story/ojmheykfql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_21\index.xhtml
Downloaded article: More McNamara companies go under from http://www.thepost.ie/story/ojmheykfid/
Downloaded article: Consultants encouraged to treat private patients from Downloading
http://www.thepost.ie/story/ojmheykfql/
Fetching http://www.thepost.ie/story/ojmheykfmh/
http://www.thepost.ie/story/ojmheykfgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_22\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfcw/
Downloaded article: Coshla Quarries in unpaid monies dispute from http://www.thepost.ie/story/ojmheykfgb/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfoj/
http://www.thepost.ie/story/ojmheykfoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_23\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfkf/
Downloaded article: EP Mooney property firm loses €64 million from http://www.thepost.ie/story/ojmheykfoj/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfey/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfmh/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfcw/
http://www.thepost.ie/story/ojmheykfey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_24\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfau/
Downloaded article: Government urged to fight tobacco smuggling from http://www.thepost.ie/story/ojmheykfey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfkf/
http://www.thepost.ie/story/ojmheykfmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_25\index.xhtml
http://www.thepost.ie/story/ojmheykfcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_26\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyausn/
Downloading
Fetching http://www.thepost.ie/story/ojmheyauid/
http://www.thepost.ie/story/ojmheykfkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_27\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyauql/
Downloaded article: Cocaine's enduring celebrity appeal from http://www.thepost.ie/story/ojmheykfmh/
Downloaded article: Any quantity of cocaine can be lethal from http://www.thepost.ie/story/ojmheykfcw/
Downloaded article: Switch from cash bonuses to gift vouchers from http://www.thepost.ie/story/ojmheykfkf/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyausn/
http://www.thepost.ie/story/ojmheyausn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_29\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyaugb/
Downloaded article: Developer €5.8m in red but forecasts 'continued growth' from http://www.thepost.ie/story/ojmheyausn/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhey/
http://www.thepost.ie/story/ojmheymhey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_4\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidid/
Downloaded article: Garda collusion tribunal to hold first public session after five years from http://www.thepost.ie/story/ojmheymhey/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyaugb/
Processing images...
Fetching http://media.tcm.ie/media/images/s/S...Dec9th2010.jpg
http://www.thepost.ie/story/ojmheyaugb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_32\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidql/
Downloaded article: Arnotts, but not as we know it from http://www.thepost.ie/story/ojmheyaugb/
Processing images...
Fetching http://media.tcm.ie/media/images/s/S...AnniDewani.jpg
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidid/
http://www.thepost.ie/story/ojmhmhidid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_33\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidgb/
Downloaded article: Coalition out of touch, say rebels from http://www.thepost.ie/story/ojmhmhidid/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidql/
http://www.thepost.ie/story/ojmhmhidql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_34\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidoj/
Downloaded article: Briton faces extradition over murder of his wife from http://www.thepost.ie/story/ojmhmhidql/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfau/
http://www.thepost.ie/story/ojmheykfau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_28\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidey/
Downloaded article: Fleming opts for British bankruptcy after collapse of firm with €1bn debts from http://www.thepost.ie/story/ojmheykfau/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidoj/
Processing images...
http://www.thepost.ie/story/ojmhmhidoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_36\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidmh/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyauid/
Processing images...
Downloaded article: Agreement on climate change reached in Mexico from http://www.thepost.ie/story/ojmhmhidoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyauql/
http://www.thepost.ie/story/ojmheyauid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_30\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidkf/
Downloaded article: RTE to defend its online presence from http://www.thepost.ie/story/ojmheyauid/
Processing images...
Fetching http://media.tcm.ie/media/images/t/TomMcGurkRTE.jpg
http://www.thepost.ie/story/ojmheyauql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_31\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidau/
Downloaded article: O'Brien pushes for tribunal lawyers to give evidence from http://www.thepost.ie/story/ojmheyauql/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidmh/
http://www.thepost.ie/story/ojmhmhidmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_1\arti cle_1\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhqlsn/
Downloaded article: Board Room - Inside Business from http://www.thepost.ie/story/ojmhmhidmh/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidey/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidkf/
Processing images...
Fetching http://media.tcm.ie/media/images/b/B...edSept09AP.jpg
http://www.thepost.ie/story/ojmhmhidey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_1\arti cle_0\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhqlid/
Downloaded article: Data wars - the defining conflict of the 21st century from http://www.thepost.ie/story/ojmhmhidey/
Processing images...
http://www.thepost.ie/story/ojmhmhidkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_1\arti cle_2\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhqlql/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidau/
Downloaded article: Sinn Féin needs Labour to mess up if it wants to grow from http://www.thepost.ie/story/ojmhmhidkf/
http://www.thepost.ie/story/ojmhmhidau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_1\arti cle_3\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhgboj/
Downloaded article: Time is now up for this government from http://www.thepost.ie/story/ojmhmhidau/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidgb/
Processing images...
http://www.thepost.ie/story/ojmhmhidgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_0\arti cle_35\index.xhtml
Downloaded article: Tax deal turns sour for Obama from http://www.thepost.ie/story/ojmhmhidgb/
Downloading
Fetching http://www.thepost.ie/story/ojmhmhgbey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhqlid/
http://www.thepost.ie/story/ojmhmhqlid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_1\arti cle_5\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyauoj/
Downloaded article: EU/IMF bailout contains significant hidden benefits from http://www.thepost.ie/story/ojmhmhqlid/
Processing images...
Fetching http://media.tcm.ie/media/images/v/V...wneNoRepro.jpg
Processing images...
Fetching http://media.tcm.ie/media/images/d/DavidMcWilliams.jpg
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhgboj/
http://www.thepost.ie/story/ojmhmhgboj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_1\arti cle_7\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyauey/
Downloaded article: Old gunslingers in denial about the firing squad from http://www.thepost.ie/story/ojmhmhgboj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhqlql/
http://www.thepost.ie/story/ojmhmhqlql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_1\arti cle_6\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyaumh/
Downloaded article: Timeto play the Brady hunch from http://www.thepost.ie/story/ojmhmhqlql/
Processing images...
Fetching http://media.tcm.ie/media/images/b/B...WELLSNOFEE.jpg
Processing images...
Fetching http://media.tcm.ie/media/images/b/b...ohnGormley.jpg
Processing images...
Fetching http://media.tcm.ie/media/images/b/B...tDay2010PA.jpg
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyauey/
http://www.thepost.ie/story/ojmheyauey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_1\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyaucw/
Downloaded article: Reform and revolt: last days of the coalition from http://www.thepost.ie/story/ojmheyauey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyauoj/
http://www.thepost.ie/story/ojmheyauoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_0\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyaukf/
Downloaded article: Out with the old from http://www.thepost.ie/story/ojmheyauoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyaumh/
http://www.thepost.ie/story/ojmheyaumh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_2\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyauau/
Downloaded article: Not easy to turn back the clock from http://www.thepost.ie/story/ojmheyaumh/
Processing images...
Fetching http://media.tcm.ie/media/images/b/B...ov232010PA.jpg
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhqlsn/
http://www.thepost.ie/story/ojmhmhqlsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_1\arti cle_4\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhsnsn/
Downloaded article: Budget is done, but reform must be next from http://www.thepost.ie/story/ojmhmhqlsn/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyaucw/
http://www.thepost.ie/story/ojmheyaucw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_3\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhsnid/
Downloaded article: How the deal was done from http://www.thepost.ie/story/ojmheyaucw/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhgbey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyauau/
http://www.thepost.ie/story/ojmhmhgbey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_1\arti cle_8\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhsnql/
http://www.thepost.ie/story/ojmheyauau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_5\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhsngb/
Downloaded article: Stepping into the ring as budget debates go up in smoke from http://www.thepost.ie/story/ojmhmhgbey/
Downloaded article: Trying to get the tax balance right from http://www.thepost.ie/story/ojmheyauau/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhsnsn/
Processing images...
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhsnql/
http://www.thepost.ie/story/ojmhmhsnsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_6\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhsnoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhsngb/
Downloaded article: The ghosts of budgets past from http://www.thepost.ie/story/ojmhmhsnsn/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhsnid/
http://www.thepost.ie/story/ojmhmhsnql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_8\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhsney/
http://www.thepost.ie/story/ojmhmhsngb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_9\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhsnmh/
http://www.thepost.ie/story/ojmhmhsnid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_7\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhsncw/
Downloaded article: Start-up sector grateful for small mercies from http://www.thepost.ie/story/ojmhmhsnql/
Downloaded article: RTE tightens purse strings from http://www.thepost.ie/story/ojmhmhsngb/
Downloaded article: Good and bad news for property market from http://www.thepost.ie/story/ojmhmhsnid/
Processing images...
Processing images...
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhsnoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhsney/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhsnmh/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhsncw/
http://www.thepost.ie/story/ojmhmhsnoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_10\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhsnkf/
Downloaded article: Semi-states reticent about subject of executive pay from http://www.thepost.ie/story/ojmhmhsnoj/
http://www.thepost.ie/story/ojmhmhsnmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_12\index.xhtml
http://www.thepost.ie/story/ojmhmhsney/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_11\index.xhtml
Downloading
DownloadingFetching
http://www.thepost.ie/story/ojmhmhsnau/
Fetching http://www.thepost.ie/story/ojmhmhidsn/
Downloaded article: New witnesses emerge in Garda collusion inquiry from http://www.thepost.ie/story/ojmhmhsnmh/
Downloaded article: You can't kick bank bonus issue to touch from http://www.thepost.ie/story/ojmhmhsney/
http://www.thepost.ie/story/ojmhmhsncw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_13\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmheyid/
Downloaded article: Education: 'invest in the early years' from http://www.thepost.ie/story/ojmhmhsncw/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhsnkf/
http://www.thepost.ie/story/ojmhmhsnkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_14\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmheyql/
Downloaded article: Grade inflation issue lingers after disturbing OECD report from http://www.thepost.ie/story/ojmhmhsnkf/
Processing images...
Fetching http://media.tcm.ie/media/images/b/b...relandLogo.jpg
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyaukf/
http://www.thepost.ie/story/ojmheyaukf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_4\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmheygb/
Processing images...
Downloaded article: Cowen tries to mobilise FF grassroots before election from http://www.thepost.ie/story/ojmheyaukf/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidsn/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhsnau/
Processing images...
Fetching http://media.tcm.ie/media/images/d/DermotDesmond.jpg
http://www.thepost.ie/story/ojmhmhsnau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_15\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmheyoj/
http://www.thepost.ie/story/ojmhmhidsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_2\arti cle_16\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmheyey/
Downloaded article: Business interview: Michael Hogan from http://www.thepost.ie/story/ojmhmhsnau/
Downloaded article: Irish presence at heart of Haitian entrepreneurial drive from http://www.thepost.ie/story/ojmhmhidsn/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmheyql/
http://www.thepost.ie/story/ojmhmheyql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_1\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmheymh/
Downloaded article: Investors feel the chill at Metro Baltic from http://www.thepost.ie/story/ojmhmheyql/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmheyey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmheyoj/
http://www.thepost.ie/story/ojmhmheyey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_4\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmheycw/
Downloaded article: Tullow Oil tipped as top M&A target in 2011 from http://www.thepost.ie/story/ojmhmheyey/
http://www.thepost.ie/story/ojmhmheyoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_3\index.xhtml
Downloading
Fetching Recursion limit reached. Skipping links inhttp://www.thepost.ie/story/ojmhmheykf/
http://www.thepost.ie/story/ojmhmheyid/
Processing images...
Fetching http://media.tcm.ie/media/images/e/EuroNotesAtBank.jpg
Downloaded article: RTE credit union sees bad debt increase from http://www.thepost.ie/story/ojmhmheyoj/
http://www.thepost.ie/story/ojmhmheyid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_0\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmheyau/
Downloaded article: BoI bond swap could see bank's own clients hit from http://www.thepost.ie/story/ojmhmheyid/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmheymh/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmheycw/
http://www.thepost.ie/story/ojmhmheymh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_5\index.xhtml
Downloaded article: Tullow marks anniversary with promising Ghana production from http://www.thepost.ie/story/ojmhmheymh/
Downloading
Fetching http://www.thepost.ie/story/ojmhmhmhsn/
http://www.thepost.ie/story/ojmhmheycw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_6\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhmhid/
Downloaded article: Tullow marks anniversary with promising Ghana production from http://www.thepost.ie/story/ojmhmheycw/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmheygb/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmheyau/
http://www.thepost.ie/story/ojmhmheygb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_2\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhmhql/
http://www.thepost.ie/story/ojmhmheyau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_8\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhmhau/
Downloaded article: Bond move may help plug semi-state pension holes from http://www.thepost.ie/story/ojmhmheygb/
Downloaded article: NTR shareholders are urged to be 'believers' from http://www.thepost.ie/story/ojmhmheyau/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhmhsn/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhmhid/
http://www.thepost.ie/story/ojmhmhmhid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_10\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhcwsn/
http://www.thepost.ie/story/ojmhmhmhsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_9\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhcwid/
Downloaded article: The INQUISITOR from http://www.thepost.ie/story/ojmhmhmhid/
Downloaded article: Bad time for a punt on gambling from http://www.thepost.ie/story/ojmhmhmhsn/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhmhau/
http://www.thepost.ie/story/ojmhmhmhau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_12\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhcwql/
Downloaded article: Maternity coaching for working from http://www.thepost.ie/story/ojmhmhmhau/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhcwid/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhcwsn/
http://www.thepost.ie/story/ojmhmhcwid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_14\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhcwgb/
Processing images...
Downloaded article: Cork firm powers ahead with new facility from http://www.thepost.ie/story/ojmhmhcwid/
http://www.thepost.ie/story/ojmhmhcwsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_13\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhcwoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmheykf/
Downloaded article: Working Week from http://www.thepost.ie/story/ojmhmhcwsn/
http://www.thepost.ie/story/ojmhmheykf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_7\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhcwey/
Downloaded article: Elan shareholders welcome chairman with pharma experience from http://www.thepost.ie/story/ojmhmheykf/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhmhql/
Processing images...
http://www.thepost.ie/story/ojmhmhmhql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_11\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhqloj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhcwql/
Downloaded article: And now the good news . . . from http://www.thepost.ie/story/ojmhmhmhql/
http://www.thepost.ie/story/ojmhmhcwql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_15\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhqley/
Processing images...
Downloaded article: Armagh firm signs Azores recycling deal from http://www.thepost.ie/story/ojmhmhcwql/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhcwgb/
http://www.thepost.ie/story/ojmhmhcwgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_16\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhmhkf/
Downloaded article: Publisher completes €200k Clarion contract from http://www.thepost.ie/story/ojmhmhcwgb/
Processing images...
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhqloj/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhqley/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhcwey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhmhkf/
http://www.thepost.ie/story/ojmhmhqley/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_4\arti cle_1\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhcwmh/
http://www.thepost.ie/story/ojmhmhcwey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_18\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhcwcw/
http://www.thepost.ie/story/ojmhmhqloj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_4\arti cle_0\index.xhtml
Downloaded article: MEDIA WORLD from http://www.thepost.ie/story/ojmhmhqley/
Downloaded article: NEW THIS WEEK from http://www.thepost.ie/story/ojmhmhcwey/
Downloading
FetchingDownloaded article: http://www.thepost.ie/story/ojmhmhcwkf/2011: the challenge ahead
from http://www.thepost.ie/story/ojmhmhqloj/
http://www.thepost.ie/story/ojmhmhmhkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_0\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhcwau/
Downloaded article: BMW520d blends comfort and economy from http://www.thepost.ie/story/ojmhmhmhkf/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhcwmh/
Processing images...
Fetching http://media.tcm.ie/media/images/e/E...esLockedPA.jpg
http://www.thepost.ie/story/ojmhmhcwmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_1\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhkfsn/
Downloaded article: Dissent of man from http://www.thepost.ie/story/ojmhmhcwmh/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhcwcw/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhcwoj/
http://www.thepost.ie/story/ojmhmhcwcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_2\index.xhtml
http://www.thepost.ie/story/ojmhmhcwoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_3\arti cle_17\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhkfid/
Downloading
Fetching http://www.thepost.ie/story/ojmhmhkfql/
Downloaded article: Off Message from http://www.thepost.ie/story/ojmhmhcwcw/
Downloaded article: Osmosis signs €500k Aviva Stadium deal from http://www.thepost.ie/story/ojmhmhcwoj/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhkfid/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhkfql/
http://www.thepost.ie/story/ojmhmhkfid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_6\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhkfgb/
Downloaded article: Spice up your Christmas dinner from http://www.thepost.ie/story/ojmhmhkfid/
http://www.thepost.ie/story/ojmhmhkfql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_7\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhkfoj/
Downloaded article: Bitesize from http://www.thepost.ie/story/ojmhmhkfql/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhkfgb/
Processing images...
Fetching http://media.tcm.ie/media/images/b/BooksGeneric.jpg
http://www.thepost.ie/story/ojmhmhkfgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_8\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhkfey/
Downloaded article: Child's play from http://www.thepost.ie/story/ojmhmhkfgb/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhcwau/
Processing images...
Fetching http://media.tcm.ie/media/images/b/B...ncerRibbon.jpg
http://www.thepost.ie/story/ojmhmhcwau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_4\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhkfmh/
Downloaded article: New Locks hits the right key from http://www.thepost.ie/story/ojmhmhcwau/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhkfoj/
Fetching http://media.tcm.ie/media/images/t/t...eorgeBush1.jpg
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhcwkf/
Processing images...
http://www.thepost.ie/story/ojmhmhkfoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_9\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhkfcw/
Downloaded article: Statement of intent from http://www.thepost.ie/story/ojmhmhkfoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhkfsn/
Processing images...
Fetching http://media.tcm.ie/media/images/b/Books.jpg
http://www.thepost.ie/story/ojmhmhcwkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_3\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhkfkf/
Downloaded article: The enemy within from http://www.thepost.ie/story/ojmhmhcwkf/
http://www.thepost.ie/story/ojmhmhkfsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_5\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhkfau/
Downloaded article: The Chef from http://www.thepost.ie/story/ojmhmhkfsn/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhkfmh/
Processing images...
Fetching http://media.tcm.ie/media/images/a/arcadeFire.jpg
Processing images...
Processing images...
Fetching http://media.tcm.ie/media/images/t/t...tFilmStill.jpg
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhkfau/
http://www.thepost.ie/story/ojmhmhkfmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_11\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhausn/
Downloaded article: Classics loved and unloved from http://www.thepost.ie/story/ojmhmhkfmh/
http://www.thepost.ie/story/ojmhmhkfau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_14\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhauid/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhkfcw/
Downloaded article: Is Aladdin any good? Oh, yes it is! from http://www.thepost.ie/story/ojmhmhkfau/
http://www.thepost.ie/story/ojmhmhkfcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_12\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhauql/
Downloaded article: Rock 'n' roll is dead, long live . . . from http://www.thepost.ie/story/ojmhmhkfcw/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhausn/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhkfkf/
http://www.thepost.ie/story/ojmhmhausn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_15\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhaugb/
Processing images...
Downloaded article: CINEMA from http://www.thepost.ie/story/ojmhmhausn/
http://www.thepost.ie/story/ojmhmhkfkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_13\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhauoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhauid/
Downloaded article: Tourist's beauty only skin deep from http://www.thepost.ie/story/ojmhmhkfkf/
Processing images...
Fetching http://media.tcm.ie/media/images/d/D...ntOfBeerPA.jpg
http://www.thepost.ie/story/ojmhmhauid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_16\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhauey/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhaugb/
Downloaded article: Classical Notes from http://www.thepost.ie/story/ojmhmhauid/
http://www.thepost.ie/story/ojmhmhaugb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_18\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhaumh/
Downloaded article: Egypt adventures from http://www.thepost.ie/story/ojmhmhaugb/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhauoj/
http://www.thepost.ie/story/ojmhmhauoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_19\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhaucw/
Downloaded article: Well Travelled from http://www.thepost.ie/story/ojmhmhauoj/
Processing images...
Fetching http://media.tcm.ie/media/images/r/RadioGeneric.jpg
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhauql/
http://www.thepost.ie/story/ojmhmhauql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_17\index.xhtml
Downloaded article: Medical Matters from http://www.thepost.ie/story/ojmhmhauql/
Processing images...
Fetching http://media.tcm.ie/media/images/p/petrolPump.jpg
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhkfey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhaucw/
http://www.thepost.ie/story/ojmhmhkfey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_10\index.xhtml
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhaumh/
Downloaded article: Examining the politics of power from http://www.thepost.ie/story/ojmhmhkfey/
http://www.thepost.ie/story/ojmhmhaucw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_22\index.xhtml
http://www.thepost.ie/story/ojmhmhaumh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_21\index.xhtml
Downloaded article: Survival of the fittest and Irishest from http://www.thepost.ie/story/ojmhmhaucw/
Downloaded article: Radio review from http://www.thepost.ie/story/ojmhmhaumh/
Processing images...
Fetching http://media.tcm.ie/media/images/r/remoteControlTV.jpg
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhauey/
http://www.thepost.ie/story/ojmhmhauey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32__8ext5_plumber\feed_6\arti cle_20\index.xhtml
Downloaded article: TV Review from http://www.thepost.ie/story/ojmhmhauey/
Parsing all content...
Parsing feed_3/article_13/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_13/index.html' as HTML
Forcing feed_3/article_13/index.html into XHTML namespace
Parsing feed_2/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: Opening and ending tag mismatch: hr line 29 and div, line 30, column 7

Parsing file 'feed_2/index.html' as HTML
Forcing feed_2/index.html into XHTML namespace
Parsing feed_6/article_5/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_5/index.html' as HTML
Forcing feed_6/article_5/index.html into XHTML namespace
Parsing feed_2/article_1/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_1/index.html' as HTML
Forcing feed_2/article_1/index.html into XHTML namespace
Parsing feed_6/article_8/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_8/index.html' as HTML
Forcing feed_6/article_8/index.html into XHTML namespace
Parsing feed_6/article_13/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_13/index.html' as HTML
Forcing feed_6/article_13/index.html into XHTML namespace
Parsing feed_3/article_18/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_18/index.html' as HTML
Forcing feed_3/article_18/index.html into XHTML namespace
Parsing feed_4/article_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_4/article_0/index.html' as HTML
Forcing feed_4/article_0/index.html into XHTML namespace
Parsing feed_4/article_1/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_4/article_1/index.html' as HTML
Forcing feed_4/article_1/index.html into XHTML namespace
Parsing feed_6/article_21/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_21/index.html' as HTML
Forcing feed_6/article_21/index.html into XHTML namespace
Parsing feed_5/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: Opening and ending tag mismatch: hr line 29 and div, line 30, column 7

Parsing file 'feed_5/index.html' as HTML
Forcing feed_5/index.html into XHTML namespace
Parsing index.html ...
Forcing index.html into XHTML namespace
Parsing feed_6/article_7/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_7/index.html' as HTML
Forcing feed_6/article_7/index.html into XHTML namespace
Parsing feed_3/article_16/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_16/index.html' as HTML
Forcing feed_3/article_16/index.html into XHTML namespace
Parsing feed_0/article_2/stylesheets/style0.css ...
Unexpected token (CHAR, /, 169, 2)
Property: Unexpected ident. [169:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 659, 2)
Property: Unexpected ident. [659:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 775, 2)
Property: Unexpected ident. [775:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 1457, 2)
Property: Unexpected ident. [1457:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
CSSValue: Missing token for production Choice(Sequence(unary +-, Choice(number, percentage, dimension)), string, ident, URI, HEX color, unicode-range, expression, variable, calcfunction, function): ('HASH', u'#00000', 1780, 16)
CSSStyleDeclaration: Syntax Error in Property: color: #00000
Parsing feed_2/article_6/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_6/index.html' as HTML
Forcing feed_2/article_6/index.html into XHTML namespace
Parsing feed_6/article_12/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_12/index.html' as HTML
Forcing feed_6/article_12/index.html into XHTML namespace
Parsing feed_6/article_18/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_18/index.html' as HTML
Forcing feed_6/article_18/index.html into XHTML namespace
Parsing feed_6/article_2/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_2/index.html' as HTML
Forcing feed_6/article_2/index.html into XHTML namespace
Parsing feed_6/article_22/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_22/index.html' as HTML
Forcing feed_6/article_22/index.html into XHTML namespace
Parsing feed_0/article_2/stylesheets/style1.css ...
Parsing feed_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: Opening and ending tag mismatch: hr line 29 and div, line 30, column 7

Parsing file 'feed_0/index.html' as HTML
Forcing feed_0/index.html into XHTML namespace
Parsing feed_0/article_20/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_20/index.html' as HTML
Forcing feed_0/article_20/index.html into XHTML namespace
Parsing feed_6/article_20/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_20/index.html' as HTML
Forcing feed_6/article_20/index.html into XHTML namespace
Parsing feed_0/article_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_0/index.html' as HTML
Forcing feed_0/article_0/index.html into XHTML namespace
Parsing feed_6/article_10/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_10/index.html' as HTML
Forcing feed_6/article_10/index.html into XHTML namespace
Parsing feed_0/article_21/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_21/index.html' as HTML
Forcing feed_0/article_21/index.html into XHTML namespace
Parsing feed_6/article_4/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 250, column 8

Parsing file 'feed_6/article_4/index.html' as HTML
Forcing feed_6/article_4/index.html into XHTML namespace
Parsing feed_0/article_22/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_22/index.html' as HTML
Forcing feed_0/article_22/index.html into XHTML namespace
Parsing feed_2/article_11/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_11/index.html' as HTML
Forcing feed_2/article_11/index.html into XHTML namespace
Parsing feed_6/article_17/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_17/index.html' as HTML
Forcing feed_6/article_17/index.html into XHTML namespace
Parsing feed_6/article_16/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_16/index.html' as HTML
Forcing feed_6/article_16/index.html into XHTML namespace
Parsing feed_0/article_23/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_23/index.html' as HTML
Forcing feed_0/article_23/index.html into XHTML namespace
Parsing feed_3/article_8/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_8/index.html' as HTML
Forcing feed_3/article_8/index.html into XHTML namespace
Parsing feed_2/article_12/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_12/index.html' as HTML
Forcing feed_2/article_12/index.html into XHTML namespace
Parsing feed_4/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: Opening and ending tag mismatch: hr line 29 and div, line 30, column 7

Parsing file 'feed_4/index.html' as HTML
Forcing feed_4/index.html into XHTML namespace
Parsing feed_0/article_24/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_24/index.html' as HTML
Forcing feed_0/article_24/index.html into XHTML namespace
Parsing feed_2/article_15/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_15/index.html' as HTML
Forcing feed_2/article_15/index.html into XHTML namespace
Parsing feed_3/article_6/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 252, column 8

Parsing file 'feed_3/article_6/index.html' as HTML
Forcing feed_3/article_6/index.html into XHTML namespace
Parsing feed_6/article_9/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_9/index.html' as HTML
Forcing feed_6/article_9/index.html into XHTML namespace
Parsing feed_0/article_25/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 250, column 8

Parsing file 'feed_0/article_25/index.html' as HTML
Forcing feed_0/article_25/index.html into XHTML namespace
Parsing feed_6/article_15/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_15/index.html' as HTML
Forcing feed_6/article_15/index.html into XHTML namespace
Parsing feed_1/article_8/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_1/article_8/index.html' as HTML
Forcing feed_1/article_8/index.html into XHTML namespace
Parsing feed_0/article_26/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_26/index.html' as HTML
Forcing feed_0/article_26/index.html into XHTML namespace
Parsing feed_6/article_3/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_3/index.html' as HTML
Forcing feed_6/article_3/index.html into XHTML namespace
Parsing feed_0/article_0/stylesheets/style1.css ...
Parsing feed_0/article_27/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_27/index.html' as HTML
Forcing feed_0/article_27/index.html into XHTML namespace
Parsing feed_0/article_1/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_1/index.html' as HTML
Forcing feed_0/article_1/index.html into XHTML namespace
Parsing feed_6/article_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_0/index.html' as HTML
Forcing feed_6/article_0/index.html into XHTML namespace
Parsing feed_3/article_4/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: Entity 'A' not defined, line 4, column 37

Parsing file 'feed_3/article_4/index.html' as HTML
Forcing feed_3/article_4/index.html into XHTML namespace
Parsing feed_3/article_1/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_1/index.html' as HTML
Forcing feed_3/article_1/index.html into XHTML namespace
Parsing feed_0/article_28/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_28/index.html' as HTML
Forcing feed_0/article_28/index.html into XHTML namespace
Parsing feed_3/article_14/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_14/index.html' as HTML
Forcing feed_3/article_14/index.html into XHTML namespace
Parsing feed_0/article_29/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_29/index.html' as HTML
Forcing feed_0/article_29/index.html into XHTML namespace
Parsing feed_6/article_14/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_14/index.html' as HTML
Forcing feed_6/article_14/index.html into XHTML namespace
Parsing feed_0/article_3/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 251, column 8

Parsing file 'feed_0/article_3/index.html' as HTML
Forcing feed_0/article_3/index.html into XHTML namespace
Parsing feed_2/article_9/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_9/index.html' as HTML
Forcing feed_2/article_9/index.html into XHTML namespace
Parsing feed_0/article_0/stylesheets/style0.css ...
Unexpected token (CHAR, /, 169, 2)
Property: Unexpected ident. [169:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 659, 2)
Property: Unexpected ident. [659:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 775, 2)
Property: Unexpected ident. [775:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 1457, 2)
Property: Unexpected ident. [1457:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
CSSValue: Missing token for production Choice(Sequence(unary +-, Choice(number, percentage, dimension)), string, ident, URI, HEX color, unicode-range, expression, variable, calcfunction, function): ('HASH', u'#00000', 1780, 16)
CSSStyleDeclaration: Syntax Error in Property: color: #00000
Parsing feed_2/article_2/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_2/index.html' as HTML
Forcing feed_2/article_2/index.html into XHTML namespace
Parsing feed_6/article_1/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_1/index.html' as HTML
Forcing feed_6/article_1/index.html into XHTML namespace
Parsing feed_6/article_19/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_19/index.html' as HTML
Forcing feed_6/article_19/index.html into XHTML namespace
Parsing feed_2/article_7/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_7/index.html' as HTML
Forcing feed_2/article_7/index.html into XHTML namespace
Parsing feed_6/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: Opening and ending tag mismatch: hr line 29 and div, line 30, column 7

Parsing file 'feed_6/index.html' as HTML
Forcing feed_6/index.html into XHTML namespace
Parsing feed_1/article_1/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_1/article_1/index.html' as HTML
Forcing feed_1/article_1/index.html into XHTML namespace
Parsing feed_2/article_13/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_13/index.html' as HTML
Forcing feed_2/article_13/index.html into XHTML namespace
Parsing feed_3/article_9/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 252, column 8

Parsing file 'feed_3/article_9/index.html' as HTML
Forcing feed_3/article_9/index.html into XHTML namespace
Parsing feed_1/article_2/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 251, column 8

Parsing file 'feed_1/article_2/index.html' as HTML
Forcing feed_1/article_2/index.html into XHTML namespace
Parsing feed_3/article_17/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_17/index.html' as HTML
Forcing feed_3/article_17/index.html into XHTML namespace
Parsing feed_1/article_3/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_1/article_3/index.html' as HTML
Forcing feed_1/article_3/index.html into XHTML namespace
Parsing feed_3/article_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_0/index.html' as HTML
Forcing feed_3/article_0/index.html into XHTML namespace
Parsing feed_6/article_6/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_6/index.html' as HTML
Forcing feed_6/article_6/index.html into XHTML namespace
Parsing feed_1/article_4/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_1/article_4/index.html' as HTML
Forcing feed_1/article_4/index.html into XHTML namespace
Parsing feed_3/article_5/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 252, column 8

Parsing file 'feed_3/article_5/index.html' as HTML
Forcing feed_3/article_5/index.html into XHTML namespace
Parsing feed_2/article_10/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_10/index.html' as HTML
Forcing feed_2/article_10/index.html into XHTML namespace
Parsing feed_1/article_5/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 250, column 8

Parsing file 'feed_1/article_5/index.html' as HTML
Forcing feed_1/article_5/index.html into XHTML namespace
Parsing feed_0/article_3/stylesheets/style0.css ...
Unexpected token (CHAR, /, 169, 2)
Property: Unexpected ident. [169:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 659, 2)
Property: Unexpected ident. [659:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 775, 2)
Property: Unexpected ident. [775:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 1457, 2)
Property: Unexpected ident. [1457:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
CSSValue: Missing token for production Choice(Sequence(unary +-, Choice(number, percentage, dimension)), string, ident, URI, HEX color, unicode-range, expression, variable, calcfunction, function): ('HASH', u'#00000', 1780, 16)
CSSStyleDeclaration: Syntax Error in Property: color: #00000
Parsing feed_3/article_2/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_2/index.html' as HTML
Forcing feed_3/article_2/index.html into XHTML namespace
Parsing feed_1/article_6/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_1/article_6/index.html' as HTML
Forcing feed_1/article_6/index.html into XHTML namespace
Parsing feed_3/article_10/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_10/index.html' as HTML
Forcing feed_3/article_10/index.html into XHTML namespace
Parsing feed_0/article_3/stylesheets/style1.css ...
Parsing feed_2/article_14/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 252, column 8

Parsing file 'feed_2/article_14/index.html' as HTML
Forcing feed_2/article_14/index.html into XHTML namespace
Parsing feed_3/article_11/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_11/index.html' as HTML
Forcing feed_3/article_11/index.html into XHTML namespace
Parsing feed_0/article_30/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_30/index.html' as HTML
Forcing feed_0/article_30/index.html into XHTML namespace
Parsing feed_1/article_7/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_1/article_7/index.html' as HTML
Forcing feed_1/article_7/index.html into XHTML namespace
Parsing feed_0/article_10/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_10/index.html' as HTML
Forcing feed_0/article_10/index.html into XHTML namespace
Parsing feed_0/article_31/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_31/index.html' as HTML
Forcing feed_0/article_31/index.html into XHTML namespace
Parsing feed_2/article_3/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_3/index.html' as HTML
Forcing feed_2/article_3/index.html into XHTML namespace
Parsing feed_0/article_11/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_11/index.html' as HTML
Forcing feed_0/article_11/index.html into XHTML namespace
Parsing feed_0/article_32/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 253, column 8

Parsing file 'feed_0/article_32/index.html' as HTML
Forcing feed_0/article_32/index.html into XHTML namespace
Parsing feed_0/article_12/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_12/index.html' as HTML
Forcing feed_0/article_12/index.html into XHTML namespace
Parsing feed_0/article_33/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_33/index.html' as HTML
Forcing feed_0/article_33/index.html into XHTML namespace
Parsing feed_0/article_13/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_13/index.html' as HTML
Forcing feed_0/article_13/index.html into XHTML namespace
Parsing feed_3/article_7/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_7/index.html' as HTML
Forcing feed_3/article_7/index.html into XHTML namespace
Parsing feed_0/article_14/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_14/index.html' as HTML
Forcing feed_0/article_14/index.html into XHTML namespace
Parsing feed_2/article_16/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_16/index.html' as HTML
Forcing feed_2/article_16/index.html into XHTML namespace
Parsing feed_0/article_34/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_34/index.html' as HTML
Forcing feed_0/article_34/index.html into XHTML namespace
Parsing feed_0/article_15/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 251, column 8

Parsing file 'feed_0/article_15/index.html' as HTML
Forcing feed_0/article_15/index.html into XHTML namespace
Parsing feed_6/article_11/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_6/article_11/index.html' as HTML
Forcing feed_6/article_11/index.html into XHTML namespace
Parsing feed_0/article_16/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_16/index.html' as HTML
Forcing feed_0/article_16/index.html into XHTML namespace
Parsing feed_0/article_5/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 251, column 8

Parsing file 'feed_0/article_5/index.html' as HTML
Forcing feed_0/article_5/index.html into XHTML namespace
Parsing feed_0/article_35/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_35/index.html' as HTML
Forcing feed_0/article_35/index.html into XHTML namespace
Parsing feed_3/article_12/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_12/index.html' as HTML
Forcing feed_3/article_12/index.html into XHTML namespace
Parsing feed_0/article_17/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_17/index.html' as HTML
Forcing feed_0/article_17/index.html into XHTML namespace
Parsing feed_0/article_6/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_6/index.html' as HTML
Forcing feed_0/article_6/index.html into XHTML namespace
Parsing feed_3/article_15/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_15/index.html' as HTML
Forcing feed_3/article_15/index.html into XHTML namespace
Parsing feed_0/article_18/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_18/index.html' as HTML
Forcing feed_0/article_18/index.html into XHTML namespace
Parsing feed_0/article_7/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_7/index.html' as HTML
Forcing feed_0/article_7/index.html into XHTML namespace
Parsing feed_2/article_4/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_4/index.html' as HTML
Forcing feed_2/article_4/index.html into XHTML namespace
Parsing feed_0/article_36/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_36/index.html' as HTML
Forcing feed_0/article_36/index.html into XHTML namespace
Parsing feed_0/article_19/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_19/index.html' as HTML
Forcing feed_0/article_19/index.html into XHTML namespace
Parsing feed_0/article_8/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_8/index.html' as HTML
Forcing feed_0/article_8/index.html into XHTML namespace
Parsing feed_2/article_8/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_8/index.html' as HTML
Forcing feed_2/article_8/index.html into XHTML namespace
Parsing feed_2/article_5/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_5/index.html' as HTML
Forcing feed_2/article_5/index.html into XHTML namespace
Parsing feed_0/article_4/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_4/index.html' as HTML
Forcing feed_0/article_4/index.html into XHTML namespace
Parsing feed_0/article_2/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_2/index.html' as HTML
Forcing feed_0/article_2/index.html into XHTML namespace
Parsing feed_0/article_9/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: StartTag: invalid element name, line 5, column 207

Parsing file 'feed_0/article_9/index.html' as HTML
Forcing feed_0/article_9/index.html into XHTML namespace
Parsing feed_3/article_3/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_3/article_3/index.html' as HTML
Forcing feed_3/article_3/index.html into XHTML namespace
Parsing feed_3/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: Opening and ending tag mismatch: hr line 29 and div, line 30, column 7

Parsing file 'feed_3/index.html' as HTML
Forcing feed_3/index.html into XHTML namespace
Parsing feed_1/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: Opening and ending tag mismatch: hr line 29 and div, line 30, column 7

Parsing file 'feed_1/index.html' as HTML
Forcing feed_1/index.html into XHTML namespace
Parsing feed_1/article_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_1/article_0/index.html' as HTML
Forcing feed_1/article_0/index.html into XHTML namespace
Parsing feed_2/article_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_2/article_0/index.html' as HTML
Forcing feed_2/article_0/index.html into XHTML namespace
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dadvertise.htm-qqqx%3d1.asp' not found
Referenced file 'feed_7/index.html' not found
Referenced file '/post/pages/p/agenda.aspx-qqqt%3dAGENDA-qqqs%3dagenda-qqqsectionid%3d3-qqqc%3d10.0.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/breakingnews' not found
Referenced file '/post/pages/p/news.aspx-qqqt%3dNEWS-qqqs%3dnews-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3daboutus.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/motoring.aspx-qqqt%3dMOTORING-qqqs%3dmotoring-qqqsectionid%3d3-qqqc%3d9.0.0.0-qqqn%3d20-qqqsectionid%3d3-qqqc%3d9.1.0.0-qqqn%3d20-qqqsectionid%3d3-qqqc%3d9.2.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/wholestory.aspx-qqqt%3dPROFILE-qqqs%3dprofile-qqqsectionid%3d3-qqqc%3d7.0.0.0-qqqn%3d1-qqqx%3d1.asp' not found
Referenced file '/' not found
Referenced file '/post/pages/p/property.aspx-qqqt%3dPROPERTY-qqqs%3dproperty-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/sectiondynamic.aspx-qqqt%3dDONE%20DEAL-qqqs%3dthemarket-qqqsectionid%3d3-qqqc%3d3.5.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dcontactus.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/wholestory.aspx-qqqt%3dLETTERS-qqqs%3dletters-qqqsectionid%3d3-qqqc%3d11.0.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/mediaandmarketing.aspx-qqqt%3dMEDIA%20AND%20MARKETING-qqqs%3dmediaandmarketing-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/sectiondynamic.aspx-qqqt%3dNEWS%20FEATURES-qqqs%3dnews-qqqc%3d2.1.0.0-qqqn%3d1-qqqc%3d2.2.0.0-qqqn%3d1-qqqc%3d2.3.0.0-qqqn%3d1-qqqc%3d2.0.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dcrossword.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dtermsandconditions.htm-qqqx%3d1.asp' not found
Referenced file '/mobile' not found
Referenced file '/imode' not found
Referenced file '/post/pages/p/themarket.aspx-qqqt%3dTHE%20MARKET-qqqs%3dthemarket-qqqx%3d1.asp' not found
Referenced file '/archives' not found
Referenced file '/rss' not found
Referenced file u'/post/images/bullet2.gif' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dtools.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/computersinbusiness.aspx-qqqt%3dCOMPUTERS%20IN%20BUSINESS-qqqs%3dcomputersinbusiness-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/commentandanalysis.aspx-qqqt%3dCOMMENT%20AND%20ANALYSIS-qqqs%3dcommentandanalysis-qqqx%3d1.asp' not found
Referenced file '/images/search/button_search.gif' not found
Reading TOC from NCX...
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Source base font size is 9.00000pt
Cleaning up manifest...
Trimming unused files from manifest...
Parsing stylesheet.css ...
Property: Invalid value for "CSS Level 2.1" property: 9999 [134:1: background-color]
Trimming 'feed_0/article_2/images/img7.jpg' from manifest
Trimming 'feed_0/article_2/images/img8.jpg' from manifest
Trimming 'feed_0/article_0/images/img4.jpg' from manifest
Trimming 'feed_0/article_0/images/img1.jpg' from manifest
Trimming 'feed_0/article_0/images/img2.jpg' from manifest
Trimming 'feed_0/article_3/images/img1.jpg' from manifest
Trimming 'feed_0/article_1/images/img1.jpg' from manifest
Trimming 'feed_0/article_1/images/img2.jpg' from manifest
Trimming 'feed_0/article_3/images/img6.jpg' from manifest
Trimming 'feed_0/article_4/images/img7.jpg' from manifest
Trimming 'feed_0/article_4/images/img1.jpg' from manifest
Trimming 'feed_0/article_2/images/img1.jpg' from manifest
Trimming 'feed_0/article_2/images/img2.jpg' from manifest
Creating MOBI Output...
Generating in-line TOC...
Applying case-transforming CSS...
Parsing manglecase.css ...
Parsing tocstyle.css ...
Rasterizing SVG images...
Converting XHTML to Mobipocket markup...
Python function terminated unexpectedly
Argument must be string or unicode. (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 103, in main
File "site.py", line 85, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 107, in main
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 24, in gui_convert
File "site-packages\calibre\ebooks\conversion\plumber.py", line 948, in run
File "site-packages\calibre\ebooks\mobi\output.py", line 174, in convert
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 103, in __call__
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 127, in mobimlize_spine
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 478, in mobimlize_elem
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 478, in mobimlize_elem
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 488, in mobimlize_elem
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 249, in mobimlize_content
File "lxml.etree.pyx", line 2437, in lxml.etree.SubElement (src/lxml/lxml.etree.c:47709)
File "apihelpers.pxi", line 210, in lxml.etree._makeSubElement (src/lxml/lxml.etree.c:11413)
File "apihelpers.pxi", line 205, in lxml.etree._makeSubElement (src/lxml/lxml.etree.c:11349)
File "apihelpers.pxi", line 283, in lxml.etree._initNodeAttributes (src/lxml/lxml.etree.c:12184)
File "apihelpers.pxi", line 1293, in lxml.etree._utf8 (src/lxml/lxml.etree.c:20190)
TypeError: Argument must be string or unicode.

Last edited by anne.oneemas; 12-13-2010 at 11:02 AM. Reason: to put spoiler tags on code element
anne.oneemas is offline   Reply With Quote
Old 12-13-2010, 11:13 AM   #8
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by anne.oneemas View Post
The recipe ran but ended with an error message "Failed: Fetch News from Sunday Business Post"
Post your recipe. Make sure you use the CODE tag (pound/hash symbol). BTW, I tested on only one feed. You should do the same until it's working for you.
Starson17 is offline   Reply With Quote
Old 12-13-2010, 11:16 AM   #9
anne.oneemas
Member
anne.oneemas began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2010
Device: Kindle
Here it is:

Code:
class AdvancedUserRecipe1292254338(BasicNewsRecipe):
    title          = u'Sunday Business Post'
    oldest_article = 7
    max_articles_per_feed = 100
    remove_javascript   = False

    feeds          = [(u'News - Ireland & World', u'http://feeds.thepost.ie/tpnews'), (u'Comment & Analysis', u'http://feeds.thepost.ie/tpcomment'), (u'News Features', u'http://feeds.thepost.ie/tpnewsfeatures'), (u'Money, Market & Technology', u'http://feeds.thepost.ie/tpmoneymarket'), (u'Media & Marketing', u'http://feeds.thepost.ie/tpmedia'), (u'Property', u'http://feeds.thepost.ie/tpproperty'), (u'Agenda', u'http://feeds.thepost.ie/tpagenda')]
anne.oneemas is offline   Reply With Quote
Old 12-13-2010, 11:56 AM   #10
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by anne.oneemas View Post
Here it is:
Try only the tpnews feed. That's the one I tested. WorkedForMe.
Starson17 is offline   Reply With Quote
Old 12-13-2010, 12:20 PM   #11
anne.oneemas
Member
anne.oneemas began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2010
Device: Kindle
I wonder what I am doing wrong! Would you mind taking a look to see where yours differs from mine?

Here is the recipe:
Code:
class AdvancedUserRecipe1292260402(BasicNewsRecipe):
    title          = u'Sunday Business Post Test'
    oldest_article = 7
    max_articles_per_feed = 100
    remove_javascript   = False


    feeds          = [(u'News - Ireland & World', u'http://feeds.thepost.ie/tpnews')]
And here is the error message:

Spoiler:
ERROR: Conversion Error: <b>Failed</b>: Fetch news from Sunday Business Post Test

Fetch news from Sunday Business Post Test
Resolved conversion options
calibre version: 0.7.32
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0,
'book_producer': None,
'change_justification': 'original',
'chapter': None,
'chapter_mark': 'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'disable_font_rescaling': False,
'dont_compress': False,
'dont_download_recipe': False,
'extra_css': None,
'font_size_mapping': None,
'footer_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s* <a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)' ,
'header_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s* <a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)' ,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x04E91150>,
'insert_blank_line': False,
'insert_metadata': False,
'isbn': None,
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0,
'linearize_tables': False,
'lrf': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'max_toc_links': 50,
'no_chapters_in_toc': False,
'no_inline_navbars': True,
'no_inline_toc': False,
'output_profile': <calibre.customize.profiles.KindleOutput object at 0x04E91430>,
'page_breaks_before': None,
'password': None,
'personal_doc': '[PDOC]',
'prefer_author_sort': False,
'prefer_metadata_cover': False,
'preprocess_html': False,
'pretty_print': False,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': None,
'remove_first_image': False,
'remove_footer': False,
'remove_header': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'rescale_images': False,
'series': None,
'series_index': None,
'smarten_punctuation': False,
'tags': None,
'test': False,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'use_auto_toc': False,
'username': None,
'verbose': 2}
InputFormatPlugin: Recipe Input running
Synthesizing mastheadImage
Downloading
Fetching http://www.thepost.ie/story/ojmheymhid/
Downloading
Downloading
DownloadingDownloading

Fetching http://www.thepost.ie/story/ojmheymhql/
FetchingFetchingFetching http://www.thepost.ie/story/ojmheymh...ry/ojmheymhoj/


Processing images...
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Processing images...
Processing images...
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Processing images...
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Processing images...
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Fetching http://www.thepost.ie/post/images/thepost1.gif
Fetching http://www.thepost.ie/post/images/thepost1.gif
Fetching http://www.thepost.ie/post/images/thepost1.gif
Fetching http://www.thepost.ie/post/images/thepost2.gif
Fetching http://www.thepost.ie/post/images/thepost2.gif
Fetching http://www.thepost.ie/post/images/thepost2.gif
Fetching http://www.thepost.ie/rss/images/feed-icon-12x12.gif
Fetching http://www.thepost.ie/rss/images/feed-icon-12x12.gif
Fetching http://www.thepost.ie/rss/images/feed-icon-12x12.gif
Fetching http://www.thepost.ie/rss/images/feed-icon-12x12.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/imode/images/the_post.gif
Fetching http://www.thepost.ie/imode/images/the_post.gif
Fetching http://www.thepost.ie/imode/images/the_post.gif
Fetching http://www.thepost.ie/imode/images/the_post.gif
Fetching http://www.thepost.ie/includes_live/...ea/findmea.gif
Fetching http://www.thepost.ie/includes_live/...ea/findmea.gif
Fetching http://www.thepost.ie/includes_live/...ea/findmea.gif
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://media.tcm.ie/media/images/d/dailinternal.jpg
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://media.tcm.ie/media/images/f/F...nstruction.jpg
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://www.thepost.ie/post/images/icoprint.gif
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://media.tcm.ie/media/images/a/aibHQ.jpg
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...ADTECH;loc=300
Fetching http://adserver.adtech.de/adserv|3.0...ADTECH;loc=300
Fetching http://adserver.adtech.de/adserv|3.0...ADTECH;loc=300
Fetching http://adserver.adtech.de/adserv|3.0...ADTECH;loc=300
Fetching http://www.thepost.ie/post/images/spacer.gif
Fetching http://www.thepost.ie/breakingnews/css/sbp.css
Fetching http://www.thepost.ie/breakingnews/css/sbp.css
Fetching http://www.thepost.ie/breakingnews/css/sbp.css
Fetching http://www.thepost.ie/css/extra.css
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhoj/
http://www.thepost.ie/story/ojmheymhoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_3\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhmh/
Downloaded article: White collar crime bill gives gardai radical new powers from http://www.thepost.ie/story/ojmheymhoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhid/
http://www.thepost.ie/story/ojmheymhid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_0\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhcw/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhgb/
Downloaded article: AIB put up no defence in bonus case from http://www.thepost.ie/story/ojmheymhid/
http://www.thepost.ie/story/ojmheymhgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_2\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhkf/
Downloaded article: Backbench outcry over 'unfair' loophole from http://www.thepost.ie/story/ojmheymhgb/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhmh/
http://www.thepost.ie/story/ojmheymhmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_5\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhau/
Processing images...
Downloaded article: O'Cuív to cut €30m from pensioner schemes from http://www.thepost.ie/story/ojmheymhmh/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhcw/
http://www.thepost.ie/story/ojmheymhcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_6\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwsn/
Downloaded article: Green bills to go to cabinet before Christmas from http://www.thepost.ie/story/ojmheymhcw/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhau/
http://www.thepost.ie/story/ojmheymhau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_8\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwid/
Downloaded article: Bad weather hits hospitality sector from http://www.thepost.ie/story/ojmheymhau/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwsn/
http://www.thepost.ie/story/ojmheycwsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_9\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwql/
Downloaded article: McCarthy group busy finalising plan for the sale of state's energy assets from http://www.thepost.ie/story/ojmheycwsn/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwid/
http://www.thepost.ie/story/ojmheycwid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_10\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwgb/
Downloaded article: Cutbacks to curtail Road Safety Authority ads from http://www.thepost.ie/story/ojmheycwid/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwql/
http://www.thepost.ie/story/ojmheycwql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_11\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwoj/
Downloaded article: TDs stung by hidden pay cut as PRSI perk ends from http://www.thepost.ie/story/ojmheycwql/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhey/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwgb/
http://www.thepost.ie/story/ojmheymhey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_4\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwey/
Downloaded article: Garda collusion tribunal to hold first public session after five years from http://www.thepost.ie/story/ojmheymhey/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwoj/
http://www.thepost.ie/story/ojmheycwgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_12\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwmh/
http://www.thepost.ie/story/ojmheycwoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_13\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwcw/
Downloaded article: Price hike likely for NCT and driving tests from http://www.thepost.ie/story/ojmheycwgb/
Downloaded article: Government facing legal battle over Section 23 change from http://www.thepost.ie/story/ojmheycwoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhql/
http://www.thepost.ie/story/ojmheymhql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_1\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwkf/
Downloaded article: Cork developer declares bankruptcy in England following €1bn collapse from http://www.thepost.ie/story/ojmheymhql/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwey/
http://www.thepost.ie/story/ojmheycwey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_14\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwau/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwmh/
Downloaded article: Pension measures in Budget 2011 branded 'inequitable' from http://www.thepost.ie/story/ojmheycwey/
http://www.thepost.ie/story/ojmheycwmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_15\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfsn/
Downloaded article: Planning granted for €120m windfarm from http://www.thepost.ie/story/ojmheycwmh/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwkf/
http://www.thepost.ie/story/ojmheycwkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_17\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfid/
Downloaded article: Copan is raising the bar in promotion from http://www.thepost.ie/story/ojmheycwkf/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwau/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwcw/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfsn/
http://www.thepost.ie/story/ojmheycwau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_18\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfql/
Downloaded article: State to drawdown €10 billion from bailout fund from http://www.thepost.ie/story/ojmheycwau/
http://www.thepost.ie/story/ojmheycwcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_16\index.xhtml
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfid/
Downloading
Fetching http://www.thepost.ie/story/ojmheykfgb/
Processing images...
Downloaded article: Arnotts to open for St Stephen's Day sales from http://www.thepost.ie/story/ojmheycwcw/
http://www.thepost.ie/story/ojmheykfid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_20\index.xhtml
Downloadinghttp://www.thepost.ie/story/ojmheykfsn/
saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_19\index.xhtml
Fetching http://www.thepost.ie/story/ojmheykfoj/
Downloading
Fetching http://www.thepost.ie/story/ojmheykfey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhkf/
Downloaded article: More McNamara companies go under from http://www.thepost.ie/story/ojmheykfid/
Downloaded article: O2 forced to amend online billing policy from http://www.thepost.ie/story/ojmheykfsn/
http://www.thepost.ie/story/ojmheymhkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_7\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfmh/
Processing images...
Downloaded article: FG warning over 'cronies' from http://www.thepost.ie/story/ojmheymhkf/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfql/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfgb/
http://www.thepost.ie/story/ojmheykfql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_21\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfcw/
Downloaded article: Consultants encouraged to treat private patients from http://www.thepost.ie/story/ojmheykfql/
Processing images...
Processing images...
http://www.thepost.ie/story/ojmheykfgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_22\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfkf/
Downloaded article: Coshla Quarries in unpaid monies dispute from http://www.thepost.ie/story/ojmheykfgb/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfey/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfmh/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfcw/
http://www.thepost.ie/story/ojmheykfoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_23\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfau/
Downloaded article: EP Mooney property firm loses €64 million from http://www.thepost.ie/story/ojmheykfoj/
Processing images...
http://www.thepost.ie/story/ojmheykfey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_24\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyausn/
Downloaded article: Government urged to fight tobacco smuggling from http://www.thepost.ie/story/ojmheykfey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfkf/
http://www.thepost.ie/story/ojmheykfmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_25\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyauid/
Downloaded article: Cocaine's enduring celebrity appeal from http://www.thepost.ie/story/ojmheykfmh/
http://www.thepost.ie/story/ojmheykfcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_26\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyauql/
http://www.thepost.ie/story/ojmheykfkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_27\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyaugb/
Downloaded article: Any quantity of cocaine can be lethal from http://www.thepost.ie/story/ojmheykfcw/
Downloaded article: Switch from cash bonuses to gift vouchers from http://www.thepost.ie/story/ojmheykfkf/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyausn/
http://www.thepost.ie/story/ojmheyausn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_29\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidid/
Downloaded article: Developer €5.8m in red but forecasts 'continued growth' from http://www.thepost.ie/story/ojmheyausn/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyauid/
Processing images...
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfau/
http://www.thepost.ie/story/ojmheyauid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_30\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidql/
Downloaded article: RTE to defend its online presence from http://www.thepost.ie/story/ojmheyauid/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyauql/
Processing images...
Fetching http://media.tcm.ie/media/images/s/S...Dec9th2010.jpg
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyaugb/
http://www.thepost.ie/story/ojmheykfau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_28\index.xhtml
Downloaded article: Fleming opts for British bankruptcy after collapse of firm with €1bn debts from http://www.thepost.ie/story/ojmheykfau/
Downloading
http://www.thepost.ie/story/ojmheyauql/ Fetchingsaved to http://www.thepost.ie/story/ojmhmhid...31\index.xhtml

Downloading
Fetching http://www.thepost.ie/story/ojmhmhidoj/
Downloaded article: O'Brien pushes for tribunal lawyers to give evidence from http://www.thepost.ie/story/ojmheyauql/
http://www.thepost.ie/story/ojmheyaugb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_32\index.xhtml
Processing images...
Fetching http://media.tcm.ie/media/images/s/S...AnniDewani.jpg
Downloaded article: Arnotts, but not as we know it from http://www.thepost.ie/story/ojmheyaugb/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidid/
http://www.thepost.ie/story/ojmhmhidid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_33\index.xhtml
Downloaded article: Coalition out of touch, say rebels from http://www.thepost.ie/story/ojmhmhidid/
Processing images...
Fetching http://media.tcm.ie/media/images/b/B...edSept09AP.jpg
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidoj/
http://www.thepost.ie/story/ojmhmhidoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_36\index.xhtml
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidql/
Downloaded article: Agreement on climate change reached in Mexico from http://www.thepost.ie/story/ojmhmhidoj/
http://www.thepost.ie/story/ojmhmhidql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_34\index.xhtml
Downloaded article: Briton faces extradition over murder of his wife from http://www.thepost.ie/story/ojmhmhidql/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidgb/
http://www.thepost.ie/story/ojmhmhidgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.32_tm p_ksoci5\calibre_0.7.32_yieukl_plumber\feed_0\arti cle_35\index.xhtml
Downloaded article: Tax deal turns sour for Obama from http://www.thepost.ie/story/ojmhmhidgb/
Parsing all content...
Parsing feed_0/article_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_0/index.html' as HTML
Forcing feed_0/article_0/index.html into XHTML namespace
Parsing feed_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: Opening and ending tag mismatch: br line 32 and div, line 33, column 7

Parsing file 'feed_0/index.html' as HTML
Forcing feed_0/index.html into XHTML namespace
Parsing feed_0/article_6/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_6/index.html' as HTML
Forcing feed_0/article_6/index.html into XHTML namespace
Parsing feed_0/article_8/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_8/index.html' as HTML
Forcing feed_0/article_8/index.html into XHTML namespace
Parsing feed_0/article_7/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_7/index.html' as HTML
Forcing feed_0/article_7/index.html into XHTML namespace
Parsing feed_0/article_36/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_36/index.html' as HTML
Forcing feed_0/article_36/index.html into XHTML namespace
Parsing feed_0/article_0/stylesheets/style0.css ...
Unexpected token (CHAR, /, 169, 2)
Property: Unexpected ident. [169:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 659, 2)
Property: Unexpected ident. [659:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 775, 2)
Property: Unexpected ident. [775:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 1457, 2)
Property: Unexpected ident. [1457:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
CSSValue: Missing token for production Choice(Sequence(unary +-, Choice(number, percentage, dimension)), string, ident, URI, HEX color, unicode-range, expression, variable, calcfunction, function): ('HASH', u'#00000', 1780, 16)
CSSStyleDeclaration: Syntax Error in Property: color: #00000
Parsing feed_0/article_1/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_1/index.html' as HTML
Forcing feed_0/article_1/index.html into XHTML namespace
Parsing index.html ...
Forcing index.html into XHTML namespace
Parsing feed_0/article_9/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: StartTag: invalid element name, line 5, column 207

Parsing file 'feed_0/article_9/index.html' as HTML
Forcing feed_0/article_9/index.html into XHTML namespace
Parsing feed_0/article_3/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 251, column 8

Parsing file 'feed_0/article_3/index.html' as HTML
Forcing feed_0/article_3/index.html into XHTML namespace
Parsing feed_0/article_3/stylesheets/style0.css ...
Unexpected token (CHAR, /, 169, 2)
Property: Unexpected ident. [169:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 659, 2)
Property: Unexpected ident. [659:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 775, 2)
Property: Unexpected ident. [775:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 1457, 2)
Property: Unexpected ident. [1457:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
CSSValue: Missing token for production Choice(Sequence(unary +-, Choice(number, percentage, dimension)), string, ident, URI, HEX color, unicode-range, expression, variable, calcfunction, function): ('HASH', u'#00000', 1780, 16)
CSSStyleDeclaration: Syntax Error in Property: color: #00000
Parsing feed_0/article_27/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 252, column 8

Parsing file 'feed_0/article_27/index.html' as HTML
Forcing feed_0/article_27/index.html into XHTML namespace
Parsing feed_0/article_5/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 251, column 8

Parsing file 'feed_0/article_5/index.html' as HTML
Forcing feed_0/article_5/index.html into XHTML namespace
Parsing feed_0/article_29/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_29/index.html' as HTML
Forcing feed_0/article_29/index.html into XHTML namespace
Parsing feed_0/article_32/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 253, column 8

Parsing file 'feed_0/article_32/index.html' as HTML
Forcing feed_0/article_32/index.html into XHTML namespace
Parsing feed_0/article_10/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_10/index.html' as HTML
Forcing feed_0/article_10/index.html into XHTML namespace
Parsing feed_0/article_2/stylesheets/style0.css ...
Unexpected token (CHAR, /, 169, 2)
Property: Unexpected ident. [169:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 659, 2)
Property: Unexpected ident. [659:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 775, 2)
Property: Unexpected ident. [775:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 1457, 2)
Property: Unexpected ident. [1457:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
CSSValue: Missing token for production Choice(Sequence(unary +-, Choice(number, percentage, dimension)), string, ident, URI, HEX color, unicode-range, expression, variable, calcfunction, function): ('HASH', u'#00000', 1780, 16)
CSSStyleDeclaration: Syntax Error in Property: color: #00000
Parsing feed_0/article_11/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_11/index.html' as HTML
Forcing feed_0/article_11/index.html into XHTML namespace
Parsing feed_0/article_12/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_12/index.html' as HTML
Forcing feed_0/article_12/index.html into XHTML namespace
Parsing feed_0/article_13/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_13/index.html' as HTML
Forcing feed_0/article_13/index.html into XHTML namespace
Parsing feed_0/article_14/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_14/index.html' as HTML
Forcing feed_0/article_14/index.html into XHTML namespace
Parsing feed_0/article_20/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_20/index.html' as HTML
Forcing feed_0/article_20/index.html into XHTML namespace
Parsing feed_0/article_18/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_18/index.html' as HTML
Forcing feed_0/article_18/index.html into XHTML namespace
Parsing feed_0/article_3/stylesheets/style1.css ...
Parsing feed_0/article_31/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_31/index.html' as HTML
Forcing feed_0/article_31/index.html into XHTML namespace
Parsing feed_0/article_30/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_30/index.html' as HTML
Forcing feed_0/article_30/index.html into XHTML namespace
Parsing feed_0/article_4/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_4/index.html' as HTML
Forcing feed_0/article_4/index.html into XHTML namespace
Parsing feed_0/article_17/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_17/index.html' as HTML
Forcing feed_0/article_17/index.html into XHTML namespace
Parsing feed_0/article_21/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 252, column 8

Parsing file 'feed_0/article_21/index.html' as HTML
Forcing feed_0/article_21/index.html into XHTML namespace
Parsing feed_0/article_25/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 250, column 8

Parsing file 'feed_0/article_25/index.html' as HTML
Forcing feed_0/article_25/index.html into XHTML namespace
Parsing feed_0/article_22/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_22/index.html' as HTML
Forcing feed_0/article_22/index.html into XHTML namespace
Parsing feed_0/article_33/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_33/index.html' as HTML
Forcing feed_0/article_33/index.html into XHTML namespace
Parsing feed_0/article_24/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_24/index.html' as HTML
Forcing feed_0/article_24/index.html into XHTML namespace
Parsing feed_0/article_19/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_19/index.html' as HTML
Forcing feed_0/article_19/index.html into XHTML namespace
Parsing feed_0/article_35/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_35/index.html' as HTML
Forcing feed_0/article_35/index.html into XHTML namespace
Parsing feed_0/article_34/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_34/index.html' as HTML
Forcing feed_0/article_34/index.html into XHTML namespace
Parsing feed_0/article_2/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_2/index.html' as HTML
Forcing feed_0/article_2/index.html into XHTML namespace
Parsing feed_0/article_26/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_26/index.html' as HTML
Forcing feed_0/article_26/index.html into XHTML namespace
Parsing feed_0/article_28/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_28/index.html' as HTML
Forcing feed_0/article_28/index.html into XHTML namespace
Parsing feed_0/article_23/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_23/index.html' as HTML
Forcing feed_0/article_23/index.html into XHTML namespace
Parsing feed_0/article_15/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 251, column 8

Parsing file 'feed_0/article_15/index.html' as HTML
Forcing feed_0/article_15/index.html into XHTML namespace
Parsing feed_0/article_16/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 818, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_16/index.html' as HTML
Forcing feed_0/article_16/index.html into XHTML namespace
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dadvertise.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/agenda.aspx-qqqt%3dAGENDA-qqqs%3dagenda-qqqsectionid%3d3-qqqc%3d10.0.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file 'feed_1/index.html' not found
Referenced file '/breakingnews' not found
Referenced file '/post/pages/p/news.aspx-qqqt%3dNEWS-qqqs%3dnews-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3daboutus.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/motoring.aspx-qqqt%3dMOTORING-qqqs%3dmotoring-qqqsectionid%3d3-qqqc%3d9.0.0.0-qqqn%3d20-qqqsectionid%3d3-qqqc%3d9.1.0.0-qqqn%3d20-qqqsectionid%3d3-qqqc%3d9.2.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/wholestory.aspx-qqqt%3dPROFILE-qqqs%3dprofile-qqqsectionid%3d3-qqqc%3d7.0.0.0-qqqn%3d1-qqqx%3d1.asp' not found
Referenced file '/' not found
Referenced file '/post/pages/p/property.aspx-qqqt%3dPROPERTY-qqqs%3dproperty-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/sectiondynamic.aspx-qqqt%3dDONE%20DEAL-qqqs%3dthemarket-qqqsectionid%3d3-qqqc%3d3.5.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dcontactus.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/wholestory.aspx-qqqt%3dLETTERS-qqqs%3dletters-qqqsectionid%3d3-qqqc%3d11.0.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/mediaandmarketing.aspx-qqqt%3dMEDIA%20AND%20MARKETING-qqqs%3dmediaandmarketing-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/sectiondynamic.aspx-qqqt%3dNEWS%20FEATURES-qqqs%3dnews-qqqc%3d2.1.0.0-qqqn%3d1-qqqc%3d2.2.0.0-qqqn%3d1-qqqc%3d2.3.0.0-qqqn%3d1-qqqc%3d2.0.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dcrossword.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dtermsandconditions.htm-qqqx%3d1.asp' not found
Referenced file '/mobile' not found
Referenced file '/imode' not found
Referenced file '/post/pages/p/themarket.aspx-qqqt%3dTHE%20MARKET-qqqs%3dthemarket-qqqx%3d1.asp' not found
Referenced file '/archives' not found
Referenced file '/rss' not found
Referenced file u'/post/images/bullet2.gif' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dtools.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/computersinbusiness.aspx-qqqt%3dCOMPUTERS%20IN%20BUSINESS-qqqs%3dcomputersinbusiness-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/commentandanalysis.aspx-qqqt%3dCOMMENT%20AND%20ANALYSIS-qqqs%3dcommentandanalysis-qqqx%3d1.asp' not found
Referenced file '/images/search/button_search.gif' not found
Reading TOC from NCX...
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Source base font size is 9.00000pt
Cleaning up manifest...
Trimming unused files from manifest...
Parsing stylesheet.css ...
Property: Invalid value for "CSS Level 2.1" property: 9999 [134:1: background-color]
Trimming 'feed_0/article_0/images/img1.jpg' from manifest
Trimming 'feed_0/article_0/images/img2.jpg' from manifest
Trimming 'feed_0/article_0/images/img4.jpg' from manifest
Trimming 'feed_0/article_0/images/img5.jpg' from manifest
Trimming 'feed_0/article_4/images/img1.jpg' from manifest
Trimming 'feed_0/article_1/images/img1.jpg' from manifest
Trimming 'feed_0/article_1/images/img10.jpg' from manifest
Trimming 'feed_0/article_1/images/img2.jpg' from manifest
Trimming 'feed_0/article_4/images/img8.jpg' from manifest
Trimming 'feed_0/article_4/images/img10.jpg' from manifest
Trimming 'feed_0/article_3/images/img1.jpg' from manifest
Trimming 'feed_0/article_1/images/img8.jpg' from manifest
Trimming 'feed_0/article_3/images/img9.jpg' from manifest
Trimming 'feed_0/article_2/images/img1.jpg' from manifest
Trimming 'feed_0/article_3/images/img2.jpg' from manifest
Trimming 'feed_0/article_3/images/img12.jpg' from manifest
Trimming 'feed_0/article_2/images/img10.jpg' from manifest
Trimming 'feed_0/article_4/images/img2.jpg' from manifest
Trimming 'feed_0/article_3/images/img13.jpg' from manifest
Trimming 'feed_0/article_2/images/img12.jpg' from manifest
Trimming 'feed_0/article_2/images/img13.jpg' from manifest
Trimming 'feed_0/article_2/images/img2.jpg' from manifest
Creating MOBI Output...
Generating in-line TOC...
Applying case-transforming CSS...
Parsing manglecase.css ...
Parsing tocstyle.css ...
Rasterizing SVG images...
Converting XHTML to Mobipocket markup...
Python function terminated unexpectedly
Argument must be string or unicode. (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 103, in main
File "site.py", line 85, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 107, in main
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 24, in gui_convert
File "site-packages\calibre\ebooks\conversion\plumber.py", line 948, in run
File "site-packages\calibre\ebooks\mobi\output.py", line 174, in convert
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 103, in __call__
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 127, in mobimlize_spine
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 478, in mobimlize_elem
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 478, in mobimlize_elem
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 488, in mobimlize_elem
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 249, in mobimlize_content
File "lxml.etree.pyx", line 2437, in lxml.etree.SubElement (src/lxml/lxml.etree.c:47709)
File "apihelpers.pxi", line 210, in lxml.etree._makeSubElement (src/lxml/lxml.etree.c:11413)
File "apihelpers.pxi", line 205, in lxml.etree._makeSubElement (src/lxml/lxml.etree.c:11349)
File "apihelpers.pxi", line 283, in lxml.etree._initNodeAttributes (src/lxml/lxml.etree.c:12184)
File "apihelpers.pxi", line 1293, in lxml.etree._utf8 (src/lxml/lxml.etree.c:20190)
TypeError: Argument must be string or unicode.
anne.oneemas is offline   Reply With Quote
Old 12-13-2010, 01:25 PM   #12
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by anne.oneemas View Post
I wonder what I am doing wrong!
Here is the recipe:
Instead of debugging, just try mine:
Code:
class AdvancedUserRecipe1292251831(BasicNewsRecipe):
    title          = u'Test2'
    oldest_article = 7
    max_articles_per_feed = 100
    remove_javascript   = False

    feeds          = [(u'test1', u'http://feeds.thepost.ie/tpnews')]
Starson17 is offline   Reply With Quote
Old 12-13-2010, 01:29 PM   #13
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by anne.oneemas View Post
I wonder what I am doing wrong!
It's in your feed line (the ampersand?) I copied your feed line and it fails.
Starson17 is offline   Reply With Quote
Old 12-13-2010, 04:41 PM   #14
anne.oneemas
Member
anne.oneemas began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2010
Device: Kindle
How frustrating! When I run the Basic script, the download completes, but I have only headlines - no content. When I run yours, the download doesn't complete.

I watched the status as it ran, and the following were displayed:
- Starting Download
- Article Downloaded(and it listed the articles)
- Download Finished
- Working
- Creating MOBI Output
and then
- Error

At that point the error message box pops up with
- Error: Conversion Error
in the title, and the following details

Spoiler:
ERROR: Conversion Error: <b>Failed</b>: Fetch news from TestSBP Modified

Fetch news from TestSBP Modified
Resolved conversion options
calibre version: 0.7.33
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0,
'book_producer': None,
'change_justification': 'original',
'chapter': None,
'chapter_mark': 'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'disable_font_rescaling': False,
'dont_compress': False,
'dont_download_recipe': False,
'extra_css': None,
'font_size_mapping': None,
'footer_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s* <a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)' ,
'header_regex': '(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s* <a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)' ,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x0507F150>,
'insert_blank_line': False,
'insert_metadata': False,
'isbn': None,
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0,
'linearize_tables': False,
'lrf': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'max_toc_links': 50,
'no_chapters_in_toc': False,
'no_inline_navbars': True,
'no_inline_toc': False,
'output_profile': <calibre.customize.profiles.KindleOutput object at 0x0507F430>,
'page_breaks_before': None,
'password': None,
'personal_doc': '[PDOC]',
'prefer_author_sort': False,
'prefer_metadata_cover': False,
'preprocess_html': False,
'pretty_print': False,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': None,
'remove_first_image': False,
'remove_footer': False,
'remove_header': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'rescale_images': False,
'series': None,
'series_index': None,
'smarten_punctuation': False,
'tags': None,
'test': False,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'use_auto_toc': False,
'username': None,
'verbose': 2}
InputFormatPlugin: Recipe Input running
Synthesizing mastheadImage
Downloading
Fetching http://www.thepost.ie/story/ojmheymhid/
Downloading
Downloading
Downloading
Downloading
Fetching http://www.thepost.ie/story/ojmheymhql/Fetching
http://www.thepost.ie/story/ojmheymhgb/Fetching
http://www.thepost.ie/story/ojmheymhoj/Fetching
http://www.thepost.ie/story/ojmheymhey/
Processing images...
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Processing images...
Processing images...
Processing images...
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Processing images...
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
Fetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/
FetchingFetching https://ie-stat.bmmetrix.com/V13a***...gnews_thepost/

Fetching http://www.thepost.ie/post/images/thepost1.gif
Fetching http://www.thepost.ie/post/images/thepost1.gif
Fetching http://www.thepost.ie/post/images/thepost1.gif
Fetching http://www.thepost.ie/post/images/thepost1.gif
Fetching http://www.thepost.ie/post/images/thepost2.gif
Fetching http://www.thepost.ie/post/images/thepost2.gif
Fetching http://www.thepost.ie/post/images/thepost2.gif
Fetching http://www.thepost.ie/rss/images/feed-icon-12x12.gif
Fetching http://www.thepost.ie/rss/images/feed-icon-12x12.gif
Fetching http://www.thepost.ie/rss/images/feed-icon-12x12.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/post/images/digital_button.gif
Fetching http://www.thepost.ie/imode/images/the_post.gif
Fetching http://www.thepost.ie/includes_live/...ea/findmea.gif
Fetching http://media.tcm.ie/media/images/f/F...nstruction.jpg
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://www.thepost.ie/post/images/icoprint.gif
Fetching http://media.tcm.ie/media/images/d/dailinternal.jpg
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://media.tcm.ie/media/images/a/aibHQ.jpg
Fetching http://adserver.adtech.de/adserv|3.0...key2+key3+key4
Fetching http://adserver.adtech.de/adserv|3.0...ADTECH;loc=300
Fetching http://adserver.adtech.de/adserv|3.0...ADTECH;loc=300
Fetching http://adserver.adtech.de/adserv|3.0...ADTECH;loc=300
Fetching http://adserver.adtech.de/adserv|3.0...ADTECH;loc=300
Fetching http://www.thepost.ie/post/images/spacer.gif
Fetching http://www.thepost.ie/breakingnews/css/sbp.css
Fetching http://www.thepost.ie/css/extra.css
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhql/
http://www.thepost.ie/story/ojmheymhql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_1\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhmh/
Downloaded article: Cork developer declares bankruptcy in England following €1bn collapse from http://www.thepost.ie/story/ojmheymhql/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhoj/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhmh/
http://www.thepost.ie/story/ojmheymhoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_3\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhcw/
http://www.thepost.ie/story/ojmheymhmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_5\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhkf/
Downloaded article: White collar crime bill gives gardai radical new powers from http://www.thepost.ie/story/ojmheymhoj/
Downloaded article: O'Cuív to cut €30m from pensioner schemes from http://www.thepost.ie/story/ojmheymhmh/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhcw/
http://www.thepost.ie/story/ojmheymhcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_6\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheymhau/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhgb/
Processing images...
Downloaded article: Green bills to go to cabinet before Christmas from http://www.thepost.ie/story/ojmheymhcw/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhkf/
http://www.thepost.ie/story/ojmheymhgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_2\index.xhtml
Downloading
Processing images...
Fetching Downloaded article:http://www.thepost.ie/story/ojmheycwsn/
Backbench outcry over 'unfair' loophole from http://www.thepost.ie/story/ojmheymhgb/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhey/
http://www.thepost.ie/story/ojmheymhkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_7\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwid/
Downloaded article: FG warning over 'cronies' from http://www.thepost.ie/story/ojmheymhkf/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhau/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheymhid/
Processing images...
http://www.thepost.ie/story/ojmheymhey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_4\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwql/
Downloaded article: Garda collusion tribunal to hold first public session after five years from http://www.thepost.ie/story/ojmheymhey/
Processing images...
http://www.thepost.ie/story/ojmheymhau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_8\index.xhtml
Downloaded article: Bad weather hits hospitality sector from http://www.thepost.ie/story/ojmheymhau/
Downloading
Fetching http://www.thepost.ie/story/ojmheycwgb/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwsn/
http://www.thepost.ie/story/ojmheymhid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_0\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwoj/
Downloaded article: AIB put up no defence in bonus case from http://www.thepost.ie/story/ojmheymhid/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwid/
Processing images...
http://www.thepost.ie/story/ojmheycwsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_9\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwey/
Processing images...
Downloaded article: McCarthy group busy finalising plan for the sale of state's energy assets from http://www.thepost.ie/story/ojmheycwsn/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwql/
Processing images...
http://www.thepost.ie/story/ojmheycwid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_10\index.xhtml
Downloaded article: Cutbacks to curtail Road Safety Authority ads from http://www.thepost.ie/story/ojmheycwid/
Downloading
Fetching http://www.thepost.ie/story/ojmheycwmh/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwgb/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwoj/
Processing images...
http://www.thepost.ie/story/ojmheycwql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_11\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwcw/
Downloaded article: TDs stung by hidden pay cut as PRSI perk ends from http://www.thepost.ie/story/ojmheycwql/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwey/
http://www.thepost.ie/story/ojmheycwgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_12\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheycwkf/
Downloaded article: Price hike likely for NCT and driving tests from http://www.thepost.ie/story/ojmheycwgb/
http://www.thepost.ie/story/ojmheycwoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_13\index.xhtml
Downloaded article: DownloadingGovernment facing legal battle over Section 23 change
from http://www.thepost.ie/story/ojmheycwoj/
Fetching http://www.thepost.ie/story/ojmheycwau/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwmh/
Processing images...
http://www.thepost.ie/story/ojmheycwey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_14\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfsn/
Downloaded article: Pension measures in Budget 2011 branded 'inequitable' from http://www.thepost.ie/story/ojmheycwey/
Processing images...
http://www.thepost.ie/story/ojmheycwmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_15\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfid/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwcw/
Downloaded article: Planning granted for €120m windfarm from http://www.thepost.ie/story/ojmheycwmh/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwkf/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheycwau/
http://www.thepost.ie/story/ojmheycwcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_16\index.xhtml
Processing images...
Downloading
Downloaded article: Arnotts to open for St Stephen's Day sales from http://www.thepost.ie/story/ojmheycwcw/
Fetching http://www.thepost.ie/story/ojmheykfql/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfsn/
http://www.thepost.ie/story/ojmheycwkf/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_17\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfgb/
Downloaded article: Copan is raising the bar in promotion from http://www.thepost.ie/story/ojmheycwkf/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfid/
http://www.thepost.ie/story/ojmheycwau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_18\index.xhtml
Downloaded article: State to drawdown €10 billion from bailout fund from http://www.thepost.ie/story/ojmheycwau/
Downloading
Fetching http://www.thepost.ie/story/ojmheykfoj/
Processing images...
http://www.thepost.ie/story/ojmheykfsn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_19\index.xhtml
Downloading
Downloaded article: O2 forced to amend online billing policy Fetchingfrom http://www.thepost.ie/story/ojmheykf...ry/ojmheykfsn/

Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfql/
http://www.thepost.ie/story/ojmheykfid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_20\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfmh/
Downloaded article: More McNamara companies go under from http://www.thepost.ie/story/ojmheykfid/
Processing images...
http://www.thepost.ie/story/ojmheykfql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_21\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfcw/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfoj/
Downloaded article: Consultants encouraged to treat private patients from http://www.thepost.ie/story/ojmheykfql/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfey/
http://www.thepost.ie/story/ojmheykfoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_23\index.xhtml
Downloaded article: EP Mooney property firm loses €64 million from http://www.thepost.ie/story/ojmheykfoj/
Downloading
Fetching http://www.thepost.ie/story/ojmheykfkf/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfmh/
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfcw/
Processing images...
http://www.thepost.ie/story/ojmheykfey/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_24\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheykfau/
Downloaded article: Government urged to fight tobacco smuggling from http://www.thepost.ie/story/ojmheykfey/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfgb/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfkf/
http://www.thepost.ie/story/ojmheykfmh/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_25\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyausn/
Downloaded article: Cocaine's enduring celebrity appeal from http://www.thepost.ie/story/ojmheykfmh/
http://www.thepost.ie/story/ojmheykfcw/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_26\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmheyauid/
Processing images...
http://www.thepost.ie/story/ojmheykfgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_22\index.xhtmlDownloaded article:
Any quantity of cocaine can be lethal from http://www.thepost.ie/story/ojmheykfcw/
Downloaded article:http://www.thepost.ie/story/ojmheykfkf/ Coshla Quarries in unpaid monies disputesaved to fromc:\users\gaye\appdata\local\temp\calibre_0.7.3 3_tmp_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\ article_27\index.xhtml
http://www.thepost.ie/story/ojmheykfgb/
Downloaded article: Switch from cash bonuses to gift vouchers from http://www.thepost.ie/story/ojmheykfkf/
Downloading
Fetching http://www.thepost.ie/story/ojmheyauql/
Downloading
Fetching http://www.thepost.ie/story/ojmheyaugb/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheykfau/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyausn/
Processing images...
Processing images...
http://www.thepost.ie/story/ojmheykfau/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_28\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidid/
Downloaded article: Fleming opts for British bankruptcy after collapse of firm with €1bn debts from http://www.thepost.ie/story/ojmheykfau/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyauid/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyauql/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmheyaugb/
http://www.thepost.ie/story/ojmheyausn/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_29\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidql/
Downloaded article: Developer €5.8m in red but forecasts 'continued growth' from http://www.thepost.ie/story/ojmheyausn/
Processing images...
http://www.thepost.ie/story/ojmheyauid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_30\index.xhtml
http://www.thepost.ie/story/ojmheyauql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_31\index.xhtml
Downloading
Fetching http://www.thepost.ie/story/ojmhmhidgb/
Downloading
Fetching http://media.tcm.ie/media/images/s/S...Dec9th2010.jpg
Fetching http://www.thepost.ie/story/ojmhmhidoj/
http://www.thepost.ie/story/ojmheyaugb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_32\index.xhtml
Downloaded article:Processing images...
Fetching http://media.tcm.ie/media/images/s/S...AnniDewani.jpg
RTE to defend its online presence from http://www.thepost.ie/story/ojmheyauid/
Downloaded article: O'Brien pushes for tribunal lawyers to give evidence from http://www.thepost.ie/story/ojmheyauql/
Downloaded article: Arnotts, but not as we know it from http://www.thepost.ie/story/ojmheyaugb/
Processing images...
Processing images...
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidoj/
Fetching http://media.tcm.ie/media/images/b/B...edSept09AP.jpg
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidid/
http://www.thepost.ie/story/ojmhmhidoj/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_36\index.xhtml
Downloaded article: Agreement on climate change reached in Mexico from http://www.thepost.ie/story/ojmhmhidoj/
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidql/
http://www.thepost.ie/story/ojmhmhidid/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_33\index.xhtml
Recursion limit reached. Skipping links in http://www.thepost.ie/story/ojmhmhidgb/
Downloaded article: Coalition out of touch, say rebels from http://www.thepost.ie/story/ojmhmhidid/
http://www.thepost.ie/story/ojmhmhidql/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_34\index.xhtml
http://www.thepost.ie/story/ojmhmhidgb/ saved to c:\users\gaye\appdata\local\temp\calibre_0.7.33_tm p_ddxpvv\calibre_0.7.33_cowxni_plumber\feed_0\arti cle_35\index.xhtml
Downloaded article: Briton faces extradition over murder of his wife from http://www.thepost.ie/story/ojmhmhidql/
Downloaded article: Tax deal turns sour for Obama from http://www.thepost.ie/story/ojmhmhidgb/
Parsing all content...
Parsing feed_0/article_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_0/index.html' as HTML
Forcing feed_0/article_0/index.html into XHTML namespace
Parsing feed_0/article_36/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_36/index.html' as HTML
Forcing feed_0/article_36/index.html into XHTML namespace
Parsing feed_0/article_35/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_35/index.html' as HTML
Forcing feed_0/article_35/index.html into XHTML namespace
Parsing feed_0/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: Opening and ending tag mismatch: br line 32 and div, line 33, column 7

Parsing file 'feed_0/index.html' as HTML
Forcing feed_0/index.html into XHTML namespace
Parsing feed_0/article_19/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_19/index.html' as HTML
Forcing feed_0/article_19/index.html into XHTML namespace
Parsing feed_0/article_2/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_2/index.html' as HTML
Forcing feed_0/article_2/index.html into XHTML namespace
Parsing feed_0/article_24/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_24/index.html' as HTML
Forcing feed_0/article_24/index.html into XHTML namespace
Parsing feed_0/article_22/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_22/index.html' as HTML
Forcing feed_0/article_22/index.html into XHTML namespace
Parsing feed_0/article_27/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_27/index.html' as HTML
Forcing feed_0/article_27/index.html into XHTML namespace
Parsing feed_0/article_1/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_1/index.html' as HTML
Forcing feed_0/article_1/index.html into XHTML namespace
Parsing feed_0/article_7/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_7/index.html' as HTML
Forcing feed_0/article_7/index.html into XHTML namespace
Parsing feed_0/article_31/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_31/index.html' as HTML
Forcing feed_0/article_31/index.html into XHTML namespace
Parsing feed_0/article_34/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_34/index.html' as HTML
Forcing feed_0/article_34/index.html into XHTML namespace
Parsing feed_0/article_4/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_4/index.html' as HTML
Forcing feed_0/article_4/index.html into XHTML namespace
Parsing feed_0/article_26/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_26/index.html' as HTML
Forcing feed_0/article_26/index.html into XHTML namespace
Parsing feed_0/article_28/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_28/index.html' as HTML
Forcing feed_0/article_28/index.html into XHTML namespace
Parsing feed_0/article_20/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_20/index.html' as HTML
Forcing feed_0/article_20/index.html into XHTML namespace
Parsing feed_0/article_21/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_21/index.html' as HTML
Forcing feed_0/article_21/index.html into XHTML namespace
Parsing feed_0/article_25/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 250, column 8

Parsing file 'feed_0/article_25/index.html' as HTML
Forcing feed_0/article_25/index.html into XHTML namespace
Parsing feed_0/article_5/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 251, column 8

Parsing file 'feed_0/article_5/index.html' as HTML
Forcing feed_0/article_5/index.html into XHTML namespace
Parsing feed_0/article_11/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_11/index.html' as HTML
Forcing feed_0/article_11/index.html into XHTML namespace
Parsing feed_0/article_12/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_12/index.html' as HTML
Forcing feed_0/article_12/index.html into XHTML namespace
Parsing feed_0/article_33/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_33/index.html' as HTML
Forcing feed_0/article_33/index.html into XHTML namespace
Parsing feed_0/article_29/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_29/index.html' as HTML
Forcing feed_0/article_29/index.html into XHTML namespace
Parsing feed_0/article_13/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_13/index.html' as HTML
Forcing feed_0/article_13/index.html into XHTML namespace
Parsing feed_0/article_3/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 251, column 8

Parsing file 'feed_0/article_3/index.html' as HTML
Forcing feed_0/article_3/index.html into XHTML namespace
Parsing feed_0/article_14/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_14/index.html' as HTML
Forcing feed_0/article_14/index.html into XHTML namespace
Parsing feed_0/article_6/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_6/index.html' as HTML
Forcing feed_0/article_6/index.html into XHTML namespace
Parsing feed_0/article_15/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 251, column 8

Parsing file 'feed_0/article_15/index.html' as HTML
Forcing feed_0/article_15/index.html into XHTML namespace
Parsing feed_0/article_8/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_8/index.html' as HTML
Forcing feed_0/article_8/index.html into XHTML namespace
Parsing feed_0/article_32/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 253, column 8

Parsing file 'feed_0/article_32/index.html' as HTML
Forcing feed_0/article_32/index.html into XHTML namespace
Parsing feed_0/article_16/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_16/index.html' as HTML
Forcing feed_0/article_16/index.html into XHTML namespace
Parsing feed_0/article_1/stylesheets/style0.css ...
Unexpected token (CHAR, /, 169, 2)
Property: Unexpected ident. [169:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 659, 2)
Property: Unexpected ident. [659:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 775, 2)
Property: Unexpected ident. [775:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
Unexpected token (CHAR, /, 1457, 2)
Property: Unexpected ident. [1457:3: idth]
CSSStyleDeclaration: Syntax Error in Property: w/idth: auto
CSSValue: Missing token for production Choice(Sequence(unary +-, Choice(number, percentage, dimension)), string, ident, URI, HEX color, unicode-range, expression, variable, calcfunction, function): ('HASH', u'#00000', 1780, 16)
CSSStyleDeclaration: Syntax Error in Property: color: #00000
Parsing feed_0/article_17/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_17/index.html' as HTML
Forcing feed_0/article_17/index.html into XHTML namespace
Parsing feed_0/article_1/stylesheets/style1.css ...
Parsing feed_0/article_18/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_18/index.html' as HTML
Forcing feed_0/article_18/index.html into XHTML namespace
Parsing feed_0/article_10/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_10/index.html' as HTML
Forcing feed_0/article_10/index.html into XHTML namespace
Parsing feed_0/article_9/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: StartTag: invalid element name, line 5, column 207

Parsing file 'feed_0/article_9/index.html' as HTML
Forcing feed_0/article_9/index.html into XHTML namespace
Parsing feed_0/article_30/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_30/index.html' as HTML
Forcing feed_0/article_30/index.html into XHTML namespace
Parsing feed_0/article_23/index.html ...
Initial parse failed:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\oeb\base.py", line 819, in first_pass
File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48634)
File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:72245)
File "parser.pxi", line 1417, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:71041)
File "parser.pxi", line 898, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:67581)
File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257)
File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178)
File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521)
XMLSyntaxError: CData section not finished
*/
document.write(unescape('%3C') + 'script sr, line 249, column 8

Parsing file 'feed_0/article_23/index.html' as HTML
Forcing feed_0/article_23/index.html into XHTML namespace
Parsing index.html ...
Forcing index.html into XHTML namespace
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dadvertise.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/agenda.aspx-qqqt%3dAGENDA-qqqs%3dagenda-qqqsectionid%3d3-qqqc%3d10.0.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file 'feed_1/index.html' not found
Referenced file '/breakingnews' not found
Referenced file '/post/pages/p/news.aspx-qqqt%3dNEWS-qqqs%3dnews-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3daboutus.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/motoring.aspx-qqqt%3dMOTORING-qqqs%3dmotoring-qqqsectionid%3d3-qqqc%3d9.0.0.0-qqqn%3d20-qqqsectionid%3d3-qqqc%3d9.1.0.0-qqqn%3d20-qqqsectionid%3d3-qqqc%3d9.2.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/wholestory.aspx-qqqt%3dPROFILE-qqqs%3dprofile-qqqsectionid%3d3-qqqc%3d7.0.0.0-qqqn%3d1-qqqx%3d1.asp' not found
Referenced file '/' not found
Referenced file '/post/pages/p/property.aspx-qqqt%3dPROPERTY-qqqs%3dproperty-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/sectiondynamic.aspx-qqqt%3dDONE%20DEAL-qqqs%3dthemarket-qqqsectionid%3d3-qqqc%3d3.5.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dcontactus.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/wholestory.aspx-qqqt%3dLETTERS-qqqs%3dletters-qqqsectionid%3d3-qqqc%3d11.0.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/mediaandmarketing.aspx-qqqt%3dMEDIA%20AND%20MARKETING-qqqs%3dmediaandmarketing-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/sectiondynamic.aspx-qqqt%3dNEWS%20FEATURES-qqqs%3dnews-qqqc%3d2.1.0.0-qqqn%3d1-qqqc%3d2.2.0.0-qqqn%3d1-qqqc%3d2.3.0.0-qqqn%3d1-qqqc%3d2.0.0.0-qqqn%3d20-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dcrossword.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dtermsandconditions.htm-qqqx%3d1.asp' not found
Referenced file '/mobile' not found
Referenced file '/imode' not found
Referenced file '/post/pages/p/themarket.aspx-qqqt%3dTHE%20MARKET-qqqs%3dthemarket-qqqx%3d1.asp' not found
Referenced file '/archives' not found
Referenced file '/rss' not found
Referenced file u'/post/images/bullet2.gif' not found
Referenced file '/post/pages/p/flat.aspx-qqqincludename%3dtools.htm-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/computersinbusiness.aspx-qqqt%3dCOMPUTERS%20IN%20BUSINESS-qqqs%3dcomputersinbusiness-qqqx%3d1.asp' not found
Referenced file '/post/pages/p/commentandanalysis.aspx-qqqt%3dCOMMENT%20AND%20ANALYSIS-qqqs%3dcommentandanalysis-qqqx%3d1.asp' not found
Referenced file '/images/search/button_search.gif' not found
Reading TOC from NCX...
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Transformed CSS selector h|H2 to h|h2
Transformed CSS selector .headingblueTOP to .headingbluetop
Source base font size is 9.00000pt
Cleaning up manifest...
Trimming unused files from manifest...
Parsing stylesheet.css ...
Property: Invalid value for "CSS Level 2.1" property: 9999 [134:1: background-color]
Trimming 'feed_0/article_0/images/img1.jpg' from manifest
Trimming 'feed_0/article_0/images/img2.jpg' from manifest
Trimming 'feed_0/article_3/images/img6.jpg' from manifest
Trimming 'feed_0/article_2/images/img1.jpg' from manifest
Trimming 'feed_0/article_4/images/img8.jpg' from manifest
Trimming 'feed_0/article_4/images/img9.jpg' from manifest
Trimming 'feed_0/article_2/images/img2.jpg' from manifest
Trimming 'feed_0/article_1/images/img6.jpg' from manifest
Trimming 'feed_0/article_1/images/img9.jpg' from manifest
Trimming 'feed_0/article_3/images/img7.jpg' from manifest
Trimming 'feed_0/article_4/images/img2.jpg' from manifest
Trimming 'feed_0/article_1/images/img1.jpg' from manifest
Trimming 'feed_0/article_4/images/img1.jpg' from manifest
Trimming 'feed_0/article_1/images/img10.jpg' from manifest
Trimming 'feed_0/article_2/images/img9.jpg' from manifest
Trimming 'feed_0/article_3/images/img2.jpg' from manifest
Trimming 'feed_0/article_3/images/img4.jpg' from manifest
Trimming 'feed_0/article_3/images/img1.jpg' from manifest
Trimming 'feed_0/article_0/images/img8.jpg' from manifest
Creating MOBI Output...
Generating in-line TOC...
Applying case-transforming CSS...
Parsing manglecase.css ...
Parsing tocstyle.css ...
Rasterizing SVG images...
Converting XHTML to Mobipocket markup...
Python function terminated unexpectedly
Argument must be string or unicode. (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 103, in main
File "site.py", line 85, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 107, in main
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 24, in gui_convert
File "site-packages\calibre\ebooks\conversion\plumber.py", line 948, in run
File "site-packages\calibre\ebooks\mobi\output.py", line 174, in convert
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 103, in __call__
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 127, in mobimlize_spine
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 478, in mobimlize_elem
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 478, in mobimlize_elem
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 488, in mobimlize_elem
File "site-packages\calibre\ebooks\mobi\mobiml.py", line 249, in mobimlize_content
File "lxml.etree.pyx", line 2437, in lxml.etree.SubElement (src/lxml/lxml.etree.c:47709)
File "apihelpers.pxi", line 210, in lxml.etree._makeSubElement (src/lxml/lxml.etree.c:11413)
File "apihelpers.pxi", line 205, in lxml.etree._makeSubElement (src/lxml/lxml.etree.c:11349)
File "apihelpers.pxi", line 283, in lxml.etree._initNodeAttributes (src/lxml/lxml.etree.c:12184)
File "apihelpers.pxi", line 1293, in lxml.etree._utf8 (src/lxml/lxml.etree.c:20190)
TypeError: Argument must be string or unicode.


So to my uneducated eye . it looks as if adding the extra line of code causes a failure converting the downloaded material to MOBI output. I download the Irish Times every day, and it gets converted no problem, so I don't think the problem is my installation of Calibre. It's a long shot, but I don't suppose you have any oter suggestions??
anne.oneemas is offline   Reply With Quote
Old 12-13-2010, 05:02 PM   #15
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by anne.oneemas View Post
- Creating MOBI Output
and then
- Error
I don't create MOBI. It looks like it's in the conversion from EPUB to MOBI. There are lots of other options - but you'll need to write a real recipe to extract the content.
Starson17 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Recipe works when mocked up as Python file, fails when converted to Recipe ode Recipes 7 09-04-2011 04:57 AM
Recipe for Business Spectator (Australia) RedDogInCan Recipes 1 12-01-2010 12:34 AM
Washington Post Recipe problem warshauer Recipes 9 11-21-2010 10:30 AM
Recipe for Washington Post blog oski24601 Calibre 1 11-25-2009 05:22 PM
Post your user-created recipe here! GatorDeb Calibre 3 06-29-2009 03:00 PM


All times are GMT -4. The time now is 05:19 PM.


MobileRead.com is a privately owned, operated and funded community.