Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 11-30-2018, 12:29 AM   #1
USA_Yakuza
Junior Member
USA_Yakuza began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2018
Device: Kobo Aura ONE Comic Edition
Custom Cover help

Hey, I'm trying to add custom covers to all my news recipes but I can't really get it to work.

I've been doing the

cover_url = 'file:///D:\etc\etc\thepictureofthelogoforthisparticularmag azine'

into the recipe, but I can't really get it working properly.
USA_Yakuza is offline   Reply With Quote
Old 11-30-2018, 04:34 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,778
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
use forward slashes not back slashes
kovidgoyal is offline   Reply With Quote
Advert
Old 12-01-2018, 02:52 AM   #3
USA_Yakuza
Junior Member
USA_Yakuza began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2018
Device: Kobo Aura ONE Comic Edition
I feel foolish but I'm new to this. I still can't get it to work.

This line, I added it into the Science Daily recipe.

I added this to it just after the 'encoding' line. I don't know explicitly where it's supposed to go.

cover_url = 'file:///D:/filecontaining/book covers/sciencedaily.png' still to no avail.
USA_Yakuza is offline   Reply With Quote
Old 12-01-2018, 09:12 PM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,778
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
look at the job log to see why the cover is not being found (you can get it by clicking the rotation jobs button in the bottom right).
kovidgoyal is offline   Reply With Quote
Old 12-02-2018, 12:29 AM   #5
USA_Yakuza
Junior Member
USA_Yakuza began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2018
Device: Kobo Aura ONE Comic Edition
So I can see it says on a line

'Cover' = none
and at the end

The cover image has an id != "cover". Renaming to work around bug in Nook Color
EPUB output written to C:\Users\name\AppData\Local\Temp\calibre_00eoxa\qv 3zdo_recipe_out.epub
USA_Yakuza is offline   Reply With Quote
Advert
Old 12-02-2018, 01:44 AM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,778
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
post the full log, I will take a look. And post your recipe while you are at it.
kovidgoyal is offline   Reply With Quote
Old 12-02-2018, 02:14 AM   #7
USA_Yakuza
Junior Member
USA_Yakuza began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2018
Device: Kobo Aura ONE Comic Edition
Here's the recipe

Spoiler:
#!/usr/bin/env python2
__license__ = 'GPL v3'
__copyright__ = '2008-2017, Darko Miletic <darko.miletic at gmail.com>'
'''
sciencedaily.com
'''
from calibre.web.feeds.news import BasicNewsRecipe


class ScienceDaily(BasicNewsRecipe):
title = u'ScienceDaily'
__author__ = u'Darko Miletic'
title = 'ScienceDaily'
description = ('ScienceDaily is one of the Internet\'s most popular '
'science news web sites. Since starting in 1995, the '
'award-winning site has earned the loyalty of students, '
'researchers, healthcare professionals, government '
'agencies, educators and the general public around the '
'world. Now with more than 6 million monthly visitors '
'worldwide, ScienceDaily generates nearly 20 million '
'page views a month and is steadily growing in its '
'global audience.')
category = 'medicin, healthcare'
oldest_article = 7
max_articles_per_feed = 50
auto_cleanup = True
language = 'en'
encoding = 'utf-8'
cover_url = 'file:///D:/My Anonymouse Torrents/Spare Book Covers/ScienceDaily/sciencedaily.png'

# Feed are found here: https://www.sciencedaily.com/newsfeeds.htm
feeds = [
('Latest Science News', 'https://www.sciencedaily.com/rss/top.xml'),
('All Top News', 'https://www.sciencedaily.com/rss/top/science.xml'),
('Health News', 'https://www.sciencedaily.com/rss/top/health.xml'),
('Technology News', 'https://www.sciencedaily.com/rss/top/technology.xml'),
('Environment News', 'https://www.sciencedaily.com/rss/top/environment.xml'),
('Society News', 'https://www.sciencedaily.com/rss/top/society.xml'),
('Strange &amp; Offbeat News', 'https://www.sciencedaily.com/rss/strange_offbeat.xml'),
]


Here's the log, I think.
Spoiler:
Fetch news from ScienceDaily
Conversion options changed from defaults:
output_profile: u'tablet'
verbose: 2
Resolved conversion options
calibre version: 3.31.0
{'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,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_download_recipe': False,
'dont_split_on_page_breaks': True,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'epub_flatten': False,
'epub_inline_toc': False,
'epub_toc_at_end': False,
'epub_version': '2',
'expand_css': False,
'extra_css': None,
'extract_to': None,
'filter_css': None,
'fix_indents': True,
'flow_size': 260,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x00000275EB3BE940>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'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,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'no_chapters_in_toc': False,
'no_default_epub_cover': False,
'no_inline_navbars': False,
'no_svg_cover': False,
'output_profile': <calibre.customize.profiles.TabletOutput object at 0x00000275EB3D4400>,
'page_breaks_before': None,
'prefer_metadata_cover': False,
'preserve_cover_aspect_ratio': False,
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': None,
'remove_fake_margins': True,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': '',
'search_replace': None,
'series': None,
'series_index': None,
'smarten_punctuation': False,
'sr1_replace': '',
'sr1_search': '',
'sr2_replace': '',
'sr2_search': '',
'sr3_replace': '',
'sr3_search': '',
'start_reading_at': None,
'subset_embedded_fonts': False,
'tags': None,
'test': False,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'transform_css_rules': None,
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
InputFormatPlugin: Recipe Input running
Using custom recipe
Skipping article Engineers fly first-ever plane with no moving parts (Sat, 24 Nov, 2018 03:51) from feed All Top News as it is too old.
Skipping article For ants, unity is strength -- and health (Sat, 24 Nov, 2018 03:50) from feed All Top News as it is too old.
Skipping article Human ancestors not to blame for ancient mammal extinctions in Africa (Sat, 24 Nov, 2018 03:50) from feed All Top News as it is too old.
Skipping article Gigantic mammal 'cousin' discovered (Sat, 24 Nov, 2018 03:44) from feed All Top News as it is too old.
Skipping article Evolution: South Africa's hominin record is a fair-weather friend (Thu, 22 Nov, 2018 04:24) from feed All Top News as it is too old.
Skipping article Brain-computer interface enables people with paralysis to control tablet devices (Thu, 22 Nov, 2018 04:24) from feed All Top News as it is too old.
Skipping article Exoplanet stepping stones (Wed, 21 Nov, 2018 05:59) from feed All Top News as it is too old.
Skipping article To predict the future, the brain uses two clocks (Wed, 21 Nov, 2018 05:18) from feed All Top News as it is too old.
Skipping article The taming of the dog, cow, horse, pig and rabbit (Wed, 21 Nov, 2018 02:58) from feed All Top News as it is too old.
Skipping article Could yesterday's Earth contain clues for making tomorrow's medicines? (Wed, 21 Nov, 2018 02:58) from feed All Top News as it is too old.
Skipping article Mars moon got its grooves from rolling stones (Wed, 21 Nov, 2018 02:58) from feed All Top News as it is too old.
Skipping article Is Antarctica becoming more like Greenland? (Wed, 21 Nov, 2018 02:58) from feed All Top News as it is too old.
Skipping article How to melt gold at room temperature (Wed, 21 Nov, 2018 02:57) from feed All Top News as it is too old.
Skipping article Dogs know when they don't know (Wed, 21 Nov, 2018 02:57) from feed All Top News as it is too old.
Skipping article How female hyaenas came to dominate males (Tue, 20 Nov, 2018 21:36) from feed All Top News as it is too old.
Skipping article 4,000-year-old termite mounds found in Brazil are visible from space (Tue, 20 Nov, 2018 21:36) from feed All Top News as it is too old.
Skipping article Scientists discover new 'pinwheel' star system (Tue, 20 Nov, 2018 21:36) from feed All Top News as it is too old.
Skipping article The 'Swiss Army knife of prehistoric tools' found in Asia, suggests homegrown technology (Tue, 20 Nov, 2018 06:02) from feed All Top News as it is too old.
Skipping article Smoke-free policies associated with lower blood pressure (Wed, 21 Nov, 2018 21:32) from feed Society News as it is too old.
Skipping article Smart car technologies save drivers $6.2 billion on fuel costs each year (Wed, 21 Nov, 2018 02:58) from feed Society News as it is too old.
Skipping article Retailers can manipulate consumer regret to beat competitors (Wed, 21 Nov, 2018 02:58) from feed Society News as it is too old.
Skipping article Being fair: The benefits of early childhood education (Wed, 21 Nov, 2018 02:58) from feed Society News as it is too old.
Skipping article Language influences how consumers trust a brand (Tue, 20 Nov, 2018 21:38) from feed Society News as it is too old.
Skipping article Perspective on legal, ethical implications of lost eggs and embryos (Tue, 20 Nov, 2018 21:38) from feed Society News as it is too old.
Skipping article Healthcare providers -- not hackers -- leak more of your data (Tue, 20 Nov, 2018 21:36) from feed Society News as it is too old.
Skipping article Kindergarten difficulties may predict academic achievement across primary grades (Tue, 20 Nov, 2018 06:02) from feed Society News as it is too old.
Skipping article Widely used reference for the human genome is missing 300 million bits of DNA (Tue, 20 Nov, 2018 06:00) from feed Society News as it is too old.
Skipping article A study analyzes the impact of targeted Facebook advertising on the election (Tue, 20 Nov, 2018 05:59) from feed Society News as it is too old.
Skipping article Does an 'echo chamber' of information impede flu vaccination for children? (Mon, 19 Nov, 2018 20:41) from feed Society News as it is too old.
Skipping article Making moves and memories, are they connected? (Fri, 16 Nov, 2018 04:49) from feed Society News as it is too old.
Skipping article Warning: Chemical weapons risk during a period of very rapid scientific change (Fri, 16 Nov, 2018 04:49) from feed Society News as it is too old.
Skipping article Women build less effective professional networks than men as they underestimate self-worth (Fri, 16 Nov, 2018 00:46) from feed Society News as it is too old.
Skipping article Using social media to weaken the wrath of terror attacks (Fri, 16 Nov, 2018 00:46) from feed Society News as it is too old.
Skipping article A world without brick-and-mortar stores? Even avid online shoppers say, 'no, thanks' (Thu, 15 Nov, 2018 06:43) from feed Society News as it is too old.
Skipping article Natural solutions can reduce global warming (Thu, 15 Nov, 2018 06:00) from feed Society News as it is too old.
Skipping article Fear leads people to think donating blood will make others faint (Thu, 15 Nov, 2018 06:00) from feed Society News as it is too old.
Skipping article Molecular mechanisms of an African folk medicine (Thu, 15 Nov, 2018 04:43) from feed Society News as it is too old.
Skipping article Engineers fly first-ever plane with no moving parts (Sat, 24 Nov, 2018 03:51) from feed Strange &amp; Offbeat News as it is too old.
Skipping article ISS microbes should be monitored to avoid threat to astronaut health (Sat, 24 Nov, 2018 03:49) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Gigantic mammal 'cousin' discovered (Sat, 24 Nov, 2018 03:44) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Brain-computer interface enables people with paralysis to control tablet devices (Thu, 22 Nov, 2018 04:24) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Fish and veggies: Water flow for more efficient aquaponic systems (Wed, 21 Nov, 2018 05:18) from feed Strange &amp; Offbeat News as it is too old.
Skipping article To predict the future, the brain uses two clocks (Wed, 21 Nov, 2018 05:18) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Model of quantum artificial life on quantum computer (Wed, 21 Nov, 2018 02:58) from feed Strange &amp; Offbeat News as it is too old.
Skipping article How to melt gold at room temperature (Wed, 21 Nov, 2018 02:57) from feed Strange &amp; Offbeat News as it is too old.
Skipping article 4,000-year-old termite mounds found in Brazil are visible from space (Tue, 20 Nov, 2018 21:36) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Mite genomes reveal 'mighty surprising' fragrant and colorful secrets (Tue, 20 Nov, 2018 05:59) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Swarmlike collective behavior in bicycling (Mon, 19 Nov, 2018 20:41) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Ant-Man and The Wasp: Helping Marvel superheroes breathe (Mon, 19 Nov, 2018 20:40) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Predatory behavior of Florida's skull-collecting ant (Sat, 17 Nov, 2018 01:05) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Sucking your baby's pacifier to clean it may prevent allergies (Fri, 16 Nov, 2018 22:32) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Drop your weapons! (Fri, 16 Nov, 2018 06:50) from feed Strange &amp; Offbeat News as it is too old.
Skipping article How electric fish got their big brains (Fri, 16 Nov, 2018 04:50) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Bursting bubbles launch bacteria from water to air (Fri, 16 Nov, 2018 04:49) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Historian tells new story about England's venerated 'Domesday book' (Fri, 16 Nov, 2018 04:49) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Nanofiber carpet could lead to new sticky or insulating surfaces (Fri, 16 Nov, 2018 04:49) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Infinite-dimensional symmetry opens up possibility of a new physics -- and new particles (Fri, 16 Nov, 2018 01:53) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Android child's face strikingly expressive (Fri, 16 Nov, 2018 00:46) from feed Strange &amp; Offbeat News as it is too old.
Skipping article NASA learns more about interstellar visitor 'Oumuamua (Thu, 15 Nov, 2018 23:33) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Cold Super-Earth found orbiting closest single star to Sun (Thu, 15 Nov, 2018 03:20) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Fish recognize their prey by electric colors (Wed, 14 Nov, 2018 01:54) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Purple bacteria 'batteries' turn sewage into clean energy (Tue, 13 Nov, 2018 22:09) from feed Strange &amp; Offbeat News as it is too old.
Skipping article How plants evolved to make ants their servants (Tue, 13 Nov, 2018 09:17) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Primates of the Caribbean: Ancient DNA reveals history of mystery monkey (Tue, 13 Nov, 2018 09:16) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Ready for a close-up: The science behind face massage rollers (Sat, 10 Nov, 2018 00:14) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Scientists capture the 'sound' of sunrise on Mars (Sat, 10 Nov, 2018 00:14) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Materials scientist creates fabric alternative to batteries for wearable devices (Fri, 09 Nov, 2018 06:42) from feed Strange &amp; Offbeat News as it is too old.
Skipping article DNA of world's oldest natural mummy unlocks secrets of Ice Age tribes in the Americas (Fri, 09 Nov, 2018 04:23) from feed Strange &amp; Offbeat News as it is too old.
Skipping article How beatboxers produce sound: Using real-time MRI to understand (Thu, 08 Nov, 2018 07:29) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Levitating particles could lift nuclear detective work (Thu, 08 Nov, 2018 04:34) from feed Strange &amp; Offbeat News as it is too old.
Skipping article Study shows how vultures evesdrop to gather vital flight information (Thu, 08 Nov, 2018 03:03) from feed Strange &amp; Offbeat News as it is too old.
Synthesizing mastheadImage
Fetching https://www.sciencedaily.com/release...1201120614.htm
Fetching https://www.sciencedaily.com/release...1130180226.htm
Fetching https://www.sciencedaily.com/release...1201120611.htm
Fetching https://www.sciencedaily.com/release...1130175058.htm
Fetching https://www.sciencedaily.com/release...1130175102.htm
Fetched https://www.sciencedaily.com/release...1201120614.htm in 0.283000 seconds
Fetched https://www.sciencedaily.com/release...1130175102.htm in 0.284000 seconds
Fetched https://www.sciencedaily.com/release...1201120611.htm in 0.340000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.092 -> 28.258
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 35.810 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.810
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 10.405 .col-md-8.col-md-push-4 - .row link density 0.014 -> 10.257
Candid: 35.810 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.810
Candid: 32.905 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.905
Candid: 58.570 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 57.656
Candid: 73.000 #text - #story_text.hyphenate link density 0.000 -> 73.000
Candid: 34.140 #story_source - #story_text.hyphenate link density 0.320 -> 23.205
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 50.160 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.160
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 15.080 .right-tabs.clearfix - #citations link density 0.017 -> 14.819
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -16.340 .related-summary - #related_releases link density 0.047 -> -15.570
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.064 -> 29.139
Candid: -9.690 #related_releases - .col-md-6 link density 0.287 -> -6.910
Candid: 113.335 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 112.359
Candid: -12.980 .related-summary - #related_releases link density 0.039 -> -12.468
Candid: -14.060 .related-summary - #related_releases link density 0.041 -> -13.485
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.009 -> 8.427
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 179.700 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 179.700
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 32.970 #story_source - #story_text.hyphenate.less-top-margin link density 0.297 -> 23.168
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 45.860 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.860
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.107 -> 27.801
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 12.930 .right-tabs.clearfix - #citations link density 0.021 -> 12.659
Candid: 82.245 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 81.185
Candid: -16.110 .related-summary - #related_releases link density 0.042 -> -15.436
Candid: 11.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 11.352
Candid: 105.310 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 105.310
Candid: -9.035 #related_releases - .col-md-6 link density 0.234 -> -6.920
Candid: 33.180 #story_source - #story_text.hyphenate.less-top-margin link density 0.409 -> 19.606
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: 47.370 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.370
Candid: -11.010 .related-summary - #related_releases link density 0.040 -> -10.570
Candid: 13.685 .right-tabs.clearfix - #citations link density 0.017 -> 13.454
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: -11.330 #related_releases - .col-md-6 link density 0.325 -> -7.648
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: -16.670 .related-summary - #related_releases link density 0.057 -> -15.720
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.732 -> 8.789
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 73.000 #text - #story_text.hyphenate
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Top 5 : 57.656 #story_text.hyphenate - .col-md-8.col-md-push-4
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Top 5 : 50.160 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Top 5 : 35.810 .modal-text - .modal-content.modal-content-custom
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Top 5 : 35.810 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Fetched https://www.sciencedaily.com/release...1130180226.htm in 0.709000 seconds
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Top 5 : 179.700 #text - #story_text.hyphenate.less-top-margin
Top 5 : 112.359 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.860 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.139 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.168 #story_source - #story_text.hyphenate.less-top-margin
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 105.310 #text - #story_text.hyphenate.less-top-margin
Top 5 : 81.185 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.370 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.801 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 19.606 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1130175058.htm in 0.759000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1201120614.htm in 0.6 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1130175102.htm in 0.6 seconds
Parsed https://www.sciencedaily.com/release...1201120611.htm in 0.6 seconds
Processing images...
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1201120614.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1201120611.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130175102.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.124
Candid: 77.390 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 75.958
Candid: 9.675 .col-md-8.col-md-push-4 - .row link density 0.018 -> 9.496
Candid: 102.940 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 102.940
Candid: 33.140 #story_source - #story_text.hyphenate.less-top-margin link density 0.391 -> 20.195
Candid: 51.260 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.260
Candid: 15.630 .right-tabs.clearfix - #citations link density 0.015 -> 15.394
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: -9.520 #related_releases - .col-md-6 link density 0.244 -> -7.196
Candid: -14.030 .related-summary - #related_releases link density 0.040 -> -13.464
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
https://www.sciencedaily.com/release...1201120614.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_0\181201120614.xhtml
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Downloaded article: Snowpack declines may stunt tree growth and forests' ability to store carbon emissions from https://www.sciencedaily.com/release...1201120614.htm
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetching https://www.sciencedaily.com/release...1130175055.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.094 -> 28.208
https://www.sciencedaily.com/release...1201120611.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_1\181201120611.xhtml
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 37.880 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.880
Candid: 10.750 .col-md-8.col-md-push-4 - .row link density 0.024 -> 10.488
Candid: 37.880 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.880
Candid: 33.940 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.940
Fetching https://www.sciencedaily.com/release...1130175052.htm
Candid: 66.060 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.027 -> 64.300
Candid: 91.460 #text - #story_text.hyphenate link density 0.000 -> 91.460
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 33.420 #story_source - #story_text.hyphenate link density 0.500 -> 16.710
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -9.995 #related_releases - .col-md-6 link density 0.240 -> -7.592
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Top 5 : 102.940 #text - #story_text.hyphenate.less-top-margin
Top 5 : 75.958 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 51.260 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.124 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 20.195 #story_source - #story_text.hyphenate.less-top-margin
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
https://www.sciencedaily.com/release...1130175102.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_3\181130175102.xhtml
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Fetching https://www.sciencedaily.com/release...1130153852.htm
Top 5 : 91.460 #text - #story_text.hyphenate
Top 5 : 64.300 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.880 .modal-text - .modal-content.modal-content-custom
Top 5 : 37.880 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: Global trial shows CAR T therapy can lead to durable remissions in non-Hodgkin's lymphoma from https://www.sciencedaily.com/release...1201120611.htm
Downloaded article: A new light on significantly faster computer memory devices from https://www.sciencedaily.com/release...1130175102.htm
Parsed https://www.sciencedaily.com/release...1130180226.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130180226.htm
Parsed https://www.sciencedaily.com/release...1130175058.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130175058.htm
https://www.sciencedaily.com/release...1130180226.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_2\181130180226.xhtml
https://www.sciencedaily.com/release...1130175058.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_4\181130175058.xhtml
Fetching https://www.sciencedaily.com/release...1130153849.htm
Fetching https://www.sciencedaily.com/release...1130153847.htm
Downloaded article: Clues to brain changes in depression from https://www.sciencedaily.com/release...1130180226.htm
Downloaded article: New approach to assess sustainability of reef fish from https://www.sciencedaily.com/release...1130175058.htm
Fetched https://www.sciencedaily.com/release...1130175055.htm in 0.416000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.072 -> 28.903
Candid: 37.570 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.570
Candid: 11.785 .col-md-8.col-md-push-4 - .row link density 0.008 -> 11.688
Candid: 37.570 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.570
Candid: 33.785 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.785
Candid: 102.475 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.009 -> 101.535
Candid: 159.480 #text - #story_text.hyphenate link density 0.000 -> 159.480
Candid: 33.470 #story_source - #story_text.hyphenate link density 0.304 -> 23.283
Candid: 46.580 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.580
Candid: 13.290 .right-tabs.clearfix - #citations link density 0.019 -> 13.040
Candid: -16.250 .related-summary - #related_releases link density 0.045 -> -15.519
Candid: -11.660 #related_releases - .col-md-6 link density 0.278 -> -8.413
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 159.480 #text - #story_text.hyphenate
Top 5 : 101.535 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.580 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.570 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 37.570 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1130175055.htm in 0.2 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130175055.htm
Fetched https://www.sciencedaily.com/release...1130175052.htm in 0.709000 seconds
Fetched https://www.sciencedaily.com/release...1130153847.htm in 0.543000 seconds
https://www.sciencedaily.com/release...1130175055.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_5\181130175055.xhtml
Downloaded article: The future of fighting cancer: Zapping tumors in less than a second from https://www.sciencedaily.com/release...1130175055.htm
Fetching https://www.sciencedaily.com/release...1130153841.htm
Fetched https://www.sciencedaily.com/release...1130153849.htm in 0.610000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1130153852.htm in 0.846000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.088 -> 28.399
Candid: 38.390 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.390
Candid: 13.695 .col-md-8.col-md-push-4 - .row link density 0.011 -> 13.538
Candid: 38.390 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.390
Candid: 34.195 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.195
Candid: 74.940 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.013 -> 73.985
Candid: 99.000 #text - #story_text.hyphenate link density 0.000 -> 99.000
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.235 -> 25.144
Candid: 46.280 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.280
Candid: 13.140 .right-tabs.clearfix - #citations link density 0.020 -> 12.882
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -10.000 #related_releases - .col-md-6 link density 0.266 -> -7.342
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Removing unlikely candidate - .row.header - .container.white
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.059 -> 29.296
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 140.710 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.008 -> 139.613
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 8.085 .col-md-8.col-md-push-4 - .row link density 0.008 -> 8.022
Candid: 236.090 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 236.090
Candid: 32.990 #story_source - #story_text.hyphenate.less-top-margin link density 0.310 -> 22.772
Candid: 48.410 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.410
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 99.000 #text - #story_text.hyphenate
Candid: 14.205 .right-tabs.clearfix - #citations link density 0.023 -> 13.884
Top 5 : 73.985 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.280 .tab-content.tab-citations - .right-tabs.clearfix
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.455
Top 5 : 38.390 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.390 .modal-text - .modal-content.modal-content-custom
Candid: -10.105 #related_releases - .col-md-6 link density 0.262 -> -7.456
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -14.090 .related-summary - #related_releases link density 0.041 -> -13.506
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.083 -> 28.566
Candid: 37.850 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.850
Candid: 12.425 .col-md-8.col-md-push-4 - .row link density 0.012 -> 12.278
Candid: 37.850 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.850
Candid: 33.925 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.925
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 77.305 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.013 -> 76.292
Candid: 107.560 #text - #story_text.hyphenate link density 0.000 -> 107.560
Candid: 33.050 #story_source - #story_text.hyphenate link density 0.345 -> 21.663
Candid: 46.010 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.010
Candid: 13.005 .right-tabs.clearfix - #citations link density 0.020 -> 12.739
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -9.465 #related_releases - .col-md-6 link density 0.237 -> -7.220
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.075 -> 28.803
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 104.975 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.008 -> 104.118
Candid: 9.000 .col-md-8.col-md-push-4 - .row link density 0.008 -> 8.927
Candid: 160.740 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 160.740
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 33.210 #story_source - #story_text.hyphenate.less-top-margin link density 0.193 -> 26.814
Top 5 : 236.090 #text - #story_text.hyphenate.less-top-margin
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 51.500 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.500
Top 5 : 139.613 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.410 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 15.750 .right-tabs.clearfix - #citations link density 0.015 -> 15.518
Top 5 : 29.296 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.772 #story_source - #story_text.hyphenate.less-top-margin
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Candid: -10.030 #related_releases - .col-md-6 link density 0.271 -> -7.308
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Parsed https://www.sciencedaily.com/release...1130175052.htm in 0.6 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Processing images...
Top 5 : 107.560 #text - #story_text.hyphenate
Top 5 : 76.292 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.010 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.850 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 37.850 .modal-text - .modal-content.modal-content-custom
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130175052.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 160.740 #text - #story_text.hyphenate.less-top-margin
Top 5 : 104.118 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 51.500 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.803 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.814 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1130153847.htm in 0.7 seconds
Processing images...
https://www.sciencedaily.com/release...1130175052.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_6\181130175052.xhtml
Downloaded article: In vitro cell culture findings could lead to novel interventions for Schizophrenia from https://www.sciencedaily.com/release...1130175052.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153847.htm
Fetching https://www.sciencedaily.com/release...1130153838.htm
Parsed https://www.sciencedaily.com/release...1130153849.htm in 0.7 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1130153852.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153849.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153852.htm
https://www.sciencedaily.com/release...1130153847.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_9\181130153847.xhtml
Fetching https://www.sciencedaily.com/release...1130134408.htm
https://www.sciencedaily.com/release...1130153849.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_8\181130153849.xhtml
https://www.sciencedaily.com/release...1130153852.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_7\181130153852.xhtml
Fetched https://www.sciencedaily.com/release...1130153841.htm in 0.912000 seconds
Downloaded article: Bigger brains are smarter, but not by much from https://www.sciencedaily.com/release...1130153847.htm
Downloaded article: Greenhouse gas 'detergent' recycles itself in atmosphere from https://www.sciencedaily.com/release...1130153849.htm
Fetching https://www.sciencedaily.com/release...1130134403.htm
Downloaded article: African-American mothers rate boys higher for ADHD from https://www.sciencedaily.com/release...1130153852.htm
Fetching https://www.sciencedaily.com/release...1130120448.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.046 -> 29.702
Candid: 46.540 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 46.540
Candid: 16.025 .col-md-8.col-md-push-4 - .row link density 0.007 -> 15.913
Candid: 46.540 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 46.540
Candid: 38.270 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 38.270
Candid: 117.945 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.009 -> 116.931
Candid: 191.910 #text - #story_text.hyphenate link density 0.000 -> 191.910
Candid: 32.960 #story_source - #story_text.hyphenate link density 0.291 -> 23.372
Candid: 46.130 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.130
Candid: 13.065 .right-tabs.clearfix - #citations link density 0.020 -> 12.802
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.457
Candid: -9.565 #related_releases - .col-md-6 link density 0.220 -> -7.460
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: -14.080 .related-summary - #related_releases link density 0.041 -> -13.496
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 191.910 #text - #story_text.hyphenate
Top 5 : 116.931 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.540 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.540 .modal-text - .modal-content.modal-content-custom
Top 5 : 46.130 .tab-content.tab-citations - .right-tabs.clearfix
Parsed https://www.sciencedaily.com/release...1130153841.htm in 0.1 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153841.htm
https://www.sciencedaily.com/release...1130153841.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_10\181130153841.xhtml
Fetching https://www.sciencedaily.com/release...1130120446.htm
Downloaded article: Scientists reveal substantial water loss in global landlocked regions from https://www.sciencedaily.com/release...1130153841.htm
Fetched https://www.sciencedaily.com/release...1130134408.htm in 0.431000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.104 -> 27.902
Candid: 57.290 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 56.178
Fetched https://www.sciencedaily.com/release...1130120448.htm in 0.502000 seconds
Candid: 7.500 .col-md-8.col-md-push-4 - .row link density 0.019 -> 7.355
Candid: 71.480 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 71.480
Candid: -0.450 li - ul link density 0.000 -> -0.450
Candid: -1.725 ul - #text link density 0.000 -> -1.725
Candid: 33.100 #story_source - #story_text.hyphenate.less-top-margin link density 0.371 -> 20.821
Candid: 46.100 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.100
Candid: 13.050 .right-tabs.clearfix - #citations link density 0.020 -> 12.787
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -11.025 #related_releases - .col-md-6 link density 0.274 -> -8.000
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetched https://www.sciencedaily.com/release...1130153838.htm in 0.771000 seconds
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 71.480 #text - #story_text.hyphenate.less-top-margin
Top 5 : 56.178 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.100 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.902 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 20.821 #story_source - #story_text.hyphenate.less-top-margin
Cleaned ul - #text with score -1.725 and weight 0
Fetched https://www.sciencedaily.com/release...1130134403.htm in 0.622000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1130120446.htm in 0.619000 seconds
Parsed https://www.sciencedaily.com/release...1130134408.htm in 0.4 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.103 -> 27.934
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 72.950 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.023 -> 71.239
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.023 -> 9.278
Candid: 94.640 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 94.640
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130134408.htm
Candid: 33.260 #story_source - #story_text.hyphenate.less-top-margin link density 0.443 -> 18.531
Candid: 46.640 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.640
Candid: 13.320 .right-tabs.clearfix - #citations link density 0.019 -> 13.072
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -11.050 #related_releases - .col-md-6 link density 0.255 -> -8.234
Candid: -15.480 .related-summary - #related_releases link density 0.051 -> -14.693
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: -16.650 .related-summary - #related_releases link density 0.056 -> -15.719
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.075 -> 28.799
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 80.320 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 79.214
Candid: 8.110 .col-md-8.col-md-push-4 - .row link density 0.014 -> 7.999
Candid: 115.120 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 115.120
Candid: 33.080 #story_source - #story_text.hyphenate.less-top-margin link density 0.361 -> 21.150
Candid: 48.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.980
Candid: 14.490 .right-tabs.clearfix - #citations link density 0.014 -> 14.293
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -15.030 .related-summary - #related_releases link density 0.040 -> -14.423
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -9.030 #related_releases - .col-md-6 link density 0.269 -> -6.598
Candid: -13.060 .related-summary - #related_releases link density 0.041 -> -12.523
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.092 -> 28.267
Candid: 32.950 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.950
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 94.640 #text - #story_text.hyphenate.less-top-margin
Top 5 : 71.239 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.640 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 9.935 .col-md-8.col-md-push-4 - .row link density 0.014 -> 9.796
Top 5 : 27.934 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: 32.950 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.950
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Top 5 : 18.531 #story_source - #story_text.hyphenate.less-top-margin
Candid: 31.475 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.475
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 68.040 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 67.022
Candid: 89.040 #text - #story_text.hyphenate link density 0.000 -> 89.040
Candid: 33.200 #story_source - #story_text.hyphenate link density 0.164 -> 27.749
https://www.sciencedaily.com/release...1130134408.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_12\181130134408.xhtml
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -16.080 .related-summary - #related_releases link density 0.041 -> -15.416
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: -11.145 #related_releases - .col-md-6 link density 0.241 -> -8.454
Fetching https://www.sciencedaily.com/release...1130120442.htm
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -16.180 .related-summary - #related_releases link density 0.043 -> -15.480
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 115.120 #text - #story_text.hyphenate.less-top-margin
Top 5 : 79.214 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.799 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 21.150 #story_source - #story_text.hyphenate.less-top-margin
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Downloaded article: Cellular gene signatures for heart muscle regeneration from https://www.sciencedaily.com/release...1130134408.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.109
Candid: 35.940 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.940
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 11.020 .col-md-8.col-md-push-4 - .row link density 0.014 -> 10.861
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 35.940 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.940
Candid: 32.970 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.970
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 79.075 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 77.831
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 112.880 #text - #story_text.hyphenate link density 0.000 -> 112.880
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 33.070 #story_source - #story_text.hyphenate link density 0.355 -> 21.318
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 51.900 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.900
Candid: 15.950 .right-tabs.clearfix - #citations link density 0.014 -> 15.729
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: -14.060 .related-summary - #related_releases link density 0.041 -> -13.485
Candid: -9.520 #related_releases - .col-md-6 link density 0.262 -> -7.029
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.454
Top 5 : 89.040 #text - #story_text.hyphenate
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Top 5 : 67.022 #story_text.hyphenate - .col-md-8.col-md-push-4
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Top 5 : 32.950 .modal-text - .modal-content.modal-content-custom
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Top 5 : 32.950 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Parsed https://www.sciencedaily.com/release...1130120448.htm in 0.7 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Processing images...
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120448.htm
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 112.880 #text - #story_text.hyphenate
Top 5 : 77.831 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 51.900 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.940 .modal-text - .modal-content.modal-content-custom
Top 5 : 35.940 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1130153838.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153838.htm
Parsed https://www.sciencedaily.com/release...1130134403.htm in 0.8 seconds
Processing images...
https://www.sciencedaily.com/release...1130120448.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_14\181130120448.xhtml
Downloaded article: How microscopic machines can fail in the blink of an eye from https://www.sciencedaily.com/release...1130120448.htm
Fetching https://www.sciencedaily.com/release...1130120439.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130134403.htm
Parsed https://www.sciencedaily.com/release...1130120446.htm in 0.7 seconds
https://www.sciencedaily.com/release...1130153838.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_11\181130153838.xhtml
Processing images...
Fetching https://www.sciencedaily.com/release...1130111648.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120446.htm
Fetched https://www.sciencedaily.com/release...1130120442.htm in 0.473000 seconds
Downloaded article: Cancer drug may help treat human papillomavirus infections from https://www.sciencedaily.com/release...1130153838.htm
https://www.sciencedaily.com/release...1130134403.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_13\181130134403.xhtml
Fetching https://www.sciencedaily.com/release...1130111645.htm
https://www.sciencedaily.com/release...1130120446.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_15\181130120446.xhtml
Fetching https://www.sciencedaily.com/release...1130111642.htm
Downloaded article: Force Push VR brings Jedi powers to life from https://www.sciencedaily.com/release...1130134403.htm
Downloaded article: Light pollution may cause insomnia in older adults from https://www.sciencedaily.com/release...1130120446.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.077 -> 28.725
Candid: 84.285 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 83.172
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 8.388
Candid: 121.530 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 121.530
Candid: 33.040 #story_source - #story_text.hyphenate.less-top-margin link density 0.339 -> 21.840
Candid: 48.080 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.080
Candid: 14.040 .right-tabs.clearfix - #citations link density 0.015 -> 13.823
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Fetched https://www.sciencedaily.com/release...1130120439.htm in 0.274000 seconds
Candid: -8.460 #related_releases - .col-md-6 link density 0.221 -> -6.590
Candid: -12.980 .related-summary - #related_releases link density 0.040 -> -12.465
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 121.530 #text - #story_text.hyphenate.less-top-margin
Top 5 : 83.172 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.080 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.725 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 21.840 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130120442.htm in 0.3 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120442.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.076 -> 28.780
Candid: 36.280 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.280
Candid: 14.140 .col-md-8.col-md-push-4 - .row link density 0.007 -> 14.040
Candid: 36.280 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.280
Candid: 33.140 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.140
Candid: 116.465 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.007 -> 115.611
Candid: 175.520 #text - #story_text.hyphenate link density 0.000 -> 175.520
Candid: 33.410 #story_source - #story_text.hyphenate link density 0.265 -> 24.573
Candid: 48.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.980
Candid: 14.490 .right-tabs.clearfix - #citations link density 0.021 -> 14.192
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.490
Candid: -9.025 #related_releases - .col-md-6 link density 0.298 -> -6.337
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.497
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 175.520 #text - #story_text.hyphenate
Top 5 : 115.611 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.280 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.280 #story_photo.hyphenate - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1130120442.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_16\181130120442.xhtml
Fetching https://www.sciencedaily.com/release...1130111640.htm
Fetched https://www.sciencedaily.com/release...1130111642.htm in 0.344000 seconds
Downloaded article: Researchers alleviate Schizophrenia symptoms in new mouse models from https://www.sciencedaily.com/release...1130120442.htm
Parsed https://www.sciencedaily.com/release...1130120439.htm in 0.4 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120439.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.452
Candid: 69.685 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 68.810
Candid: 7.650 .col-md-8.col-md-push-4 - .row link density 0.013 -> 7.554
Candid: 95.880 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 95.880
Candid: 32.890 #story_source - #story_text.hyphenate.less-top-margin link density 0.243 -> 24.907
Candid: 46.220 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.220
Candid: 13.110 .right-tabs.clearfix - #citations link density 0.020 -> 12.850
Candid: -16.510 .related-summary - #related_releases link density 0.051 -> -15.661
Candid: -9.780 #related_releases - .col-md-6 link density 0.225 -> -7.583
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.478
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.480
Fetched https://www.sciencedaily.com/release...1130111645.htm in 0.623000 seconds
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
https://www.sciencedaily.com/release...1130120439.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_17\181130120439.xhtml
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 95.880 #text - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1130111648.htm in 0.785000 seconds
Top 5 : 68.810 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.220 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.452 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.907 #story_source - #story_text.hyphenate.less-top-margin
Fetching https://www.sciencedaily.com/release...1130111637.htm
Downloaded article: To image leaky atmosphere, NASA rocket team heads north from https://www.sciencedaily.com/release...1130120439.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1130111640.htm in 0.470000 seconds
Parsed https://www.sciencedaily.com/release...1130111642.htm in 0.5 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111642.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.108 -> 27.778
Candid: 72.790 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 71.450
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.018 -> 9.326
Candid: 94.560 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 94.560
Candid: 33.020 #story_source - #story_text.hyphenate.less-top-margin link density 0.328 -> 22.203
Candid: 45.920 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.920
Candid: 12.960 .right-tabs.clearfix - #citations link density 0.021 -> 12.691
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -9.510 #related_releases - .col-md-6 link density 0.278 -> -6.871
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.448
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.874
Candid: 64.415 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.017 -> 63.347
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 11.000 .col-md-8.col-md-push-4 - .row link density 0.017 -> 10.818
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 71.880 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 71.880
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.284 -> 23.579
Candid: 45.590 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.590
Candid: 12.795 .right-tabs.clearfix - #citations link density 0.022 -> 12.515
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: -10.990 #related_releases - .col-md-6 link density 0.242 -> -8.326
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.350
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Removing unlikely candidate - .row.header - .container.white
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 94.560 #text - #story_text.hyphenate.less-top-margin
Top 5 : 71.450 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Top 5 : 45.920 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Top 5 : 27.778 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.203 #story_source - #story_text.hyphenate.less-top-margin
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
https://www.sciencedaily.com/release...1130111642.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_20\181130111642.xhtml
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 71.880 #text - #story_text.hyphenate.less-top-margin
Top 5 : 63.347 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Fetching https://www.sciencedaily.com/release...1130111634.htm
Downloaded article: How you respond to drama depends on if you are a holistic or analytical thinker from https://www.sciencedaily.com/release...1130111642.htm
Top 5 : 45.590 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.874 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.579 #story_source - #story_text.hyphenate.less-top-margin
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.093 -> 28.249
Candid: 32.370 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.370
Candid: 9.095 .col-md-8.col-md-push-4 - .row link density 0.014 -> 8.963
Candid: 32.370 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.370
Candid: 31.185 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.185
Candid: 67.155 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 66.150
Candid: 89.790 #text - #story_text.hyphenate link density 0.000 -> 89.790
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.235 -> 25.144
Candid: 45.560 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.560
Candid: 12.780 .right-tabs.clearfix - #citations link density 0.022 -> 12.498
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Candid: -10.515 #related_releases - .col-md-6 link density 0.217 -> -8.229
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.471
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Parsed https://www.sciencedaily.com/release...1130111645.htm in 0.6 seconds
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Processing images...
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 89.790 #text - #story_text.hyphenate
Top 5 : 66.150 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.560 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.370 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.370 #story_photo.hyphenate - .col-md-8.col-md-push-4
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111645.htm
Parsed https://www.sciencedaily.com/release...1130111648.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111648.htm
Parsed https://www.sciencedaily.com/release...1130111640.htm in 0.5 seconds
https://www.sciencedaily.com/release...1130111645.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_19\181130111645.xhtml
Processing images...
https://www.sciencedaily.com/release...1130111648.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_18\181130111648.xhtml
Downloaded article: Many diseases increase the risks of hip fracture surgery from https://www.sciencedaily.com/release...1130111645.htm
Downloaded article: Switch for the regeneration of nerve cell insulation from https://www.sciencedaily.com/release...1130111648.htm
Fetching https://www.sciencedaily.com/release...1130111632.htm
Fetching https://www.sciencedaily.com/release...1130111629.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111640.htm
https://www.sciencedaily.com/release...1130111640.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_21\181130111640.xhtml
Fetching https://www.sciencedaily.com/release...1130111626.htm
Fetched https://www.sciencedaily.com/release...1130111637.htm in 0.801000 seconds
Fetched https://www.sciencedaily.com/release...1130111634.htm in 0.460000 seconds
Downloaded article: Brilliant iron molecule could provide cheaper solar energy from https://www.sciencedaily.com/release...1130111640.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.184
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 37.950 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.950
Candid: 12.475 .col-md-8.col-md-push-4 - .row link density 0.014 -> 12.295
Candid: 37.950 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.950
Candid: 33.975 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.975
Candid: 66.155 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 65.101
Candid: 85.290 #text - #story_text.hyphenate link density 0.000 -> 85.290
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.114 -> 27.572
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.250 -> 24.765
Candid: 46.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.850
Candid: 66.695 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.017 -> 65.578
Candid: 13.425 .right-tabs.clearfix - #citations link density 0.018 -> 13.182
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 7.260 .col-md-8.col-md-push-4 - .row link density 0.017 -> 7.139
Candid: 91.410 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 91.410
Candid: -11.515 #related_releases - .col-md-6 link density 0.238 -> -8.778
Candid: 32.940 #story_source - #story_text.hyphenate.less-top-margin link density 0.278 -> 23.790
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 45.650 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.650
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: 12.825 .right-tabs.clearfix - #citations link density 0.022 -> 12.547
Candid: -16.020 .related-summary - #related_releases link density 0.041 -> -15.371
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.487
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: -9.030 #related_releases - .col-md-6 link density 0.265 -> -6.640
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.478
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 85.290 #text - #story_text.hyphenate
Top 5 : 65.101 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.850 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 37.950 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 91.410 #text - #story_text.hyphenate.less-top-margin
Top 5 : 37.950 .modal-text - .modal-content.modal-content-custom
Top 5 : 65.578 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.650 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.572 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.790 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1130111637.htm in 0.3 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1130111634.htm in 0.3 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111637.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111634.htm
https://www.sciencedaily.com/release...1130111634.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_23\181130111634.xhtml
https://www.sciencedaily.com/release...1130111637.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_22\181130111637.xhtml
Downloaded article: Falls are more likely when you've had a bad night sleep from https://www.sciencedaily.com/release...1130111634.htm
Downloaded article: Great strides for carbon capture using earth-abundant elements as photocatalytic system from https://www.sciencedaily.com/release...1130111637.htm
Fetching https://www.sciencedaily.com/release...1130111623.htm
Fetching https://www.sciencedaily.com/release...1130111621.htm
Fetched https://www.sciencedaily.com/release...1130111626.htm in 0.536000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.112 -> 27.648
Candid: 62.950 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 61.830
Candid: 7.005 .col-md-8.col-md-push-4 - .row link density 0.018 -> 6.881
Candid: 84.910 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 84.910
Candid: 32.970 #story_source - #story_text.hyphenate.less-top-margin link density 0.297 -> 23.168
Candid: 50.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.000
Candid: 15.000 .right-tabs.clearfix - #citations link density 0.018 -> 14.734
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -10.045 #related_releases - .col-md-6 link density 0.273 -> -7.302
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.455
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetched https://www.sciencedaily.com/release...1130111629.htm in 0.715000 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetched https://www.sciencedaily.com/release...1130111632.htm in 0.729000 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 84.910 #text - #story_text.hyphenate.less-top-margin
Top 5 : 61.830 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 50.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.648 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.168 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130111626.htm in 0.3 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111626.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetched https://www.sciencedaily.com/release...1130111623.htm in 0.392000 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.120 -> 27.412
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 80.395 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.021 -> 78.673
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 8.730 .col-md-8.col-md-push-4 - .row link density 0.021 -> 8.544
Candid: 112.900 #text - #story_text.hyphenate.less-top-margin link density 0.012 -> 111.562
Candid: 32.970 #story_source - #story_text.hyphenate.less-top-margin link density 0.297 -> 23.168
Candid: 45.050 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.050
Candid: 12.525 .right-tabs.clearfix - #citations link density 0.024 -> 12.223
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.107 -> 27.789
Candid: -14.080 .related-summary - #related_releases link density 0.041 -> -13.499
Candid: 34.240 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.240
Candid: -9.525 #related_releases - .col-md-6 link density 0.262 -> -7.029
Candid: 11.120 .col-md-8.col-md-push-4 - .row link density 0.017 -> 10.927
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 34.240 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.240
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 32.120 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.120
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 57.900 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.019 -> 56.798
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 66.850 #text - #story_text.hyphenate link density 0.000 -> 66.850
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.950 #story_source - #story_text.hyphenate link density 0.284 -> 23.579
Candid: 46.070 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.070
Candid: 13.035 .right-tabs.clearfix - #citations link density 0.020 -> 12.771
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -11.480 #related_releases - .col-md-6 link density 0.261 -> -8.486
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: -15.030 .related-summary - #related_releases link density 0.041 -> -14.421
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
https://www.sciencedaily.com/release...1130111626.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_26\181130111626.xhtml
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Top 5 : 111.562 #text - #story_text.hyphenate.less-top-margin
Top 5 : 78.673 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.050 .tab-content.tab-citations - .right-tabs.clearfix
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Top 5 : 27.412 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.168 #story_source - #story_text.hyphenate.less-top-margin
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Fetching https://www.sciencedaily.com/release...1130111618.htm
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: More than 6,000 antibiotic resistance genes discovered in the bacteria that inhabit the human gut from https://www.sciencedaily.com/release...1130111626.htm
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 66.850 #text - #story_text.hyphenate
Top 5 : 56.798 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.070 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.240 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.240 .modal-text - .modal-content.modal-content-custom
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.058 -> 29.336
Candid: 92.860 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.007 -> 92.194
Candid: 6.520 .col-md-8.col-md-push-4 - .row link density 0.007 -> 6.473
Candid: 146.690 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 146.690
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.202 -> 26.300
Candid: 48.380 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.380
Candid: 14.190 .right-tabs.clearfix - #citations link density 0.015 -> 13.978
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -9.490 #related_releases - .col-md-6 link density 0.226 -> -7.348
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetched https://www.sciencedaily.com/release...1130111621.htm in 0.770000 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Parsed https://www.sciencedaily.com/release...1130111629.htm in 0.6 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Processing images...
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Parsed https://www.sciencedaily.com/release...1130111632.htm in 0.7 seconds
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Processing images...
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111629.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111632.htm
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 146.690 #text - #story_text.hyphenate.less-top-margin
Top 5 : 92.194 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.380 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.336 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.300 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1130111632.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_24\181130111632.xhtml
Downloaded article: A bastard seal from the past reveals the potential for human hybrids from https://www.sciencedaily.com/release...1130111632.htm
Fetching https://www.sciencedaily.com/release...1130111613.htm
https://www.sciencedaily.com/release...1130111629.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_25\181130111629.xhtml
Fetching https://www.sciencedaily.com/release...1130111611.htm
Parsed https://www.sciencedaily.com/release...1130111623.htm in 0.7 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.102 -> 27.964
Candid: 81.190 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 80.014
Candid: 7.050 .col-md-8.col-md-push-4 - .row link density 0.014 -> 6.948
Candid: 121.250 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 121.250
Candid: 32.930 #story_source - #story_text.hyphenate.less-top-margin link density 0.187 -> 26.775
Candid: 45.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.980
Candid: 12.990 .right-tabs.clearfix - #citations link density 0.021 -> 12.723
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -8.080 #related_releases - .col-md-6 link density 0.278 -> -5.834
Candid: -12.080 .related-summary - #related_releases link density 0.041 -> -11.581
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111623.htm
Candid: -15.090 .related-summary - #related_releases link density 0.042 -> -14.461
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Downloaded article: New knowledge of pubertal growth from https://www.sciencedaily.com/release...1130111629.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 121.250 #text - #story_text.hyphenate.less-top-margin
Top 5 : 80.014 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.964 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.775 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1130111623.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_27\181130111623.xhtml
Fetching https://www.sciencedaily.com/release...1130111608.htm
Fetched https://www.sciencedaily.com/release...1130111618.htm in 0.664000 seconds
Parsed https://www.sciencedaily.com/release...1130111621.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111621.htm
Downloaded article: Is being a night owl bad for your health? from https://www.sciencedaily.com/release...1130111623.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.078 -> 28.718
Candid: 88.660 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 87.461
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 8.385
https://www.sciencedaily.com/release...1130111621.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_28\181130111621.xhtml
Candid: 130.300 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 130.300
Candid: 33.020 #story_source - #story_text.hyphenate.less-top-margin link density 0.328 -> 22.203
Candid: 45.680 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.680
Candid: 12.840 .right-tabs.clearfix - #citations link density 0.022 -> 12.563
Candid: -11.990 .related-summary - #related_releases link density 0.040 -> -11.513
Candid: -8.985 #related_releases - .col-md-6 link density 0.211 -> -7.089
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Fetching https://www.sciencedaily.com/release...1130111605.htm
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 130.300 #text - #story_text.hyphenate.less-top-margin
Top 5 : 87.461 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.680 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.718 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.203 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: Planting more hedgerows and trees could help bees thrive once again from https://www.sciencedaily.com/release...1130111621.htm
Parsed https://www.sciencedaily.com/release...1130111618.htm in 0.2 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111618.htm
Fetched https://www.sciencedaily.com/release...1130111608.htm in 0.266000 seconds
https://www.sciencedaily.com/release...1130111618.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_29\181130111618.xhtml
Downloaded article: New research questions fish stocking obligations from https://www.sciencedaily.com/release...1130111618.htm
Fetching https://www.sciencedaily.com/release...1130111601.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.469
Candid: 83.445 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 82.183
Candid: 7.945 .col-md-8.col-md-push-4 - .row link density 0.015 -> 7.825
Candid: 122.130 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 122.130
Candid: 32.980 #story_source - #story_text.hyphenate.less-top-margin link density 0.304 -> 22.968
Candid: 46.910 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.910
Candid: 13.455 .right-tabs.clearfix - #citations link density 0.018 -> 13.214
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: -9.965 #related_releases - .col-md-6 link density 0.260 -> -7.371
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 122.130 #text - #story_text.hyphenate.less-top-margin
Top 5 : 82.183 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.910 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.469 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.968 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1130111611.htm in 0.636000 seconds
Parsed https://www.sciencedaily.com/release...1130111608.htm in 0.3 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111608.htm
Fetched https://www.sciencedaily.com/release...1130111613.htm in 0.791000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.059 -> 29.300
Candid: 37.430 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.430
Candid: 10.455 .col-md-8.col-md-push-4 - .row link density 0.008 -> 10.368
Candid: 37.430 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.430
Candid: 33.715 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.715
Candid: 90.320 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.010 -> 89.454
Candid: 140.800 #text - #story_text.hyphenate link density 0.000 -> 140.800
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.235 -> 25.144
Candid: 46.490 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.490
Candid: 13.245 .right-tabs.clearfix - #citations link density 0.019 -> 12.993
Candid: -12.000 .related-summary - #related_releases link density 0.040 -> -11.522
Candid: -8.505 #related_releases - .col-md-6 link density 0.224 -> -6.600
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.490
Candid: -16.030 .related-summary - #related_releases link density 0.041 -> -15.380
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
https://www.sciencedaily.com/release...1130111608.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_32\181130111608.xhtml
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetching https://www.sciencedaily.com/release...1130111557.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 140.800 #text - #story_text.hyphenate
Top 5 : 89.454 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.490 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.430 .modal-text - .modal-content.modal-content-custom
Top 5 : 37.430 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: Why patients lie to their doctors from https://www.sciencedaily.com/release...1130111608.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetched https://www.sciencedaily.com/release...1130111605.htm in 0.704000 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.123 -> 27.308
Candid: 64.255 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 63.004
Candid: 8.295 .col-md-8.col-md-push-4 - .row link density 0.019 -> 8.134
Candid: 82.410 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 82.410
Candid: 32.920 #story_source - #story_text.hyphenate.less-top-margin link density 0.264 -> 24.224
Candid: 45.260 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.260
Candid: 12.630 .right-tabs.clearfix - #citations link density 0.023 -> 12.337
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -8.465 #related_releases - .col-md-6 link density 0.230 -> -6.519
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.495
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 82.410 #text - #story_text.hyphenate.less-top-margin
Top 5 : 63.004 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.260 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.308 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.224 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1130111611.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111611.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1130111613.htm in 0.5 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.068 -> 29.024
Candid: 95.940 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 94.709
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 8.391
Processing images...
Candid: 143.530 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 143.530
Candid: 34.350 #story_source - #story_text.hyphenate.less-top-margin link density 0.477 -> 17.982
Candid: 52.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 52.000
Candid: 16.000 .right-tabs.clearfix - #citations link density 0.012 -> 15.808
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: -10.980 #related_releases - .col-md-6 link density 0.244 -> -8.301
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111613.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
https://www.sciencedaily.com/release...1130111611.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_31\181130111611.xhtml
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetching https://www.sciencedaily.com/release...1130094328.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 143.530 #text - #story_text.hyphenate.less-top-margin
Top 5 : 94.709 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 52.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.024 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 17.982 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1130111601.htm in 0.905000 seconds
Downloaded article: Light triggers gold in unexpected way from https://www.sciencedaily.com/release...1130111611.htm
https://www.sciencedaily.com/release...1130111613.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_30\181130111613.xhtml
Fetching https://www.sciencedaily.com/release...1130094325.htm
Downloaded article: New information about infant brain structure from https://www.sciencedaily.com/release...1130111613.htm
Parsed https://www.sciencedaily.com/release...1130111605.htm in 0.5 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111605.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.087 -> 28.428
Candid: 67.385 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.010 -> 66.690
Candid: 10.000 .col-md-8.col-md-push-4 - .row link density 0.010 -> 9.897
Candid: 82.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 82.000
Candid: 32.770 #story_source - #story_text.hyphenate.less-top-margin link density 0.143 -> 28.089
Candid: 51.660 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.660
Candid: 15.830 .right-tabs.clearfix - #citations link density 0.014 -> 15.602
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -9.540 #related_releases - .col-md-6 link density 0.237 -> -7.275
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.509
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
https://www.sciencedaily.com/release...1130111605.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_33\181130111605.xhtml
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Fetching https://www.sciencedaily.com/release...1130094318.htm
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 82.000 #text - #story_text.hyphenate.less-top-margin
Top 5 : 66.690 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 51.660 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.428 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 28.089 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1130111557.htm in 0.770000 seconds
Downloaded article: A new way to see stress -- using supercomputers from https://www.sciencedaily.com/release...1130111605.htm
Fetched https://www.sciencedaily.com/release...1130094328.htm in 0.386000 seconds
Parsed https://www.sciencedaily.com/release...1130111601.htm in 0.5 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111601.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.116 -> 27.527
Candid: 51.640 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 50.681
Candid: 7.140 .col-md-8.col-md-push-4 - .row link density 0.019 -> 7.008
Candid: 61.910 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 61.910
Candid: 32.810 #story_source - #story_text.hyphenate.less-top-margin link density 0.179 -> 26.939
Candid: 45.140 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.140
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 12.570 .right-tabs.clearfix - #citations link density 0.024 -> 12.272
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: -15.350 .related-summary - #related_releases link density 0.047 -> -14.627
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -10.750 #related_releases - .col-md-6 link density 0.240 -> -8.174
Candid: -15.090 .related-summary - #related_releases link density 0.042 -> -14.458
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -16.060 .related-summary - #related_releases link density 0.041 -> -15.400
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.880
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 36.920 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.920
Candid: 14.460 .col-md-8.col-md-push-4 - .row link density 0.014 -> 14.256
Candid: 36.920 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.920
Candid: 33.460 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.460
Candid: 58.985 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 58.023
Candid: 61.000 #text - #story_text.hyphenate link density 0.000 -> 61.000
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 32.970 #story_source - #story_text.hyphenate link density 0.216 -> 25.841
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 46.220 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.220
https://www.sciencedaily.com/release...1130111601.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_34\181130111601.xhtml
Candid: 13.110 .right-tabs.clearfix - #citations link density 0.020 -> 12.850
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.419
Downloaded article: Towards a treatment for gluten intolerance from https://www.sciencedaily.com/release...1130111601.htm
Candid: -9.005 #related_releases - .col-md-6 link density 0.301 -> -6.294
Fetching https://www.sciencedaily.com/release...1130094315.htm
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.478
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 61.910 #text - #story_text.hyphenate.less-top-margin
Top 5 : 50.681 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.140 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.527 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.939 #story_source - #story_text.hyphenate.less-top-margin
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 61.000 #text - #story_text.hyphenate
Top 5 : 58.023 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.220 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.920 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.920 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1130094325.htm in 0.670000 seconds
Parsed https://www.sciencedaily.com/release...1130111557.htm in 0.5 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1130094328.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111557.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094328.htm
Fetched https://www.sciencedaily.com/release...1130094318.htm in 0.638000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
https://www.sciencedaily.com/release...1130094328.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_36\181130094328.xhtml
https://www.sciencedaily.com/release...1130111557.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_35\181130111557.xhtml
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.098 -> 28.092
Candid: 38.270 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.270
Candid: 14.135 .col-md-8.col-md-push-4 - .row link density 0.014 -> 13.940
Candid: 38.270 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.270
Fetching https://www.sciencedaily.com/release...1130094312.htm
Candid: 34.135 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.135
Fetching https://www.sciencedaily.com/release...1130094308.htm
Candid: 61.960 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 60.932
Candid: 71.000 #text - #story_text.hyphenate link density 0.000 -> 71.000
Candid: 32.920 #story_source - #story_text.hyphenate link density 0.179 -> 27.019
Candid: 46.340 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.340
Candid: 13.170 .right-tabs.clearfix - #citations link density 0.019 -> 12.914
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: -8.520 #related_releases - .col-md-6 link density 0.282 -> -6.116
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.370
Candid: -13.030 .related-summary - #related_releases link density 0.041 -> -12.502
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Downloaded article: Altered microbiome after caesarean section impacts baby's immune system from https://www.sciencedaily.com/release...1130094328.htm
Downloaded article: The physics of extracting gas from shale formations from https://www.sciencedaily.com/release...1130111557.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 71.000 #text - #story_text.hyphenate
Top 5 : 60.932 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.340 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.270 .modal-text - .modal-content.modal-content-custom
Top 5 : 38.270 #story_photo.hyphenate - .col-md-8.col-md-push-4
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.088 -> 28.386
Candid: 39.270 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 39.270
Candid: 13.135 .col-md-8.col-md-push-4 - .row link density 0.013 -> 12.959
Candid: 39.270 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 39.270
Candid: 34.635 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.635
Candid: 56.960 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 55.988
Candid: 67.000 #text - #story_text.hyphenate link density 0.000 -> 67.000
Candid: 32.920 #story_source - #story_text.hyphenate link density 0.264 -> 24.224
Candid: 45.650 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.650
Candid: 12.825 .right-tabs.clearfix - #citations link density 0.022 -> 12.547
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -11.485 #related_releases - .col-md-6 link density 0.229 -> -8.856
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Parsed https://www.sciencedaily.com/release...1130094325.htm in 0.5 seconds
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Processing images...
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094325.htm
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 67.000 #text - #story_text.hyphenate
Top 5 : 55.988 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.650 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 39.270 .modal-text - .modal-content.modal-content-custom
Top 5 : 39.270 #story_photo.hyphenate - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1130094325.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_37\181130094325.xhtml
Fetching https://www.sciencedaily.com/release...1130094306.htm
Parsed https://www.sciencedaily.com/release...1130094318.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094318.htm
https://www.sciencedaily.com/release...1130094318.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_38\181130094318.xhtml
Fetching https://www.sciencedaily.com/release...1130090201.htm
Downloaded article: Immune checkpoints could be key to treating autoimmune disease myasthenia gravis from https://www.sciencedaily.com/release...1130094325.htm
Downloaded article: Searching an artificial bee colony for real-world results from https://www.sciencedaily.com/release...1130094318.htm
Fetched https://www.sciencedaily.com/release...1130094315.htm in 0.779000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.094 -> 28.212
Candid: 35.870 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.870
Candid: 11.935 .col-md-8.col-md-push-4 - .row link density 0.021 -> 11.687
Candid: 35.870 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.870
Candid: 32.935 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.935
Candid: 57.960 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.023 -> 56.619
Candid: 66.800 #text - #story_text.hyphenate link density 0.000 -> 66.800
Candid: 33.120 #story_source - #story_text.hyphenate link density 0.381 -> 20.503
Candid: 45.860 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.860
Candid: 12.930 .right-tabs.clearfix - #citations link density 0.021 -> 12.659
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -11.505 #related_releases - .col-md-6 link density 0.241 -> -8.731
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 66.800 #text - #story_text.hyphenate
Top 5 : 56.619 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.860 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.870 .modal-text - .modal-content.modal-content-custom
Top 5 : 35.870 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1130094315.htm in 0.1 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094315.htm
https://www.sciencedaily.com/release...1130094315.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_39\181130094315.xhtml
Fetching https://www.sciencedaily.com/release...1130090157.htm
Fetched https://www.sciencedaily.com/release...1130094308.htm in 0.647000 seconds
Downloaded article: Black hole 'donuts' are actually 'fountains' from https://www.sciencedaily.com/release...1130094315.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1130094306.htm in 0.527000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.064 -> 29.141
Candid: 37.000 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.000
Candid: 11.360 .col-md-8.col-md-push-4 - .row link density 0.010 -> 11.248
Candid: 37.000 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.000
Candid: 33.500 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.500
Candid: 91.390 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 90.376
Fetched https://www.sciencedaily.com/release...1130090201.htm in 0.509000 seconds
Candid: 138.320 #text - #story_text.hyphenate link density 0.000 -> 138.320
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.328 -> 22.203
Candid: 46.340 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.340
Candid: 13.170 .right-tabs.clearfix - #citations link density 0.019 -> 12.914
Candid: -15.030 .related-summary - #related_releases link density 0.041 -> -14.421
Candid: -9.520 #related_releases - .col-md-6 link density 0.226 -> -7.365
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetched https://www.sciencedaily.com/release...1130094312.htm in 0.852000 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 138.320 #text - #story_text.hyphenate
Top 5 : 90.376 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.340 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.000 .modal-text - .modal-content.modal-content-custom
Top 5 : 37.000 #story_photo.hyphenate - .col-md-8.col-md-push-4
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.131 -> 27.041
Candid: 60.445 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 59.525
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.015 -> 8.371
Candid: 74.010 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 74.010
Candid: 32.880 #story_source - #story_text.hyphenate.less-top-margin link density 0.147 -> 28.045
Candid: 45.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.980
Candid: 12.990 .right-tabs.clearfix - #citations link density 0.021 -> 12.723
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.482
Candid: -9.495 #related_releases - .col-md-6 link density 0.257 -> -7.053
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Parsed https://www.sciencedaily.com/release...1130094308.htm in 0.5 seconds
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Processing images...
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094308.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.078 -> 28.696
Candid: 86.745 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.012 -> 85.662
Candid: 8.000 .col-md-8.col-md-push-4 - .row link density 0.012 -> 7.900
Candid: 128.540 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 128.540
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.284 -> 23.579
Candid: 46.100 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.100
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 13.050 .right-tabs.clearfix - #citations link density 0.020 -> 12.787
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.452
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: 80.960 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 80.191
Candid: -10.570 #related_releases - .col-md-6 link density 0.253 -> -7.898
Candid: 9.000 .col-md-8.col-md-push-4 - .row link density 0.009 -> 8.915
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: 113.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 113.000
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: 32.920 #story_source - #story_text.hyphenate.less-top-margin link density 0.179 -> 27.019
Candid: -16.060 .related-summary - #related_releases link density 0.041 -> -15.403
Candid: 46.010 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.010
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 13.005 .right-tabs.clearfix - #citations link density 0.020 -> 12.739
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -8.610 #related_releases - .col-md-6 link density 0.254 -> -6.422
Candid: -14.160 .related-summary - #related_releases link density 0.043 -> -13.550
Candid: -12.030 .related-summary - #related_releases link density 0.040 -> -11.544
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 74.010 #text - #story_text.hyphenate.less-top-margin
Top 5 : 59.525 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.045 #story_source - #story_text.hyphenate.less-top-margin
Top 5 : 27.041 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 128.540 #text - #story_text.hyphenate.less-top-margin
Top 5 : 85.662 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1130094308.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_41\181130094308.xhtml
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Top 5 : 46.100 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.696 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.579 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: Table-top experiment flips current understanding of solutal convection from https://www.sciencedaily.com/release...1130094308.htm
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 113.000 #text - #story_text.hyphenate.less-top-margin
Top 5 : 80.191 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.010 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.452 .col-sm-8.main.less-padding-right.hyphenate - .row
Fetching https://www.sciencedaily.com/release...1130090154.htm
Top 5 : 27.019 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1130090157.htm in 0.727000 seconds
Parsed https://www.sciencedaily.com/release...1130094306.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094306.htm
Parsed https://www.sciencedaily.com/release...1130090201.htm in 0.7 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1130094312.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130090201.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094312.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1130094306.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_42\181130094306.xhtml
Fetching https://www.sciencedaily.com/release...1130080355.htm
Downloaded article: Historical climate important for soil responses to future climate change from https://www.sciencedaily.com/release...1130094306.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.072 -> 28.895
Candid: 36.180 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.180
Candid: 12.090 .col-md-8.col-md-push-4 - .row link density 0.011 -> 11.958
Candid: 36.180 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.180
Candid: 33.090 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.090
Candid: 69.485 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 68.670
Candid: 90.000 #text - #story_text.hyphenate link density 0.000 -> 90.000
https://www.sciencedaily.com/release...1130090201.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_43\181130090201.xhtml
Candid: 32.970 #story_source - #story_text.hyphenate link density 0.297 -> 23.168
Candid: 46.370 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.370
Candid: 13.185 .right-tabs.clearfix - #citations link density 0.019 -> 12.930
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -10.035 #related_releases - .col-md-6 link density 0.194 -> -8.086
Fetching https://www.sciencedaily.com/release...1130080352.htm
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
https://www.sciencedaily.com/release...1130094312.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_40\181130094312.xhtml
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetching https://www.sciencedaily.com/release...1130080349.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 90.000 #text - #story_text.hyphenate
Top 5 : 68.670 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.370 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.180 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.180 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1130090154.htm in 0.502000 seconds
Downloaded article: Focus on resistance to HIV offers insight into how to fight the virus from https://www.sciencedaily.com/release...1130090201.htm
Downloaded article: Mischievous responders taint LGBQ health estimates in national survey from https://www.sciencedaily.com/release...1130094312.htm
Parsed https://www.sciencedaily.com/release...1130090157.htm in 0.5 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130090157.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.055 -> 29.408
Candid: 43.770 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 43.770
Candid: 15.885 .col-md-8.col-md-push-4 - .row link density 0.010 -> 15.731
Candid: 43.770 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 43.770
Candid: 36.885 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 36.885
Candid: 93.955 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 92.835
Candid: 138.860 #text - #story_text.hyphenate link density 0.000 -> 138.860
Candid: 33.050 #story_source - #story_text.hyphenate link density 0.345 -> 21.663
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.012 -> 14.322
Candid: -17.250 .related-summary - #related_releases link density 0.089 -> -15.713
Candid: -12.120 #related_releases - .col-md-6 link density 0.264 -> -8.917
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
https://www.sciencedaily.com/release...1130090157.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_44\181130090157.xhtml
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 138.860 #text - #story_text.hyphenate
Top 5 : 92.835 #story_text.hyphenate - .col-md-8.col-md-push-4
Fetching https://www.sciencedaily.com/release...1129223426.htm
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 43.770 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 43.770 .modal-text - .modal-content.modal-content-custom
Downloaded article: More sensitive MRI diagnostics thanks to innovative 'elastic' contrast media from https://www.sciencedaily.com/release...1130090157.htm
Parsed https://www.sciencedaily.com/release...1130090154.htm in 0.2 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130090154.htm
https://www.sciencedaily.com/release...1130090154.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_45\181130090154.xhtml
Fetching https://www.sciencedaily.com/release...1130153841.htm
Downloaded article: Newly discovered supernova complicates origin story theories from https://www.sciencedaily.com/release...1130090154.htm
Fetched https://www.sciencedaily.com/release...1130153841.htm in 0.267000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.046 -> 29.702
Candid: 46.540 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 46.540
Candid: 16.025 .col-md-8.col-md-push-4 - .row link density 0.007 -> 15.913
Candid: 46.540 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 46.540
Candid: 38.270 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 38.270
Candid: 117.945 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.009 -> 116.931
Candid: 191.910 #text - #story_text.hyphenate link density 0.000 -> 191.910
Candid: 32.960 #story_source - #story_text.hyphenate link density 0.291 -> 23.372
Candid: 46.130 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.130
Candid: 13.065 .right-tabs.clearfix - #citations link density 0.020 -> 12.802
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.457
Candid: -9.565 #related_releases - .col-md-6 link density 0.220 -> -7.460
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: -14.080 .related-summary - #related_releases link density 0.041 -> -13.496
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetched https://www.sciencedaily.com/release...1129223426.htm in 0.531000 seconds
Fetched https://www.sciencedaily.com/release...1130080355.htm in 0.850000 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Fetched https://www.sciencedaily.com/release...1130080349.htm in 0.757000 seconds
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 191.910 #text - #story_text.hyphenate
Top 5 : 116.931 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.540 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.540 .modal-text - .modal-content.modal-content-custom
Top 5 : 46.130 .tab-content.tab-citations - .right-tabs.clearfix
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130153841.htm in 0.4 seconds
Fetched https://www.sciencedaily.com/release...1130080352.htm in 0.991000 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153841.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.878
Candid: 69.515 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 68.458
Candid: 7.895 .col-md-8.col-md-push-4 - .row link density 0.015 -> 7.775
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 94.580 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 94.580
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 32.870 #story_source - #story_text.hyphenate.less-top-margin link density 0.228 -> 25.385
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 46.220 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.220
Candid: 13.110 .right-tabs.clearfix - #citations link density 0.020 -> 12.850
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -9.060 #related_releases - .col-md-6 link density 0.233 -> -6.950
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.090 -> 28.341
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 36.240 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.240
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 13.055 .col-md-8.col-md-push-4 - .row link density 0.013 -> 12.888
Candid: 36.240 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.240
Candid: 33.120 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.120
Candid: 82.475 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 81.352
Candid: 112.280 #text - #story_text.hyphenate link density 0.000 -> 112.280
Candid: 32.930 #story_source - #story_text.hyphenate link density 0.187 -> 26.775
Candid: 45.680 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.680
Candid: 12.840 .right-tabs.clearfix - #citations link density 0.022 -> 12.563
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.087 -> 28.424
Candid: -9.990 #related_releases - .col-md-6 link density 0.227 -> -7.726
Candid: 39.110 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 39.110
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 13.055 .col-md-8.col-md-push-4 - .row link density 0.015 -> 12.858
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 39.110 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 39.110
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 34.555 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.555
Removing unlikely candidate - .row.header - .container.white
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 104.405 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 102.730
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 161.570 #text - #story_text.hyphenate link density 0.008 -> 160.275
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 33.240 #story_source - #story_text.hyphenate link density 0.203 -> 26.496
Candid: 45.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.980
Candid: 12.990 .right-tabs.clearfix - #citations link density 0.021 -> 12.723
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: -10.055 #related_releases - .col-md-6 link density 0.268 -> -7.362
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: -14.100 .related-summary - #related_releases link density 0.042 -> -13.513
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.393
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
https://www.sciencedaily.com/release...1130153841.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_0\181130153841.xhtml
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Fetching https://www.sciencedaily.com/release...1130134403.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Top 5 : 94.580 #text - #story_text.hyphenate.less-top-margin
Top 5 : 68.458 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Top 5 : 46.220 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Top 5 : 27.878 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 25.385 #story_source - #story_text.hyphenate.less-top-margin
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 112.280 #text - #story_text.hyphenate
Top 5 : 81.352 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.680 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.240 .modal-text - .modal-content.modal-content-custom
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Top 5 : 36.240 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Downloaded article: Scientists reveal substantial water loss in global landlocked regions from https://www.sciencedaily.com/release...1130153841.htm
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.172
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 68.365 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 67.278
Candid: 7.540 .col-md-8.col-md-push-4 - .row link density 0.016 -> 7.420
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 93.590 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 93.590
Top 5 : 160.275 #text - #story_text.hyphenate
Candid: 32.980 #story_source - #story_text.hyphenate.less-top-margin link density 0.223 -> 25.618
Top 5 : 102.730 #story_text.hyphenate - .col-md-8.col-md-push-4
Candid: 45.950 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.950
Top 5 : 45.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 39.110 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 12.975 .right-tabs.clearfix - #citations link density 0.021 -> 12.707
Top 5 : 39.110 .modal-text - .modal-content.modal-content-custom
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -11.020 #related_releases - .col-md-6 link density 0.204 -> -8.770
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -15.030 .related-summary - #related_releases link density 0.040 -> -14.423
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 93.590 #text - #story_text.hyphenate.less-top-margin
Top 5 : 67.278 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.950 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.172 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 25.618 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1129223426.htm in 0.7 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1130080355.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129223426.htm
Parsed https://www.sciencedaily.com/release...1130080349.htm in 0.7 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130080355.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130080349.htm
Parsed https://www.sciencedaily.com/release...1130080352.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130080352.htm
https://www.sciencedaily.com/release...1129223426.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_49\181129223426.xhtml
Downloaded article: The Wizard of Oz most 'influential' film of all time according to network science from https://www.sciencedaily.com/release...1129223426.htm
Fetching https://www.sciencedaily.com/release...1130111640.htm
https://www.sciencedaily.com/release...1130080355.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_46\181130080355.xhtml
Fetching https://www.sciencedaily.com/release...1130111637.htm
Fetched https://www.sciencedaily.com/release...1130134403.htm in 0.511000 seconds
https://www.sciencedaily.com/release...1130080349.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_48\181130080349.xhtml
https://www.sciencedaily.com/release...1130080352.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_0\article_47\181130080352.xhtml
Downloaded article: 'Sudoku' X-Ray uncovers movements within opaque materials from https://www.sciencedaily.com/release...1130080355.htm
Fetching https://www.sciencedaily.com/release...1130094315.htm
Downloaded article: Virtual reality could serve as powerful environmental education tool from https://www.sciencedaily.com/release...1130080349.htm
Downloaded article: Babies kicking in the womb are creating a map of their bodies from https://www.sciencedaily.com/release...1130080352.htm
Fetching https://www.sciencedaily.com/release...1130090154.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.092 -> 28.267
Candid: 32.950 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.950
Candid: 9.935 .col-md-8.col-md-push-4 - .row link density 0.014 -> 9.796
Candid: 32.950 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.950
Candid: 31.475 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.475
Candid: 68.040 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 67.022
Candid: 89.040 #text - #story_text.hyphenate link density 0.000 -> 89.040
Candid: 33.200 #story_source - #story_text.hyphenate link density 0.164 -> 27.749
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: -16.080 .related-summary - #related_releases link density 0.041 -> -15.416
Candid: -11.145 #related_releases - .col-md-6 link density 0.241 -> -8.454
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -16.180 .related-summary - #related_releases link density 0.043 -> -15.480
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 89.040 #text - #story_text.hyphenate
Top 5 : 67.022 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.950 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.950 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1130111637.htm in 0.289000 seconds
Fetched https://www.sciencedaily.com/release...1130111640.htm in 0.331000 seconds
Parsed https://www.sciencedaily.com/release...1130134403.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130134403.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1130090154.htm in 0.458000 seconds
Fetched https://www.sciencedaily.com/release...1130094315.htm in 0.469000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.184
Candid: 37.950 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.950
Candid: 12.475 .col-md-8.col-md-push-4 - .row link density 0.014 -> 12.295
Candid: 37.950 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.950
Candid: 33.975 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.975
Candid: 66.155 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 65.101
Candid: 85.290 #text - #story_text.hyphenate link density 0.000 -> 85.290
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.250 -> 24.765
Candid: 46.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.850
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 13.425 .right-tabs.clearfix - #citations link density 0.018 -> 13.182
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
https://www.sciencedaily.com/release...1130134403.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_1\181130134403.xhtml
Candid: -11.515 #related_releases - .col-md-6 link density 0.238 -> -8.778
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -16.020 .related-summary - #related_releases link density 0.041 -> -15.371
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Fetching https://www.sciencedaily.com/release...1129142447.htm
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.093 -> 28.249
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.370 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.370
Candid: 9.095 .col-md-8.col-md-push-4 - .row link density 0.014 -> 8.963
Candid: 32.370 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.370
Candid: 31.185 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.185
Candid: 67.155 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 66.150
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 89.790 #text - #story_text.hyphenate link density 0.000 -> 89.790
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.235 -> 25.144
Candid: 45.560 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.560
Candid: 12.780 .right-tabs.clearfix - #citations link density 0.022 -> 12.498
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Candid: -10.515 #related_releases - .col-md-6 link density 0.217 -> -8.229
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.471
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Downloaded article: Force Push VR brings Jedi powers to life from https://www.sciencedaily.com/release...1130134403.htm
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Removing unlikely candidate - .row.header - .container.white
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Top 5 : 85.290 #text - #story_text.hyphenate
Top 5 : 65.101 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.850 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.950 .modal-text - .modal-content.modal-content-custom
Top 5 : 37.950 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 89.790 #text - #story_text.hyphenate
Top 5 : 66.150 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.560 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.370 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.370 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.094 -> 28.212
Candid: 35.870 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.870
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.055 -> 29.408
Candid: 11.935 .col-md-8.col-md-push-4 - .row link density 0.021 -> 11.687
Candid: 43.770 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 43.770
Candid: 35.870 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.870
Candid: 32.935 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.935
Candid: 15.885 .col-md-8.col-md-push-4 - .row link density 0.010 -> 15.731
Candid: 43.770 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 43.770
Candid: 57.960 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.023 -> 56.619
Candid: 36.885 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 36.885
Candid: 66.800 #text - #story_text.hyphenate link density 0.000 -> 66.800
Candid: 33.120 #story_source - #story_text.hyphenate link density 0.381 -> 20.503
Candid: 93.955 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 92.835
Candid: 45.860 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.860
Candid: 138.860 #text - #story_text.hyphenate link density 0.000 -> 138.860
Candid: 12.930 .right-tabs.clearfix - #citations link density 0.021 -> 12.659
Candid: 33.050 #story_source - #story_text.hyphenate link density 0.345 -> 21.663
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.012 -> 14.322
Candid: -11.505 #related_releases - .col-md-6 link density 0.241 -> -8.731
Candid: -17.250 .related-summary - #related_releases link density 0.089 -> -15.713
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -12.120 #related_releases - .col-md-6 link density 0.264 -> -8.917
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Parsed https://www.sciencedaily.com/release...1130111637.htm in 0.6 seconds
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Processing images...
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Parsed https://www.sciencedaily.com/release...1130111640.htm in 0.6 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Processing images...
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111637.htm
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111640.htm
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Top 5 : 66.800 #text - #story_text.hyphenate
Top 5 : 56.619 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.860 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.870 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.870 .modal-text - .modal-content.modal-content-custom
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 138.860 #text - #story_text.hyphenate
Top 5 : 92.835 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 43.770 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 43.770 .modal-text - .modal-content.modal-content-custom
https://www.sciencedaily.com/release...1130111640.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_2\181130111640.xhtml
https://www.sciencedaily.com/release...1130111637.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_3\181130111637.xhtml
Fetching https://www.sciencedaily.com/release...1129142423.htm
Fetching https://www.sciencedaily.com/release...1129142417.htm
Downloaded article: Brilliant iron molecule could provide cheaper solar energy from https://www.sciencedaily.com/release...1130111640.htm
Downloaded article: Great strides for carbon capture using earth-abundant elements as photocatalytic system from https://www.sciencedaily.com/release...1130111637.htm
Parsed https://www.sciencedaily.com/release...1130094315.htm in 0.7 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1130090154.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094315.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130090154.htm
Fetched https://www.sciencedaily.com/release...1129142447.htm in 0.655000 seconds
https://www.sciencedaily.com/release...1130094315.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_4\181130094315.xhtml
Fetching https://www.sciencedaily.com/release...1129142414.htm
https://www.sciencedaily.com/release...1130090154.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_5\181130090154.xhtml
Fetching https://www.sciencedaily.com/release...1129142407.htm
Downloaded article: Black hole 'donuts' are actually 'fountains' from https://www.sciencedaily.com/release...1130094315.htm
Downloaded article: Newly discovered supernova complicates origin story theories from https://www.sciencedaily.com/release...1130090154.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129142423.htm in 0.298000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.878
Candid: 32.310 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.310
Candid: 10.655 .col-md-8.col-md-push-4 - .row link density 0.011 -> 10.540
Candid: 32.310 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.310
Candid: 31.155 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.155
Candid: 65.660 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 64.930
Candid: 80.550 #text - #story_text.hyphenate link density 0.000 -> 80.550
Candid: 32.770 #story_source - #story_text.hyphenate link density 0.143 -> 28.089
Candid: 50.330 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.330
Candid: 15.165 .right-tabs.clearfix - #citations link density 0.017 -> 14.908
Candid: -15.310 .related-summary - #related_releases link density 0.046 -> -14.603
Candid: -10.160 #related_releases - .col-md-6 link density 0.318 -> -6.927
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Fetched https://www.sciencedaily.com/release...1129142417.htm in 0.355000 seconds
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 80.550 #text - #story_text.hyphenate
Top 5 : 64.930 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 50.330 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.310 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.310 #story_photo.hyphenate - .col-md-8.col-md-push-4
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1129142447.htm in 0.4 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.052 -> 29.504
Candid: 43.000 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 43.000
Candid: 16.000 .col-md-8.col-md-push-4 - .row link density 0.006 -> 15.898
Processing images...
Candid: 43.000 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 43.000
Candid: 36.500 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 36.500
Candid: 101.420 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.008 -> 100.650
Candid: 152.000 #text - #story_text.hyphenate link density 0.000 -> 152.000
Candid: 32.840 #story_source - #story_text.hyphenate link density 0.204 -> 26.138
Candid: 48.960 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.960
Candid: 14.480 .right-tabs.clearfix - #citations link density 0.014 -> 14.282
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.393
Candid: -9.540 #related_releases - .col-md-6 link density 0.238 -> -7.269
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -14.030 .related-summary - #related_releases link density 0.041 -> -13.461
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142447.htm
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.092 -> 28.272
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 38.350 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.350
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 12.175 .col-md-8.col-md-push-4 - .row link density 0.010 -> 12.058
Candid: 38.350 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.350
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 34.175 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.175
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 67.325 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 66.604
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 89.820 #text - #story_text.hyphenate link density 0.000 -> 89.820
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 32.830 #story_source - #story_text.hyphenate link density 0.103 -> 29.445
Candid: 45.530 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.530
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 12.765 .right-tabs.clearfix - #citations link density 0.022 -> 12.482
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.451
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: -8.510 #related_releases - .col-md-6 link density 0.251 -> -6.377
Top 5 : 152.000 #text - #story_text.hyphenate
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Top 5 : 100.650 #story_text.hyphenate - .col-md-8.col-md-push-4
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.475
Top 5 : 48.960 .tab-content.tab-citations - .right-tabs.clearfix
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Top 5 : 43.000 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Top 5 : 43.000 .modal-text - .modal-content.modal-content-custom
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
https://www.sciencedaily.com/release...1129142447.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_6\181129142447.xhtml
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Fetching https://www.sciencedaily.com/release...1129142354.htm
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Downloaded article: Toolbox for studying the existence of animal cultures from https://www.sciencedaily.com/release...1129142447.htm
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 89.820 #text - #story_text.hyphenate
Top 5 : 66.604 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.530 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.350 .modal-text - .modal-content.modal-content-custom
Top 5 : 38.350 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1129142414.htm in 0.654000 seconds
Fetched https://www.sciencedaily.com/release...1129142407.htm in 0.618000 seconds
Parsed https://www.sciencedaily.com/release...1129142423.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142423.htm
Parsed https://www.sciencedaily.com/release...1129142417.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142417.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129142423.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_7\181129142423.xhtml
Downloaded article: Whales lost their teeth before evolving hair-like baleen in their mouths from https://www.sciencedaily.com/release...1129142423.htm
Fetching https://www.sciencedaily.com/release...1129131032.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.052 -> 29.505
https://www.sciencedaily.com/release...1129142417.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_8\181129142417.xhtml
Candid: 38.400 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.400
Candid: 11.775 .col-md-8.col-md-push-4 - .row link density 0.006 -> 11.699
Candid: 38.400 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.400
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.083 -> 28.560
Candid: 34.200 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.200
Candid: 32.550 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.550
Fetching https://www.sciencedaily.com/release...1129114124.htm
Candid: 126.935 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.007 -> 126.030
Candid: 10.775 .col-md-8.col-md-push-4 - .row link density 0.017 -> 10.590
Candid: 210.660 #text - #story_text.hyphenate link density 0.000 -> 210.660
Candid: 32.550 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.550
Candid: 32.910 #story_source - #story_text.hyphenate link density 0.257 -> 24.447
Candid: 31.275 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.275
Candid: 54.380 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 54.380
Candid: 17.190 .right-tabs.clearfix - #citations link density 0.015 -> 16.934
Candid: 94.595 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.018 -> 92.929
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: 137.790 #text - #story_text.hyphenate link density 0.000 -> 137.790
Candid: 33.400 #story_source - #story_text.hyphenate link density 0.494 -> 16.917
Candid: -10.050 #related_releases - .col-md-6 link density 0.250 -> -7.538
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.012 -> 14.323
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: -6.490 #related_releases - .col-md-6 link density 0.285 -> -4.643
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -10.970 .related-summary - #related_releases link density 0.039 -> -10.539
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.447
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Downloaded article: Effective new target for mood-boosting brain stimulation found from https://www.sciencedaily.com/release...1129142417.htm
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 210.660 #text - #story_text.hyphenate
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Top 5 : 126.030 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 54.380 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.400 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.400 .modal-text - .modal-content.modal-content-custom
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 137.790 #text - #story_text.hyphenate
Top 5 : 92.929 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.550 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.550 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1129142414.htm in 0.6 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1129142407.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142414.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142407.htm
Fetched https://www.sciencedaily.com/release...1129142354.htm in 0.732000 seconds
https://www.sciencedaily.com/release...1129142414.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_9\181129142414.xhtml
https://www.sciencedaily.com/release...1129142407.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_10\181129142407.xhtml
Fetching https://www.sciencedaily.com/release...1129110147.htm
Fetching https://www.sciencedaily.com/release...1129114119.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.190
Candid: 38.250 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.250
Candid: 11.130 .col-md-8.col-md-push-4 - .row link density 0.014 -> 10.976
Candid: 38.250 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.250
Candid: 34.125 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.125
Candid: 85.530 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 84.238
Candid: 129.600 #text - #story_text.hyphenate link density 0.000 -> 129.600
Candid: 33.440 #story_source - #story_text.hyphenate link density 0.253 -> 24.974
Candid: 46.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.850
Candid: 13.425 .right-tabs.clearfix - #citations link density 0.018 -> 13.182
Candid: -16.360 .related-summary - #related_releases link density 0.047 -> -15.585
Candid: -9.675 #related_releases - .col-md-6 link density 0.303 -> -6.744
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.471
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 129.600 #text - #story_text.hyphenate
Top 5 : 84.238 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.850 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.250 .modal-text - .modal-content.modal-content-custom
Top 5 : 38.250 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: All of the starlight ever produced by the observable universe measured from https://www.sciencedaily.com/release...1129142414.htm
Downloaded article: The whole of Africa was the cradle of humankind from https://www.sciencedaily.com/release...1129142407.htm
Parsed https://www.sciencedaily.com/release...1129142354.htm in 0.1 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142354.htm
https://www.sciencedaily.com/release...1129142354.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_11\181129142354.xhtml
Fetching https://www.sciencedaily.com/release...1129103506.htm
Downloaded article: Switching identities: Revolutionary insulator-like material also conducts electricity from https://www.sciencedaily.com/release...1129142354.htm
Fetched https://www.sciencedaily.com/release...1129131032.htm in 0.546000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.061 -> 29.227
Candid: 40.070 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 40.070
Candid: 12.905 .col-md-8.col-md-push-4 - .row link density 0.010 -> 12.782
Candid: 40.070 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 40.070
Candid: 35.035 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 35.035
Candid: 129.495 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.010 -> 128.161
Candid: 214.450 #text - #story_text.hyphenate link density 0.000 -> 214.450
Candid: 33.060 #story_source - #story_text.hyphenate link density 0.350 -> 21.489
Candid: 49.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.850
Candid: 14.925 .right-tabs.clearfix - #citations link density 0.018 -> 14.655
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -8.755 #related_releases - .col-md-6 link density 0.277 -> -6.328
Candid: -14.520 .related-summary - #related_releases link density 0.052 -> -13.769
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 214.450 #text - #story_text.hyphenate
Top 5 : 128.161 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.850 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 40.070 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 40.070 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1129131032.htm in 0.2 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1129103506.htm in 0.261000 seconds
Fetched https://www.sciencedaily.com/release...1129114124.htm in 0.742000 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129131032.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129110147.htm in 0.630000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.098 -> 28.093
Candid: 35.600 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.600
Candid: 10.330 .col-md-8.col-md-push-4 - .row link density 0.016 -> 10.167
Candid: 35.600 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.600
Candid: 32.800 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.800
Candid: 70.205 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 69.004
Candid: 97.320 #text - #story_text.hyphenate link density 0.000 -> 97.320
Candid: 32.970 #story_source - #story_text.hyphenate link density 0.297 -> 23.168
Candid: 45.410 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.410
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 12.705 .right-tabs.clearfix - #citations link density 0.023 -> 12.418
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -8.065 #related_releases - .col-md-6 link density 0.233 -> -6.183
Candid: -13.050 .related-summary - #related_releases link density 0.041 -> -12.519
Removing unlikely candidate - .row.header - .container.white
Candid: -13.030 .related-summary - #related_releases link density 0.040 -> -12.504
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.065 -> 29.101
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 38.810 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.810
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 13.905 .col-md-8.col-md-push-4 - .row link density 0.014 -> 13.715
https://www.sciencedaily.com/release...1129131032.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_12\181129131032.xhtml
Candid: 38.810 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.810
Candid: 34.405 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.405
Candid: 88.745 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 87.462
Downloaded article: Oldest-known ancestor of modern primates may have come from North America, not Asia from https://www.sciencedaily.com/release...1129131032.htm
Candid: 126.660 #text - #story_text.hyphenate link density 0.009 -> 125.536
Fetching https://www.sciencedaily.com/release...1129100036.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 32.830 #story_source - #story_text.hyphenate link density 0.196 -> 26.399
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 49.220 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.220
Candid: 14.610 .right-tabs.clearfix - #citations link density 0.020 -> 14.320
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.473
Candid: -9.550 #related_releases - .col-md-6 link density 0.217 -> -7.479
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 97.320 #text - #story_text.hyphenate
Top 5 : 69.004 #story_text.hyphenate - .col-md-8.col-md-push-4
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Top 5 : 45.410 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.600 .modal-text - .modal-content.modal-content-custom
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Top 5 : 35.600 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1129114119.htm in 0.967000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.079 -> 28.676
Candid: 33.700 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 33.700
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 11.350 .col-md-8.col-md-push-4 - .row link density 0.016 -> 11.170
Candid: 33.700 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 33.700
Candid: 31.850 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.850
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 125.536 #text - #story_text.hyphenate
Candid: 85.505 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 84.043
Top 5 : 87.462 #story_text.hyphenate - .col-md-8.col-md-push-4
Candid: 119.890 #text - #story_text.hyphenate link density 0.000 -> 119.890
Top 5 : 49.220 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.810 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 33.120 #story_source - #story_text.hyphenate link density 0.381 -> 20.503
Top 5 : 38.810 .modal-text - .modal-content.modal-content-custom
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.013 -> 14.306
Candid: -16.030 .related-summary - #related_releases link density 0.041 -> -15.380
Candid: -10.480 #related_releases - .col-md-6 link density 0.220 -> -8.170
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -12.980 .related-summary - #related_releases link density 0.040 -> -12.465
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 119.890 #text - #story_text.hyphenate
Top 5 : 84.043 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 33.700 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 33.700 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129103506.htm in 0.8 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1129114124.htm in 0.8 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129103506.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129114124.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.064 -> 29.127
Candid: 43.890 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 43.890
Candid: 15.190 .col-md-8.col-md-push-4 - .row link density 0.011 -> 15.026
Candid: 43.890 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 43.890
Candid: 36.945 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 36.945
Candid: 77.910 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 76.802
Parsed https://www.sciencedaily.com/release...1129110147.htm in 0.7 seconds
Candid: 109.790 #text - #story_text.hyphenate link density 0.000 -> 109.790
Candid: 33.050 #story_source - #story_text.hyphenate link density 0.345 -> 21.663
Candid: 46.610 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.610
Candid: 13.305 .right-tabs.clearfix - #citations link density 0.019 -> 13.056
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Processing images...
Candid: -9.525 #related_releases - .col-md-6 link density 0.232 -> -7.312
Candid: -12.000 .related-summary - #related_releases link density 0.040 -> -11.522
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129110147.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
https://www.sciencedaily.com/release...1129103506.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_16\181129103506.xhtml
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 109.790 #text - #story_text.hyphenate
Top 5 : 76.802 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.610 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 43.890 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 43.890 .modal-text - .modal-content.modal-content-custom
Fetching https://www.sciencedaily.com/release...1129100030.htm
Downloaded article: A new way to create Saturn's radiation belts from https://www.sciencedaily.com/release...1129103506.htm
https://www.sciencedaily.com/release...1129114124.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_13\181129114124.xhtml
Fetching https://www.sciencedaily.com/release...1128141833.htm
https://www.sciencedaily.com/release...1129110147.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_15\181129110147.xhtml
Fetching https://www.sciencedaily.com/release...1128141825.htm
Downloaded article: Lizards adapt to invasive fire ants, reversing geographical patterns of lizard traits from https://www.sciencedaily.com/release...1129114124.htm
Downloaded article: Gas clouds whirling around black hole form heart of distant astronomical object from https://www.sciencedaily.com/release...1129110147.htm
Parsed https://www.sciencedaily.com/release...1129114119.htm in 0.7 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1129100036.htm in 0.751000 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129114119.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129114119.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_14\181129114119.xhtml
Fetching https://www.sciencedaily.com/release...1128141720.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.124 -> 27.280
Candid: 35.120 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.120
Candid: 9.340 .col-md-8.col-md-push-4 - .row link density 0.020 -> 9.156
Candid: 35.120 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.120
Candid: 32.560 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.560
Candid: 62.590 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.021 -> 61.265
Candid: 84.980 #text - #story_text.hyphenate link density 0.000 -> 84.980
Candid: 33.080 #story_source - #story_text.hyphenate link density 0.287 -> 23.590
Candid: 45.650 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.650
Candid: 12.825 .right-tabs.clearfix - #citations link density 0.022 -> 12.547
Candid: -11.970 .related-summary - #related_releases link density 0.039 -> -11.500
Candid: -7.460 #related_releases - .col-md-6 link density 0.263 -> -5.501
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 84.980 #text - #story_text.hyphenate
Top 5 : 61.265 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.650 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.120 .modal-text - .modal-content.modal-content-custom
Top 5 : 35.120 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1129100036.htm in 0.2 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100036.htm
Downloaded article: Hubble uncovers thousands of globular star clusters scattered among galaxies from https://www.sciencedaily.com/release...1129114119.htm
https://www.sciencedaily.com/release...1129100036.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_17\181129100036.xhtml
Fetching https://www.sciencedaily.com/release...1128115024.htm
Downloaded article: New catalyst produces cheap hydrogen fuel from https://www.sciencedaily.com/release...1129100036.htm
Fetched https://www.sciencedaily.com/release...1129100030.htm in 0.470000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.078 -> 28.710
Candid: 36.000 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.000
Candid: 12.000 .col-md-8.col-md-push-4 - .row link density 0.013 -> 11.840
Candid: 36.000 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.000
Candid: 33.000 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.000
Candid: 75.490 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 74.453
Candid: 101.720 #text - #story_text.hyphenate link density 0.000 -> 101.720
Candid: 33.260 #story_source - #story_text.hyphenate link density 0.379 -> 20.669
Candid: 47.510 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.510
Candid: 13.755 .right-tabs.clearfix - #citations link density 0.017 -> 13.527
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: -7.640 #related_releases - .col-md-6 link density 0.281 -> -5.494
Candid: -11.980 .related-summary - #related_releases link density 0.039 -> -11.507
Candid: -13.260 .related-summary - #related_releases link density 0.045 -> -12.660
Candid: -16.060 .related-summary - #related_releases link density 0.041 -> -15.403
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 101.720 #text - #story_text.hyphenate
Top 5 : 74.453 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 47.510 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.000 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 36.000 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1129100030.htm in 0.1 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100030.htm
https://www.sciencedaily.com/release...1129100030.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_18\181129100030.xhtml
Fetching https://www.sciencedaily.com/release...1128114932.htm
Downloaded article: Stone tools linked to ancient human ancestors in Arabia have surprisingly recent date from https://www.sciencedaily.com/release...1129100030.htm
Fetched https://www.sciencedaily.com/release...1128115024.htm in 0.463000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.085 -> 28.489
Candid: 34.570 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.570
Candid: 11.785 .col-md-8.col-md-push-4 - .row link density 0.009 -> 11.684
Candid: 34.570 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.570
Candid: 32.285 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.285
Candid: 85.965 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.009 -> 85.214
Candid: 120.590 #text - #story_text.hyphenate link density 0.000 -> 120.590
Candid: 33.340 #story_source - #story_text.hyphenate link density 0.176 -> 27.483
Candid: 44.810 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 44.810
Candid: 12.405 .right-tabs.clearfix - #citations link density 0.025 -> 12.092
Candid: -15.080 .related-summary - #more_coverage link density 0.041 -> -14.457
Candid: 7.460 #more_coverage - #more_coverage_container link density 0.245 -> 5.635
Candid: -16.250 .related-summary - #related_releases link density 0.045 -> -15.519
Candid: -11.120 #related_releases - .col-md-6 link density 0.283 -> -7.978
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -16.030 .related-summary - #related_releases link density 0.041 -> -15.380
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 120.590 #text - #story_text.hyphenate
Top 5 : 85.214 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 44.810 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.570 .modal-text - .modal-content.modal-content-custom
Top 5 : 34.570 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1128115024.htm in 0.1 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128115024.htm
Fetched https://www.sciencedaily.com/release...1128141720.htm in 0.705000 seconds
https://www.sciencedaily.com/release...1128115024.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_22\181128115024.xhtml
Fetching https://www.sciencedaily.com/release...1128114927.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.075 -> 28.796
Candid: 37.780 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.780
Candid: 11.525 .col-md-8.col-md-push-4 - .row link density 0.009 -> 11.416
Candid: 37.780 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.780
Candid: 33.890 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.890
Candid: 88.965 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.010 -> 88.064
Candid: 134.560 #text - #story_text.hyphenate link density 0.000 -> 134.560
Candid: 32.830 #story_source - #story_text.hyphenate link density 0.196 -> 26.399
Candid: 45.170 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.170
Fetched https://www.sciencedaily.com/release...1128141833.htm in 0.959000 seconds
Candid: 12.585 .right-tabs.clearfix - #citations link density 0.024 -> 12.288
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -10.025 #related_releases - .col-md-6 link density 0.230 -> -7.721
Downloaded article: First risk genes for ADHD found from https://www.sciencedaily.com/release...1128115024.htm
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.387
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 134.560 #text - #story_text.hyphenate
Top 5 : 88.064 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.170 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.780 .modal-text - .modal-content.modal-content-custom
Top 5 : 37.780 #story_photo.hyphenate - .col-md-8.col-md-push-4
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1128141720.htm in 0.2 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128141720.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.448
Candid: 35.820 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.820
Candid: 11.910 .col-md-8.col-md-push-4 - .row link density 0.016 -> 11.723
Candid: 35.820 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.820
Candid: 32.910 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.910
Candid: 82.570 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 81.135
Candid: 115.880 #text - #story_text.hyphenate link density 0.000 -> 115.880
Candid: 33.260 #story_source - #story_text.hyphenate link density 0.443 -> 18.531
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.475
Candid: -8.505 #related_releases - .col-md-6 link density 0.268 -> -6.229
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -12.980 .related-summary - #related_releases link density 0.039 -> -12.468
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 115.880 #text - #story_text.hyphenate
Top 5 : 81.135 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.820 .modal-text - .modal-content.modal-content-custom
Top 5 : 35.820 #story_photo.hyphenate - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1128141720.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_21\181128141720.xhtml
Downloaded article: Fires fueled spread of grasslands on ancient Earth from https://www.sciencedaily.com/release...1128141720.htm
Fetching https://www.sciencedaily.com/release...1128082753.htm
Parsed https://www.sciencedaily.com/release...1128141833.htm in 0.2 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128141833.htm
https://www.sciencedaily.com/release...1128141833.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_19\181128141833.xhtml
Fetching https://www.sciencedaily.com/release...1128082744.htm
Downloaded article: Atomic clocks now keep time well enough to improve models of Earth from https://www.sciencedaily.com/release...1128141833.htm
Fetched https://www.sciencedaily.com/release...1128114932.htm in 0.673000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.084 -> 28.518
Candid: 32.330 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.330
Candid: 12.165 .col-md-8.col-md-push-4 - .row link density 0.019 -> 11.939
Candid: 32.330 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.330
Candid: 31.165 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.165
Candid: 68.580 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.019 -> 67.273
Candid: 80.000 #text - #story_text.hyphenate link density 0.000 -> 80.000
Candid: 33.160 #story_source - #story_text.hyphenate link density 0.400 -> 19.896
Candid: 47.960 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.960
Candid: 13.980 .right-tabs.clearfix - #citations link density 0.016 -> 13.761
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -11.040 #related_releases - .col-md-6 link density 0.230 -> -8.498
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
Candid: -15.030 .related-summary - #related_releases link density 0.041 -> -14.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 80.000 #text - #story_text.hyphenate
Top 5 : 67.273 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 47.960 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.330 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.330 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1128114932.htm in 0.2 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128114932.htm
Fetched https://www.sciencedaily.com/release...1128141825.htm in 1.477000 seconds
https://www.sciencedaily.com/release...1128114932.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_23\181128114932.xhtml
Fetching https://www.sciencedaily.com/release...1127131559.htm
Removing unlikely candidate - .row.header - .container.white
Downloaded article: Reading rats' minds from https://www.sciencedaily.com/release...1128114932.htm
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.066 -> 29.068
Candid: 36.860 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.860
Candid: 12.280 .col-md-8.col-md-push-4 - .row link density 0.012 -> 12.138
Candid: 36.860 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.860
Candid: 33.430 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.430
Candid: 100.120 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 98.898
Candid: 151.400 #text - #story_text.hyphenate link density 0.000 -> 151.400
Candid: 33.440 #story_source - #story_text.hyphenate link density 0.291 -> 23.704
Candid: 48.960 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.960
Candid: 14.480 .right-tabs.clearfix - #citations link density 0.014 -> 14.282
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -9.510 #related_releases - .col-md-6 link density 0.221 -> -7.413
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 151.400 #text - #story_text.hyphenate
Top 5 : 98.898 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.960 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.860 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.860 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1128141825.htm in 0.2 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128141825.htm
Fetched https://www.sciencedaily.com/release...1128082753.htm in 0.597000 seconds
https://www.sciencedaily.com/release...1128141825.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_20\181128141825.xhtml
Fetched https://www.sciencedaily.com/release...1128114927.htm in 0.853000 seconds
Downloaded article: Potential arthritis treatment prevents cartilage breakdown from https://www.sciencedaily.com/release...1128141825.htm
Fetching https://www.sciencedaily.com/release...1127131554.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.130 -> 27.079
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.092 -> 28.279
Candid: 35.080 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.080
Candid: 34.570 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.570
Candid: 12.040 .col-md-8.col-md-push-4 - .row link density 0.038 -> 11.578
Candid: 9.195 .col-md-8.col-md-push-4 - .row link density 0.013 -> 9.071
Candid: 35.080 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.080
Candid: 34.570 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.570
Candid: 32.540 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.540
Candid: 32.285 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.285
Candid: 54.325 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.041 -> 52.084
Candid: 76.385 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 75.325
Candid: 57.670 #text - #story_text.hyphenate link density 0.038 -> 55.495
Candid: 112.220 #text - #story_text.hyphenate link density 0.000 -> 112.220
Candid: 32.980 #story_source - #story_text.hyphenate link density 0.304 -> 22.968
Candid: 32.910 #story_source - #story_text.hyphenate link density 0.257 -> 24.447
Candid: 45.800 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.800
Candid: 45.650 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.650
Candid: 12.900 .right-tabs.clearfix - #citations link density 0.021 -> 12.627
Candid: 12.825 .right-tabs.clearfix - #citations link density 0.022 -> 12.547
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -10.055 #related_releases - .col-md-6 link density 0.246 -> -7.583
Candid: -9.055 #related_releases - .col-md-6 link density 0.232 -> -6.957
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.458
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.471
Candid: -14.090 .related-summary - #related_releases link density 0.042 -> -13.503
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Fetched https://www.sciencedaily.com/release...1128082744.htm in 0.713000 seconds
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 55.495 #text - #story_text.hyphenate
Top 5 : 112.220 #text - #story_text.hyphenate
Top 5 : 52.084 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 75.325 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.800 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 45.650 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.080 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.570 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.080 .modal-text - .modal-content.modal-content-custom
Top 5 : 34.570 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Fetched https://www.sciencedaily.com/release...1127131559.htm in 0.655000 seconds
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1128114927.htm in 0.5 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.107 -> 27.795
Candid: 32.820 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.820
Candid: 9.410 .col-md-8.col-md-push-4 - .row link density 0.017 -> 9.249
Candid: 32.820 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.820
Processing images...
Candid: 31.410 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.410
Candid: 60.460 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.018 -> 59.348
Parsed https://www.sciencedaily.com/release...1128082753.htm in 0.5 seconds
Candid: 75.900 #text - #story_text.hyphenate link density 0.000 -> 75.900
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.250 -> 24.765
Candid: 50.540 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.540
Candid: 15.270 .right-tabs.clearfix - #citations link density 0.016 -> 15.018
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.487
Candid: -9.040 #related_releases - .col-md-6 link density 0.228 -> -6.982
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: -15.030 .related-summary - #related_releases link density 0.040 -> -14.423
Processing images...
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128114927.htm
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128082753.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 75.900 #text - #story_text.hyphenate
Top 5 : 59.348 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 50.540 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.820 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.820 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1128114927.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_24\181128114927.xhtml
Fetching https://www.sciencedaily.com/release...1127131552.htm
Downloaded article: Flexible electronic skin aids human-machine interactions from https://www.sciencedaily.com/release...1128114927.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.081 -> 28.626
Candid: 37.780 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.780
Candid: 14.890 .col-md-8.col-md-push-4 - .row link density 0.013 -> 14.700
https://www.sciencedaily.com/release...1128082753.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_25\181128082753.xhtml
Candid: 37.780 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.780
Candid: 33.890 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.890
Candid: 78.020 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 76.922
Candid: 99.000 #text - #story_text.hyphenate link density 0.000 -> 99.000
Candid: 33.040 #story_source - #story_text.hyphenate link density 0.339 -> 21.840
Candid: 52.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 52.000
Parsed https://www.sciencedaily.com/release...1128082744.htm in 0.6 seconds
Fetching https://www.sciencedaily.com/release...1127111052.htm
Candid: 16.000 .right-tabs.clearfix - #citations link density 0.014 -> 15.784
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Candid: -10.550 #related_releases - .col-md-6 link density 0.269 -> -7.716
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Downloaded article: The potentially deadly bacterium that's on everyone's skin from https://www.sciencedaily.com/release...1128082753.htm
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.475
Processing images...
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128082744.htm
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 99.000 #text - #story_text.hyphenate
Top 5 : 76.922 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 52.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.780 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 37.780 .modal-text - .modal-content.modal-content-custom
Fetched https://www.sciencedaily.com/release...1127131554.htm in 0.895000 seconds
https://www.sciencedaily.com/release...1128082744.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_26\181128082744.xhtml
Parsed https://www.sciencedaily.com/release...1127131559.htm in 0.6 seconds
Fetching https://www.sciencedaily.com/release...1127111044.htm
Processing images...
Downloaded article: Scientists achieve direct electrocatalytic reduction of carbon dioxide, raising hopes for smart carbon capture from https://www.sciencedaily.com/release...1128082744.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127131559.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.058 -> 29.345
Candid: 38.380 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.380
Candid: 11.600 .col-md-8.col-md-push-4 - .row link density 0.009 -> 11.500
Candid: 38.380 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.380
Candid: 34.190 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.190
Candid: 99.140 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.009 -> 98.250
Candid: 155.600 #text - #story_text.hyphenate link density 0.000 -> 155.600
Candid: 33.040 #story_source - #story_text.hyphenate link density 0.339 -> 21.840
Candid: 46.550 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.550
Candid: 13.275 .right-tabs.clearfix - #citations link density 0.019 -> 13.025
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
Candid: -10.545 #related_releases - .col-md-6 link density 0.226 -> -8.164
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.434
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
https://www.sciencedaily.com/release...1127131559.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_27\181127131559.xhtml
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetching https://www.sciencedaily.com/release...1127111025.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 155.600 #text - #story_text.hyphenate
Top 5 : 98.250 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.550 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.380 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.380 .modal-text - .modal-content.modal-content-custom
Fetched https://www.sciencedaily.com/release...1127131552.htm in 0.487000 seconds
Downloaded article: Researchers restore breathing, partial forelimb function in rats with spinal cord injuries from https://www.sciencedaily.com/release...1127131559.htm
Parsed https://www.sciencedaily.com/release...1127131554.htm in 0.4 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127131554.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.085 -> 28.483
Candid: 34.670 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.670
Candid: 9.080 .col-md-8.col-md-push-4 - .row link density 0.010 -> 8.990
Candid: 34.670 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.670
Candid: 32.335 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.335
Candid: 95.935 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.010 -> 94.955
Candid: 151.570 #text - #story_text.hyphenate link density 0.000 -> 151.570
Candid: 33.320 #story_source - #story_text.hyphenate link density 0.219 -> 26.017
Candid: 46.280 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.280
Candid: 13.140 .right-tabs.clearfix - #citations link density 0.020 -> 12.882
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: -10.605 #related_releases - .col-md-6 link density 0.287 -> -7.565
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -14.250 .related-summary - #related_releases link density 0.045 -> -13.609
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
https://www.sciencedaily.com/release...1127131554.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_28\181127131554.xhtml
Top 5 : 151.570 #text - #story_text.hyphenate
Top 5 : 94.955 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.280 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.670 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.670 .modal-text - .modal-content.modal-content-custom
Fetching https://www.sciencedaily.com/release...1127101735.htm
Downloaded article: Solving a 75-year-old mystery might provide a new source of farm fertilizer from https://www.sciencedaily.com/release...1127131554.htm
Fetched https://www.sciencedaily.com/release...1127111052.htm in 0.763000 seconds
Fetched https://www.sciencedaily.com/release...1127111025.htm in 0.465000 seconds
Parsed https://www.sciencedaily.com/release...1127131552.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127131552.htm
Fetched https://www.sciencedaily.com/release...1127111044.htm in 0.703000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.109 -> 27.757
Candid: 34.770 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.770
Candid: 10.435 .col-md-8.col-md-push-4 - .row link density 0.017 -> 10.253
Candid: 34.770 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.770
Candid: 32.385 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.385
Candid: 80.935 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.018 -> 79.459
Removing unlikely candidate - .row.header - .container.white
Candid: 116.340 #text - #story_text.hyphenate link density 0.000 -> 116.340
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 33.330 #story_source - #story_text.hyphenate link density 0.218 -> 26.074
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 46.130 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.130
Candid: 13.065 .right-tabs.clearfix - #citations link density 0.020 -> 12.802
Candid: -16.470 .related-summary - #related_releases link density 0.050 -> -15.642
Candid: -9.740 #related_releases - .col-md-6 link density 0.277 -> -7.041
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
https://www.sciencedaily.com/release...1127131552.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_29\181127131552.xhtml
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetching https://www.sciencedaily.com/release...1127092528.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Downloaded article: Oxygen could have been available to life as early as 3.5 billion years ago from https://www.sciencedaily.com/release...1127131552.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.110
Candid: 36.980 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.980
Candid: 10.100 .col-md-8.col-md-push-4 - .row link density 0.011 -> 9.992
Candid: 36.980 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.980
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 33.490 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.490
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 78.800 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 77.818
Candid: 118.200 #text - #story_text.hyphenate link density 0.000 -> 118.200
Candid: 32.960 #story_source - #story_text.hyphenate link density 0.291 -> 23.372
Candid: 45.920 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.920
Candid: 12.960 .right-tabs.clearfix - #citations link density 0.021 -> 12.691
Candid: -13.090 .related-summary - #related_releases link density 0.042 -> -12.545
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -7.100 #related_releases - .col-md-6 link density 0.240 -> -5.395
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: -14.140 .related-summary - #related_releases link density 0.043 -> -13.537
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.458
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 116.340 #text - #story_text.hyphenate
Top 5 : 79.459 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.130 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.770 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.770 .modal-text - .modal-content.modal-content-custom
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.081 -> 28.620
Candid: 33.270 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 33.270
Candid: 12.635 .col-md-8.col-md-push-4 - .row link density 0.010 -> 12.509
Candid: 33.270 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 33.270
Candid: 31.635 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.635
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 89.400 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 88.454
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 121.930 #text - #story_text.hyphenate link density 0.000 -> 121.930
Candid: 32.870 #story_source - #story_text.hyphenate link density 0.139 -> 28.314
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 47.210 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.210
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 13.605 .right-tabs.clearfix - #citations link density 0.017 -> 13.371
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -8.995 #related_releases - .col-md-6 link density 0.216 -> -7.054
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Top 5 : 118.200 #text - #story_text.hyphenate
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Top 5 : 77.818 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.920 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.980 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.980 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 121.930 #text - #story_text.hyphenate
Top 5 : 88.454 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 47.210 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 33.270 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 33.270 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1127111052.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127111052.htm
Fetched https://www.sciencedaily.com/release...1127101735.htm in 0.758000 seconds
Parsed https://www.sciencedaily.com/release...1127111025.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127111025.htm
Parsed https://www.sciencedaily.com/release...1127111044.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127111044.htm
https://www.sciencedaily.com/release...1127111052.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_30\181127111052.xhtml
Fetching https://www.sciencedaily.com/release...1127092525.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1127111025.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_32\181127111025.xhtml
Downloaded article: Blood-sucking flies have been spreading malaria for 100 million years from https://www.sciencedaily.com/release...1127111052.htm
Fetching https://www.sciencedaily.com/release...1126152349.htm
Downloaded article: Prehistoric cave art suggests ancient use of complex astronomy from https://www.sciencedaily.com/release...1127111025.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.116
Candid: 34.700 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.700
Candid: 9.850 .col-md-8.col-md-push-4 - .row link density 0.020 -> 9.654
Candid: 34.700 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.700
Candid: 32.350 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.350
Candid: 83.700 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.020 -> 81.992
Candid: 124.310 #text - #story_text.hyphenate link density 0.014 -> 122.556
https://www.sciencedaily.com/release...1127111044.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_31\181127111044.xhtml
Candid: 33.090 #story_source - #story_text.hyphenate link density 0.366 -> 20.984
Candid: 53.690 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 53.690
Candid: 16.845 .right-tabs.clearfix - #citations link density 0.016 -> 16.572
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.448
Candid: -9.535 #related_releases - .col-md-6 link density 0.245 -> -7.201
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Fetching https://www.sciencedaily.com/release...1126145818.htm
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetched https://www.sciencedaily.com/release...1127092528.htm in 0.708000 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 122.556 #text - #story_text.hyphenate
Top 5 : 81.992 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 53.690 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.700 .modal-text - .modal-content.modal-content-custom
Top 5 : 34.700 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: Why screen time can disrupt sleep from https://www.sciencedaily.com/release...1127111044.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1127101735.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127101735.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.076 -> 28.759
Candid: 32.310 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.310
Candid: 8.795 .col-md-8.col-md-push-4 - .row link density 0.014 -> 8.676
Candid: 32.310 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.310
Candid: 31.155 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.155
Candid: 81.995 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 80.855
Candid: 120.440 #text - #story_text.hyphenate link density 0.000 -> 120.440
Candid: 32.990 #story_source - #story_text.hyphenate link density 0.310 -> 22.772
Candid: 46.490 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.490
Candid: 13.245 .right-tabs.clearfix - #citations link density 0.019 -> 12.993
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -7.035 #related_releases - .col-md-6 link density 0.214 -> -5.526
Candid: -14.030 .related-summary - #related_releases link density 0.040 -> -13.464
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.475
Candid: -13.070 .related-summary - #related_releases link density 0.041 -> -12.533
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 120.440 #text - #story_text.hyphenate
Top 5 : 80.855 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.490 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.310 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.310 #story_photo.hyphenate - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1127101735.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_33\181127101735.xhtml
Fetching https://www.sciencedaily.com/release...1126142822.htm
Downloaded article: Nations must triple efforts to reach 2°C target, concludes annual review of global emissions, climate action from https://www.sciencedaily.com/release...1127101735.htm
Parsed https://www.sciencedaily.com/release...1127092528.htm in 0.4 seconds
Fetched https://www.sciencedaily.com/release...1127092525.htm in 0.501000 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127092528.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1126152349.htm in 0.556000 seconds
https://www.sciencedaily.com/release...1127092528.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_34\181127092528.xhtml
Fetching https://www.sciencedaily.com/release...1126105519.htm
Downloaded article: Scientists decode mechanism of remembering -- and forgetting -- in fruit flies from https://www.sciencedaily.com/release...1127092528.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.074 -> 28.832
Candid: 38.490 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.490
Candid: 12.245 .col-md-8.col-md-push-4 - .row link density 0.012 -> 12.092
Candid: 38.490 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.490
Candid: 34.245 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.245
Candid: 86.080 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 84.863
Candid: 127.140 #text - #story_text.hyphenate link density 0.000 -> 127.140
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.328 -> 22.203
Candid: 49.820 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.820
Candid: 14.910 .right-tabs.clearfix - #citations link density 0.018 -> 14.639
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -8.525 #related_releases - .col-md-6 link density 0.240 -> -6.481
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.490
Candid: -14.070 .related-summary - #related_releases link density 0.041 -> -13.489
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 127.140 #text - #story_text.hyphenate
Top 5 : 84.863 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.820 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.490 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.490 .modal-text - .modal-content.modal-content-custom
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.058 -> 29.326
Candid: 41.000 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 41.000
Candid: 13.935 .col-md-8.col-md-push-4 - .row link density 0.018 -> 13.681
Candid: 41.000 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 41.000
Candid: 35.500 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 35.500
Candid: 113.250 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.021 -> 110.842
Candid: 179.730 #text - #story_text.hyphenate link density 0.018 -> 176.582
Candid: 33.030 #story_source - #story_text.hyphenate link density 0.333 -> 22.020
Candid: 48.920 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.920
Candid: 14.460 .right-tabs.clearfix - #citations link density 0.014 -> 14.260
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Fetched https://www.sciencedaily.com/release...1126145818.htm in 0.729000 seconds
Candid: -8.980 #related_releases - .col-md-6 link density 0.201 -> -7.179
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.390
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.490
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 176.582 #text - #story_text.hyphenate
Top 5 : 110.842 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.920 .tab-content.tab-citations - .right-tabs.clearfix
Parsed https://www.sciencedaily.com/release...1127092525.htm in 0.4 seconds
Top 5 : 41.000 .modal-text - .modal-content.modal-content-custom
Top 5 : 41.000 #story_photo.hyphenate - .col-md-8.col-md-push-4
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127092525.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1127092525.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_35\181127092525.xhtml
Parsed https://www.sciencedaily.com/release...1126152349.htm in 0.5 seconds
Fetching https://www.sciencedaily.com/release...1126105516.htm
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Downloaded article: Newly discovered deep-sea microbes gobble greenhouse gases and perhaps oil spills, too from https://www.sciencedaily.com/release...1127092525.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.055 -> 29.416
Candid: 36.990 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.990
Candid: 11.495 .col-md-8.col-md-push-4 - .row link density 0.008 -> 11.406
Candid: 36.990 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.990
Candid: 33.495 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.495
Candid: 103.825 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.008 -> 102.977
Candid: 162.770 #text - #story_text.hyphenate link density 0.000 -> 162.770
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.235 -> 25.144
Candid: 51.990 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.990
Candid: 15.995 .right-tabs.clearfix - #citations link density 0.014 -> 15.778
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126152349.htm
Candid: -11.045 #related_releases - .col-md-6 link density 0.203 -> -8.803
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: -16.090 .related-summary - #related_releases link density 0.041 -> -15.423
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 162.770 #text - #story_text.hyphenate
Top 5 : 102.977 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 51.990 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.990 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 36.990 .modal-text - .modal-content.modal-content-custom
Fetched https://www.sciencedaily.com/release...1126142822.htm in 0.878000 seconds
Fetched https://www.sciencedaily.com/release...1126105519.htm in 0.701000 seconds
https://www.sciencedaily.com/release...1126152349.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_36\181126152349.xhtml
Fetching https://www.sciencedaily.com/release...1125113728.htm
Parsed https://www.sciencedaily.com/release...1126145818.htm in 0.6 seconds
Processing images...
Downloaded article: NASA InSight lander arrives on Martian surface to learn what lies beneath from https://www.sciencedaily.com/release...1126152349.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126145818.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.076 -> 28.780
Candid: 38.630 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.630
Candid: 11.710 .col-md-8.col-md-push-4 - .row link density 0.011 -> 11.583
Candid: 38.630 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.630
Candid: 34.315 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.315
Candid: 95.005 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 93.866
Candid: 147.440 #text - #story_text.hyphenate link density 0.000 -> 147.440
Candid: 32.990 #story_source - #story_text.hyphenate link density 0.310 -> 22.772
Candid: 45.620 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.620
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 12.810 .right-tabs.clearfix - #citations link density 0.022 -> 12.531
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -9.620 #related_releases - .col-md-6 link density 0.265 -> -7.067
Candid: -15.260 .related-summary - #related_releases link density 0.045 -> -14.570
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.482
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.062 -> 29.204
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 38.700 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.700
Candid: 12.350 .col-md-8.col-md-push-4 - .row link density 0.008 -> 12.246
Candid: 38.700 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.700
Candid: 34.350 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.350
Candid: 114.815 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.009 -> 113.780
Candid: 184.560 #text - #story_text.hyphenate link density 0.000 -> 184.560
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 33.070 #story_source - #story_text.hyphenate link density 0.355 -> 21.318
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 51.620 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.620
Candid: 15.810 .right-tabs.clearfix - #citations link density 0.015 -> 15.581
Candid: -16.030 .related-summary - #related_releases link density 0.041 -> -15.380
Candid: -9.995 #related_releases - .col-md-6 link density 0.277 -> -7.223
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -11.980 .related-summary - #related_releases link density 0.040 -> -11.505
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
https://www.sciencedaily.com/release...1126145818.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_37\181126145818.xhtml
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Fetching https://www.sciencedaily.com/release...1201120611.htm
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 147.440 #text - #story_text.hyphenate
Top 5 : 93.866 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.620 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.630 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.630 .modal-text - .modal-content.modal-content-custom
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 184.560 #text - #story_text.hyphenate
Top 5 : 113.780 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 51.620 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.700 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.700 .modal-text - .modal-content.modal-content-custom
Downloaded article: Disordered materials could be hardest, most heat-tolerant carbides from https://www.sciencedaily.com/release...1126145818.htm
Parsed https://www.sciencedaily.com/release...1126142822.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126142822.htm
Parsed https://www.sciencedaily.com/release...1126105519.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126105519.htm
https://www.sciencedaily.com/release...1126142822.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_38\181126142822.xhtml
Fetching https://www.sciencedaily.com/release...1130180226.htm
Fetched https://www.sciencedaily.com/release...1201120611.htm in 0.301000 seconds
https://www.sciencedaily.com/release...1126105519.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_39\181126105519.xhtml
Downloaded article: Extreme heat increasing in both summer and winter from https://www.sciencedaily.com/release...1126142822.htm
Downloaded article: Light-activated, single-ion catalyst breaks down carbon dioxide from https://www.sciencedaily.com/release...1126105519.htm
Fetching https://www.sciencedaily.com/release...1130175055.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.107 -> 27.801
Candid: 82.245 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 81.185
Candid: 11.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 11.352
Candid: 105.310 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 105.310
Candid: 33.180 #story_source - #story_text.hyphenate.less-top-margin link density 0.409 -> 19.606
Candid: 47.370 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.370
Candid: 13.685 .right-tabs.clearfix - #citations link density 0.017 -> 13.454
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -11.330 #related_releases - .col-md-6 link density 0.325 -> -7.648
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: -16.670 .related-summary - #related_releases link density 0.057 -> -15.720
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 105.310 #text - #story_text.hyphenate.less-top-margin
Top 5 : 81.185 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.370 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.801 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 19.606 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1126105516.htm in 1.063000 seconds
Fetched https://www.sciencedaily.com/release...1130180226.htm in 0.390000 seconds
Fetched https://www.sciencedaily.com/release...1125113728.htm in 0.921000 seconds
Parsed https://www.sciencedaily.com/release...1201120611.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1201120611.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1130175055.htm in 0.457000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
https://www.sciencedaily.com/release...1201120611.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_0\181201120611.xhtml
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.062 -> 29.191
Fetching https://www.sciencedaily.com/release...1130175052.htm
Candid: 36.370 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.370
Downloaded article: Global trial shows CAR T therapy can lead to durable remissions in non-Hodgkin's lymphoma from https://www.sciencedaily.com/release...1201120611.htm
Candid: 10.615 .col-md-8.col-md-push-4 - .row link density 0.010 -> 10.507
Candid: 36.370 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.370
Candid: 33.185 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.185
Candid: 96.570 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 95.509
Candid: 150.430 #text - #story_text.hyphenate link density 0.000 -> 150.430
Candid: 32.990 #story_source - #story_text.hyphenate link density 0.310 -> 22.772
Candid: 45.710 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.710
Candid: 12.855 .right-tabs.clearfix - #citations link density 0.021 -> 12.579
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -9.965 #related_releases - .col-md-6 link density 0.232 -> -7.654
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Removing unlikely candidate - .row.header - .container.white
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.124
Candid: 77.390 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 75.958
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 9.675 .col-md-8.col-md-push-4 - .row link density 0.018 -> 9.496
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 102.940 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 102.940
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 33.140 #story_source - #story_text.hyphenate.less-top-margin link density 0.391 -> 20.195
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 51.260 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.260
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 15.630 .right-tabs.clearfix - #citations link density 0.015 -> 15.394
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -9.520 #related_releases - .col-md-6 link density 0.244 -> -7.196
Candid: -14.030 .related-summary - #related_releases link density 0.040 -> -13.464
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.132 -> 27.035
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 54.185 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.032 -> 52.445
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Top 5 : 150.430 #text - #story_text.hyphenate
Candid: 9.660 .col-md-8.col-md-push-4 - .row link density 0.031 -> 9.359
Top 5 : 95.509 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.710 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.370 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 56.960 #text - #story_text.hyphenate link density 0.035 -> 54.946
Top 5 : 36.370 .modal-text - .modal-content.modal-content-custom
Candid: 2.700 li - ul link density 0.000 -> 2.700
Candid: 9.085 ul - #text link density 0.000 -> 9.085
Candid: 2.430 li - ul link density 0.000 -> 2.430
Candid: 4.110 li - ul link density 0.000 -> 4.110
Candid: 2.930 li - ul link density 0.000 -> 2.930
Candid: 6.280 li - ul link density 0.000 -> 6.280
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 1.640 ul - #text link density 0.000 -> 1.640
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 2.820 li - ul link density 0.000 -> 2.820
Candid: 2.520 ul - #text link density 0.000 -> 2.520
Candid: 2.220 li - ul link density 0.000 -> 2.220
Candid: 4.360 li - ul link density 0.000 -> 4.360
Candid: 0.680 ul - #text link density 0.000 -> 0.680
Candid: 32.770 #story_source - #story_text.hyphenate link density 0.143 -> 28.089
Candid: 49.970 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.970
Candid: 14.985 .right-tabs.clearfix - #citations link density 0.018 -> 14.719
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -10.045 #related_releases - .col-md-6 link density 0.241 -> -7.629
Candid: -14.070 .related-summary - #related_releases link density 0.041 -> -13.489
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.072 -> 28.903
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 37.570 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.570
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 11.785 .col-md-8.col-md-push-4 - .row link density 0.008 -> 11.688
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 37.570 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.570
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 33.785 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.785
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 102.475 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.009 -> 101.535
Candid: 159.480 #text - #story_text.hyphenate link density 0.000 -> 159.480
Candid: 33.470 #story_source - #story_text.hyphenate link density 0.304 -> 23.283
Candid: 46.580 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.580
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 102.940 #text - #story_text.hyphenate.less-top-margin
Candid: 13.290 .right-tabs.clearfix - #citations link density 0.019 -> 13.040
Top 5 : 75.958 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: -16.250 .related-summary - #related_releases link density 0.045 -> -15.519
Top 5 : 51.260 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Top 5 : 28.124 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: -11.660 #related_releases - .col-md-6 link density 0.278 -> -8.413
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Top 5 : 20.195 #story_source - #story_text.hyphenate.less-top-margin
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 54.946 #text - #story_text.hyphenate
Top 5 : 52.445 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.970 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Top 5 : 28.089 #story_source - #story_text.hyphenate
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Top 5 : 27.035 .col-sm-8.main.less-padding-right.hyphenate - .row
Parsed https://www.sciencedaily.com/release...1126105516.htm in 0.7 seconds
Processing images...
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126105516.htm
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 159.480 #text - #story_text.hyphenate
Top 5 : 101.535 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.580 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.570 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 37.570 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1130180226.htm in 0.8 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130180226.htm
Fetched https://www.sciencedaily.com/release...1130175052.htm in 0.548000 seconds
Parsed https://www.sciencedaily.com/release...1125113728.htm in 0.8 seconds
https://www.sciencedaily.com/release...1126105516.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_40\181126105516.xhtml
Downloaded article: Scientists unveil promising new HIV vaccine strategy from https://www.sciencedaily.com/release...1126105516.htm
Fetching https://www.sciencedaily.com/release...1130153852.htm
Processing images...
Parsed https://www.sciencedaily.com/release...1130175055.htm in 0.8 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1125113728.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130175055.htm
https://www.sciencedaily.com/release...1130180226.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_1\181130180226.xhtml
Downloaded article: Clues to brain changes in depression from https://www.sciencedaily.com/release...1130180226.htm
Fetching https://www.sciencedaily.com/release...1130153847.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.088 -> 28.399
Candid: 38.390 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.390
Candid: 13.695 .col-md-8.col-md-push-4 - .row link density 0.011 -> 13.538
Candid: 38.390 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.390
Candid: 34.195 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.195
https://www.sciencedaily.com/release...1130175055.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_2\181130175055.xhtml
Candid: 74.940 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.013 -> 73.985
Candid: 99.000 #text - #story_text.hyphenate link density 0.000 -> 99.000
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.235 -> 25.144
Candid: 46.280 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.280
Candid: 13.140 .right-tabs.clearfix - #citations link density 0.020 -> 12.882
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Fetching https://www.sciencedaily.com/release...1130153838.htm
Candid: -10.000 #related_releases - .col-md-6 link density 0.266 -> -7.342
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
https://www.sciencedaily.com/release...1125113728.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_1\article_41\181125113728.xhtml
Downloaded article: The future of fighting cancer: Zapping tumors in less than a second from https://www.sciencedaily.com/release...1130175055.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Downloaded article: New federal climate assessment for U.S. released from https://www.sciencedaily.com/release...1125113728.htm
Fetching https://www.sciencedaily.com/release...1130134408.htm
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 99.000 #text - #story_text.hyphenate
Top 5 : 73.985 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.280 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.390 .modal-text - .modal-content.modal-content-custom
Top 5 : 38.390 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1130153852.htm in 0.424000 seconds
Parsed https://www.sciencedaily.com/release...1130175052.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130175052.htm
Fetched https://www.sciencedaily.com/release...1130153847.htm in 0.438000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1130175052.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_3\181130175052.xhtml
Fetching https://www.sciencedaily.com/release...1130120446.htm
Fetched https://www.sciencedaily.com/release...1130153838.htm in 0.430000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Removing unlikely candidate - .row.header - .container.white
Downloaded article: In vitro cell culture findings could lead to novel interventions for Schizophrenia from https://www.sciencedaily.com/release...1130175052.htm
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.075 -> 28.803
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 104.975 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.008 -> 104.118
Candid: 9.000 .col-md-8.col-md-push-4 - .row link density 0.008 -> 8.927
Candid: 160.740 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 160.740
Candid: 33.210 #story_source - #story_text.hyphenate.less-top-margin link density 0.193 -> 26.814
Candid: 51.500 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.500
Candid: 15.750 .right-tabs.clearfix - #citations link density 0.015 -> 15.518
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Candid: -10.030 #related_releases - .col-md-6 link density 0.271 -> -7.308
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetched https://www.sciencedaily.com/release...1130134408.htm in 0.487000 seconds
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 160.740 #text - #story_text.hyphenate.less-top-margin
Top 5 : 104.118 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 51.500 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.803 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.814 #story_source - #story_text.hyphenate.less-top-margin
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.059 -> 29.296
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 140.710 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.008 -> 139.613
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 8.085 .col-md-8.col-md-push-4 - .row link density 0.008 -> 8.022
Candid: 236.090 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 236.090
Candid: 32.990 #story_source - #story_text.hyphenate.less-top-margin link density 0.310 -> 22.772
Candid: 48.410 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.410
Candid: 14.205 .right-tabs.clearfix - #citations link density 0.023 -> 13.884
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.455
Candid: -10.105 #related_releases - .col-md-6 link density 0.262 -> -7.456
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -14.090 .related-summary - #related_releases link density 0.041 -> -13.506
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 236.090 #text - #story_text.hyphenate.less-top-margin
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Top 5 : 139.613 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Top 5 : 48.410 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.296 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.772 #story_source - #story_text.hyphenate.less-top-margin
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.075 -> 28.799
Candid: 80.320 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 79.214
Candid: 8.110 .col-md-8.col-md-push-4 - .row link density 0.014 -> 7.999
Candid: 115.120 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 115.120
Candid: 33.080 #story_source - #story_text.hyphenate.less-top-margin link density 0.361 -> 21.150
Candid: 48.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.980
Candid: 14.490 .right-tabs.clearfix - #citations link density 0.014 -> 14.293
Candid: -15.030 .related-summary - #related_releases link density 0.040 -> -14.423
Candid: -9.030 #related_releases - .col-md-6 link density 0.269 -> -6.598
Candid: -13.060 .related-summary - #related_releases link density 0.041 -> -12.523
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Parsed https://www.sciencedaily.com/release...1130153852.htm in 0.7 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Processing images...
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153852.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.104 -> 27.902
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 57.290 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 56.178
Fetched https://www.sciencedaily.com/release...1130120446.htm in 0.518000 seconds
Candid: 7.500 .col-md-8.col-md-push-4 - .row link density 0.019 -> 7.355
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 71.480 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 71.480
Top 5 : 115.120 #text - #story_text.hyphenate.less-top-margin
Candid: -0.450 li - ul link density 0.000 -> -0.450
Top 5 : 79.214 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: -1.725 ul - #text link density 0.000 -> -1.725
Top 5 : 48.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.799 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: 33.100 #story_source - #story_text.hyphenate.less-top-margin link density 0.371 -> 20.821
Top 5 : 21.150 #story_source - #story_text.hyphenate.less-top-margin
Candid: 46.100 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.100
Candid: 13.050 .right-tabs.clearfix - #citations link density 0.020 -> 12.787
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -11.025 #related_releases - .col-md-6 link density 0.274 -> -8.000
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Parsed https://www.sciencedaily.com/release...1130153847.htm in 0.7 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Processing images...
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 71.480 #text - #story_text.hyphenate.less-top-margin
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153847.htm
Top 5 : 56.178 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.100 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.902 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 20.821 #story_source - #story_text.hyphenate.less-top-margin
Cleaned ul - #text with score -1.725 and weight 0
https://www.sciencedaily.com/release...1130153852.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_4\181130153852.xhtml
Fetching https://www.sciencedaily.com/release...1130120442.htm
Downloaded article: African-American mothers rate boys higher for ADHD from https://www.sciencedaily.com/release...1130153852.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130153838.htm in 0.8 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153838.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.109
Candid: 35.940 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.940
Parsed https://www.sciencedaily.com/release...1130134408.htm in 0.8 seconds
Candid: 11.020 .col-md-8.col-md-push-4 - .row link density 0.014 -> 10.861
Candid: 35.940 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.940
Candid: 32.970 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.970
https://www.sciencedaily.com/release...1130153847.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_5\181130153847.xhtml
Candid: 79.075 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 77.831
Candid: 112.880 #text - #story_text.hyphenate link density 0.000 -> 112.880
Candid: 33.070 #story_source - #story_text.hyphenate link density 0.355 -> 21.318
Candid: 51.900 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.900
Processing images...
Candid: 15.950 .right-tabs.clearfix - #citations link density 0.014 -> 15.729
Candid: -14.060 .related-summary - #related_releases link density 0.041 -> -13.485
Fetching https://www.sciencedaily.com/release...1130111648.htm
Candid: -9.520 #related_releases - .col-md-6 link density 0.262 -> -7.029
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.454
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
https://www.sciencedaily.com/release...1130153838.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_6\181130153838.xhtml
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130134408.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetching https://www.sciencedaily.com/release...1130111645.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Downloaded article: Bigger brains are smarter, but not by much from https://www.sciencedaily.com/release...1130153847.htm
Top 5 : 112.880 #text - #story_text.hyphenate
Top 5 : 77.831 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 51.900 .tab-content.tab-citations - .right-tabs.clearfix
Downloaded article: Cancer drug may help treat human papillomavirus infections from https://www.sciencedaily.com/release...1130153838.htm
Top 5 : 35.940 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.940 .modal-text - .modal-content.modal-content-custom
https://www.sciencedaily.com/release...1130134408.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_7\181130134408.xhtml
Downloaded article: Cellular gene signatures for heart muscle regeneration from https://www.sciencedaily.com/release...1130134408.htm
Fetched https://www.sciencedaily.com/release...1130120442.htm in 0.428000 seconds
Fetching https://www.sciencedaily.com/release...1130111642.htm
Parsed https://www.sciencedaily.com/release...1130120446.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120446.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1130120446.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_8\181130120446.xhtml
Fetching https://www.sciencedaily.com/release...1130111634.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetched https://www.sciencedaily.com/release...1130111648.htm in 0.439000 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.077 -> 28.725
Candid: 84.285 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 83.172
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 8.388
Candid: 121.530 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 121.530
Candid: 33.040 #story_source - #story_text.hyphenate.less-top-margin link density 0.339 -> 21.840
Candid: 48.080 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.080
Candid: 14.040 .right-tabs.clearfix - #citations link density 0.015 -> 13.823
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -8.460 #related_releases - .col-md-6 link density 0.221 -> -6.590
Candid: -12.980 .related-summary - #related_releases link density 0.040 -> -12.465
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetched https://www.sciencedaily.com/release...1130111645.htm in 0.424000 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Downloaded article: Light pollution may cause insomnia in older adults from https://www.sciencedaily.com/release...1130120446.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 121.530 #text - #story_text.hyphenate.less-top-margin
Top 5 : 83.172 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.080 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.725 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 21.840 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Fetched https://www.sciencedaily.com/release...1130111642.htm in 0.423000 seconds
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1130120442.htm in 0.6 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.874
Processing images...
Candid: 64.415 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.017 -> 63.347
Candid: 11.000 .col-md-8.col-md-push-4 - .row link density 0.017 -> 10.818
Candid: 71.880 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 71.880
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.284 -> 23.579
Candid: 45.590 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.590
Candid: 12.795 .right-tabs.clearfix - #citations link density 0.022 -> 12.515
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120442.htm
Candid: -10.990 #related_releases - .col-md-6 link density 0.242 -> -8.326
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.350
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.108 -> 27.778
Candid: 72.790 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 71.450
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.018 -> 9.326
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 94.560 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 94.560
Candid: 33.020 #story_source - #story_text.hyphenate.less-top-margin link density 0.328 -> 22.203
Candid: 45.920 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.920
Candid: 12.960 .right-tabs.clearfix - #citations link density 0.021 -> 12.691
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -9.510 #related_releases - .col-md-6 link density 0.278 -> -6.871
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.448
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 71.880 #text - #story_text.hyphenate.less-top-margin
Top 5 : 63.347 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.590 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.874 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.579 #story_source - #story_text.hyphenate.less-top-margin
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
https://www.sciencedaily.com/release...1130120442.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_9\181130120442.xhtml
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.452
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Fetching https://www.sciencedaily.com/release...1130111629.htm
Candid: 69.685 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 68.810
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 7.650 .col-md-8.col-md-push-4 - .row link density 0.013 -> 7.554
Candid: 95.880 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 95.880
Candid: 32.890 #story_source - #story_text.hyphenate.less-top-margin link density 0.243 -> 24.907
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 46.220 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.220
Top 5 : 94.560 #text - #story_text.hyphenate.less-top-margin
Top 5 : 71.450 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 13.110 .right-tabs.clearfix - #citations link density 0.020 -> 12.850
Top 5 : 45.920 .tab-content.tab-citations - .right-tabs.clearfix
Candid: -16.510 .related-summary - #related_releases link density 0.051 -> -15.661
Top 5 : 27.778 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.203 #story_source - #story_text.hyphenate.less-top-margin
Candid: -9.780 #related_releases - .col-md-6 link density 0.225 -> -7.583
Downloaded article: Researchers alleviate Schizophrenia symptoms in new mouse models from https://www.sciencedaily.com/release...1130120442.htm
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.478
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.480
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetched https://www.sciencedaily.com/release...1130111634.htm in 0.611000 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 95.880 #text - #story_text.hyphenate.less-top-margin
Top 5 : 68.810 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.220 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.452 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.907 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1130111648.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111648.htm
Parsed https://www.sciencedaily.com/release...1130111645.htm in 0.8 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111645.htm
Parsed https://www.sciencedaily.com/release...1130111642.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111642.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
https://www.sciencedaily.com/release...1130111648.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_10\181130111648.xhtml
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.114 -> 27.572
Candid: 66.695 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.017 -> 65.578
Downloaded article: Switch for the regeneration of nerve cell insulation from https://www.sciencedaily.com/release...1130111648.htm
Candid: 7.260 .col-md-8.col-md-push-4 - .row link density 0.017 -> 7.139
Candid: 91.410 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 91.410
Fetching https://www.sciencedaily.com/release...1130111626.htm
Candid: 32.940 #story_source - #story_text.hyphenate.less-top-margin link density 0.278 -> 23.790
Candid: 45.650 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.650
Candid: 12.825 .right-tabs.clearfix - #citations link density 0.022 -> 12.547
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.487
Candid: -9.030 #related_releases - .col-md-6 link density 0.265 -> -6.640
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.478
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
https://www.sciencedaily.com/release...1130111645.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_11\181130111645.xhtml
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetching https://www.sciencedaily.com/release...1130111623.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 91.410 #text - #story_text.hyphenate.less-top-margin
Top 5 : 65.578 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.650 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.572 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.790 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: Many diseases increase the risks of hip fracture surgery from https://www.sciencedaily.com/release...1130111645.htm
Fetched https://www.sciencedaily.com/release...1130111629.htm in 0.549000 seconds
https://www.sciencedaily.com/release...1130111642.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_12\181130111642.xhtml
Fetching https://www.sciencedaily.com/release...1130111613.htm
Downloaded article: How you respond to drama depends on if you are a holistic or analytical thinker from https://www.sciencedaily.com/release...1130111642.htm
Parsed https://www.sciencedaily.com/release...1130111634.htm in 0.7 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111634.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.120 -> 27.412
Candid: 80.395 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.021 -> 78.673
Candid: 8.730 .col-md-8.col-md-push-4 - .row link density 0.021 -> 8.544
Candid: 112.900 #text - #story_text.hyphenate.less-top-margin link density 0.012 -> 111.562
Candid: 32.970 #story_source - #story_text.hyphenate.less-top-margin link density 0.297 -> 23.168
Candid: 45.050 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.050
Candid: 12.525 .right-tabs.clearfix - #citations link density 0.024 -> 12.223
Candid: -14.080 .related-summary - #related_releases link density 0.041 -> -13.499
Candid: -9.525 #related_releases - .col-md-6 link density 0.262 -> -7.029
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 111.562 #text - #story_text.hyphenate.less-top-margin
Top 5 : 78.673 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.050 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.412 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.168 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1130111634.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_13\181130111634.xhtml
Fetched https://www.sciencedaily.com/release...1130111623.htm in 0.402000 seconds
Fetching https://www.sciencedaily.com/release...1130111608.htm
Fetched https://www.sciencedaily.com/release...1130111626.htm in 0.498000 seconds
Downloaded article: Falls are more likely when you've had a bad night sleep from https://www.sciencedaily.com/release...1130111634.htm
Parsed https://www.sciencedaily.com/release...1130111629.htm in 0.5 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1130111613.htm in 0.530000 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111629.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.058 -> 29.336
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 92.860 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.007 -> 92.194
Candid: 6.520 .col-md-8.col-md-push-4 - .row link density 0.007 -> 6.473
Candid: 146.690 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 146.690
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.202 -> 26.300
Candid: 48.380 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.380
Candid: 14.190 .right-tabs.clearfix - #citations link density 0.015 -> 13.978
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.112 -> 27.648
Candid: -9.490 #related_releases - .col-md-6 link density 0.226 -> -7.348
Candid: 62.950 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 61.830
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: 7.005 .col-md-8.col-md-push-4 - .row link density 0.018 -> 6.881
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: 84.910 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 84.910
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Removing unlikely candidate - .row.header - .container.white
Candid: 32.970 #story_source - #story_text.hyphenate.less-top-margin link density 0.297 -> 23.168
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 50.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.000
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 15.000 .right-tabs.clearfix - #citations link density 0.018 -> 14.734
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -10.045 #related_releases - .col-md-6 link density 0.273 -> -7.302
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.455
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
https://www.sciencedaily.com/release...1130111629.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_14\181130111629.xhtml
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetching https://www.sciencedaily.com/release...1130111601.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 146.690 #text - #story_text.hyphenate.less-top-margin
Top 5 : 92.194 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.380 .tab-content.tab-citations - .right-tabs.clearfix
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Top 5 : 29.336 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.300 #story_source - #story_text.hyphenate.less-top-margin
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetched https://www.sciencedaily.com/release...1130111608.htm in 0.485000 seconds
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 84.910 #text - #story_text.hyphenate.less-top-margin
Top 5 : 61.830 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 50.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.648 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.168 #story_source - #story_text.hyphenate.less-top-margin
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.123 -> 27.308
Candid: 64.255 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 63.004
Candid: 8.295 .col-md-8.col-md-push-4 - .row link density 0.019 -> 8.134
Candid: 82.410 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 82.410
Candid: 32.920 #story_source - #story_text.hyphenate.less-top-margin link density 0.264 -> 24.224
Candid: 45.260 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.260
Candid: 12.630 .right-tabs.clearfix - #citations link density 0.023 -> 12.337
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -8.465 #related_releases - .col-md-6 link density 0.230 -> -6.519
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.495
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Downloaded article: New knowledge of pubertal growth from https://www.sciencedaily.com/release...1130111629.htm
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 82.410 #text - #story_text.hyphenate.less-top-margin
Top 5 : 63.004 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.260 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.308 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.224 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1130111623.htm in 0.7 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130111626.htm in 0.7 seconds
Processing images...
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111626.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111623.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Parsed https://www.sciencedaily.com/release...1130111613.htm in 0.7 seconds
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.469
Candid: 83.445 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 82.183
Candid: 7.945 .col-md-8.col-md-push-4 - .row link density 0.015 -> 7.825
Candid: 122.130 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 122.130
Candid: 32.980 #story_source - #story_text.hyphenate.less-top-margin link density 0.304 -> 22.968
Candid: 46.910 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.910
Candid: 13.455 .right-tabs.clearfix - #citations link density 0.018 -> 13.214
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111613.htm
Candid: -9.965 #related_releases - .col-md-6 link density 0.260 -> -7.371
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
https://www.sciencedaily.com/release...1130111626.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_15\181130111626.xhtml
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Fetching https://www.sciencedaily.com/release...1130094328.htm
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Fetched https://www.sciencedaily.com/release...1130111601.htm in 0.523000 seconds
https://www.sciencedaily.com/release...1130111623.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_16\181130111623.xhtml
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 122.130 #text - #story_text.hyphenate.less-top-margin
Top 5 : 82.183 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.910 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.469 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.968 #story_source - #story_text.hyphenate.less-top-margin
Fetching https://www.sciencedaily.com/release...1130094325.htm
Downloaded article: More than 6,000 antibiotic resistance genes discovered in the bacteria that inhabit the human gut from https://www.sciencedaily.com/release...1130111626.htm
Downloaded article: Is being a night owl bad for your health? from https://www.sciencedaily.com/release...1130111623.htm
https://www.sciencedaily.com/release...1130111613.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_17\181130111613.xhtml
Fetching https://www.sciencedaily.com/release...1130094312.htm
Removing unlikely candidate - .row.header - .container.white
Downloaded article: New information about infant brain structure from https://www.sciencedaily.com/release...1130111613.htm
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130111608.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111608.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.087 -> 28.428
Candid: 67.385 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.010 -> 66.690
Candid: 10.000 .col-md-8.col-md-push-4 - .row link density 0.010 -> 9.897
Candid: 82.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 82.000
Candid: 32.770 #story_source - #story_text.hyphenate.less-top-margin link density 0.143 -> 28.089
Candid: 51.660 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.660
Candid: 15.830 .right-tabs.clearfix - #citations link density 0.014 -> 15.602
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -9.540 #related_releases - .col-md-6 link density 0.237 -> -7.275
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.509
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 82.000 #text - #story_text.hyphenate.less-top-margin
Top 5 : 66.690 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 51.660 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.428 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 28.089 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1130111608.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_18\181130111608.xhtml
Fetching https://www.sciencedaily.com/release...1130090201.htm
Downloaded article: Why patients lie to their doctors from https://www.sciencedaily.com/release...1130111608.htm
Fetched https://www.sciencedaily.com/release...1130094325.htm in 0.354000 seconds
Fetched https://www.sciencedaily.com/release...1130094328.htm in 0.429000 seconds
Parsed https://www.sciencedaily.com/release...1130111601.htm in 0.5 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111601.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1130094312.htm in 0.508000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.098 -> 28.092
Candid: 38.270 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.270
Candid: 14.135 .col-md-8.col-md-push-4 - .row link density 0.014 -> 13.940
Candid: 38.270 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.270
Candid: 34.135 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.135
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 61.960 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 60.932
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 71.000 #text - #story_text.hyphenate link density 0.000 -> 71.000
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.920 #story_source - #story_text.hyphenate link density 0.179 -> 27.019
https://www.sciencedaily.com/release...1130111601.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_19\181130111601.xhtml
Candid: 46.340 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.340
Candid: 13.170 .right-tabs.clearfix - #citations link density 0.019 -> 12.914
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Fetching https://www.sciencedaily.com/release...1130090157.htm
Candid: -8.520 #related_releases - .col-md-6 link density 0.282 -> -6.116
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.880
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.370
Candid: 36.920 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.920
Candid: -13.030 .related-summary - #related_releases link density 0.041 -> -12.502
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: 14.460 .col-md-8.col-md-push-4 - .row link density 0.014 -> 14.256
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 36.920 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.920
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 33.460 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.460
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 58.985 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 58.023
Candid: 61.000 #text - #story_text.hyphenate link density 0.000 -> 61.000
Candid: 32.970 #story_source - #story_text.hyphenate link density 0.216 -> 25.841
Candid: 46.220 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.220
Candid: 13.110 .right-tabs.clearfix - #citations link density 0.020 -> 12.850
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.419
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: -9.005 #related_releases - .col-md-6 link density 0.301 -> -6.294
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.478
Downloaded article: Towards a treatment for gluten intolerance from https://www.sciencedaily.com/release...1130111601.htm
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 71.000 #text - #story_text.hyphenate
Top 5 : 60.932 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.340 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.270 .modal-text - .modal-content.modal-content-custom
Top 5 : 38.270 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 61.000 #text - #story_text.hyphenate
Top 5 : 58.023 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.220 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.920 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.920 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1130090201.htm in 0.488000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.452
Candid: 80.960 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 80.191
Candid: 9.000 .col-md-8.col-md-push-4 - .row link density 0.009 -> 8.915
Candid: 113.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 113.000
Candid: 32.920 #story_source - #story_text.hyphenate.less-top-margin link density 0.179 -> 27.019
Candid: 46.010 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.010
Candid: 13.005 .right-tabs.clearfix - #citations link density 0.020 -> 12.739
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -8.610 #related_releases - .col-md-6 link density 0.254 -> -6.422
Candid: -14.160 .related-summary - #related_releases link density 0.043 -> -13.550
Candid: -12.030 .related-summary - #related_releases link density 0.040 -> -11.544
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Parsed https://www.sciencedaily.com/release...1130094325.htm in 0.7 seconds
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Processing images...
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Top 5 : 113.000 #text - #story_text.hyphenate.less-top-margin
Top 5 : 80.191 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.010 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.452 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 27.019 #story_source - #story_text.hyphenate.less-top-margin
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094325.htm
Parsed https://www.sciencedaily.com/release...1130094328.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094328.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.078 -> 28.696
Candid: 86.745 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.012 -> 85.662
Candid: 8.000 .col-md-8.col-md-push-4 - .row link density 0.012 -> 7.900
Candid: 128.540 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 128.540
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.284 -> 23.579
Candid: 46.100 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.100
Candid: 13.050 .right-tabs.clearfix - #citations link density 0.020 -> 12.787
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -10.570 #related_releases - .col-md-6 link density 0.253 -> -7.898
https://www.sciencedaily.com/release...1130094325.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_21\181130094325.xhtml
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -16.060 .related-summary - #related_releases link density 0.041 -> -15.403
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetching https://www.sciencedaily.com/release...1130080352.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Downloaded article: Immune checkpoints could be key to treating autoimmune disease myasthenia gravis from https://www.sciencedaily.com/release...1130094325.htm
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Parsed https://www.sciencedaily.com/release...1130094312.htm in 0.7 seconds
https://www.sciencedaily.com/release...1130094328.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_20\181130094328.xhtml
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Processing images...
Fetching https://www.sciencedaily.com/release...1129162654.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Fetched https://www.sciencedaily.com/release...1130090157.htm in 0.589000 seconds
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 128.540 #text - #story_text.hyphenate.less-top-margin
Top 5 : 85.662 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.100 .tab-content.tab-citations - .right-tabs.clearfix
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094312.htm
Top 5 : 28.696 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.579 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: Altered microbiome after caesarean section impacts baby's immune system from https://www.sciencedaily.com/release...1130094328.htm
Removing unlikely candidate - .row.header - .container.white
https://www.sciencedaily.com/release...1130094312.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_22\181130094312.xhtml
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetching https://www.sciencedaily.com/release...1129162649.htm
Parsed https://www.sciencedaily.com/release...1130090201.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130090201.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Downloaded article: Mischievous responders taint LGBQ health estimates in national survey from https://www.sciencedaily.com/release...1130094312.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.072 -> 28.895
Candid: 36.180 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.180
Candid: 12.090 .col-md-8.col-md-push-4 - .row link density 0.011 -> 11.958
Candid: 36.180 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.180
Candid: 33.090 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.090
Candid: 69.485 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 68.670
Candid: 90.000 #text - #story_text.hyphenate link density 0.000 -> 90.000
Candid: 32.970 #story_source - #story_text.hyphenate link density 0.297 -> 23.168
Candid: 46.370 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.370
Candid: 13.185 .right-tabs.clearfix - #citations link density 0.019 -> 12.930
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -10.035 #related_releases - .col-md-6 link density 0.194 -> -8.086
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetched https://www.sciencedaily.com/release...1130080352.htm in 0.363000 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 90.000 #text - #story_text.hyphenate
Top 5 : 68.670 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.370 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.180 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 36.180 .modal-text - .modal-content.modal-content-custom
https://www.sciencedaily.com/release...1130090201.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_23\181130090201.xhtml
Downloaded article: Focus on resistance to HIV offers insight into how to fight the virus from https://www.sciencedaily.com/release...1130090201.htm
Fetching https://www.sciencedaily.com/release...1129162646.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130090157.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130090157.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.172
Candid: 68.365 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 67.278
Candid: 7.540 .col-md-8.col-md-push-4 - .row link density 0.016 -> 7.420
Candid: 93.590 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 93.590
Candid: 32.980 #story_source - #story_text.hyphenate.less-top-margin link density 0.223 -> 25.618
Candid: 45.950 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.950
Candid: 12.975 .right-tabs.clearfix - #citations link density 0.021 -> 12.707
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -11.020 #related_releases - .col-md-6 link density 0.204 -> -8.770
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -15.030 .related-summary - #related_releases link density 0.040 -> -14.423
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetched https://www.sciencedaily.com/release...1129162654.htm in 0.581000 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 93.590 #text - #story_text.hyphenate.less-top-margin
Top 5 : 67.278 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.950 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.172 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 25.618 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1130090157.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_24\181130090157.xhtml
Downloaded article: More sensitive MRI diagnostics thanks to innovative 'elastic' contrast media from https://www.sciencedaily.com/release...1130090157.htm
Fetching https://www.sciencedaily.com/release...1129162642.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130080352.htm in 0.5 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.078 -> 28.721
Candid: 85.375 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 84.259
Fetched https://www.sciencedaily.com/release...1129162649.htm in 0.646000 seconds
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 9.376
Candid: 119.660 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 119.660
Candid: 33.090 #story_source - #story_text.hyphenate.less-top-margin link density 0.293 -> 23.405
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130080352.htm
Candid: 47.060 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.060
Candid: 13.530 .right-tabs.clearfix - #citations link density 0.018 -> 13.292
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -8.020 #related_releases - .col-md-6 link density 0.256 -> -5.970
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: -14.060 .related-summary - #related_releases link density 0.041 -> -13.485
Candid: -11.970 .related-summary - #related_releases link density 0.039 -> -11.500
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 119.660 #text - #story_text.hyphenate.less-top-margin
Top 5 : 84.259 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.060 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.721 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.405 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
https://www.sciencedaily.com/release...1130080352.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_25\181130080352.xhtml
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetching https://www.sciencedaily.com/release...1129153837.htm
Downloaded article: Babies kicking in the womb are creating a map of their bodies from https://www.sciencedaily.com/release...1130080352.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1129162654.htm in 0.5 seconds
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.100 -> 28.030
Candid: 62.380 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.020 -> 61.111
Candid: 8.270 .col-md-8.col-md-push-4 - .row link density 0.020 -> 8.102
Candid: 78.410 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 78.410
Candid: 33.270 #story_source - #story_text.hyphenate.less-top-margin link density 0.383 -> 20.528
Candid: 47.480 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.480
Candid: 13.740 .right-tabs.clearfix - #citations link density 0.017 -> 13.512
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -10.050 #related_releases - .col-md-6 link density 0.254 -> -7.496
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129162654.htm
Candid: -16.060 .related-summary - #related_releases link density 0.041 -> -15.400
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.478
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetched https://www.sciencedaily.com/release...1129162642.htm in 0.463000 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 78.410 #text - #story_text.hyphenate.less-top-margin
Top 5 : 61.111 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.480 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.030 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 20.528 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1129162646.htm in 0.816000 seconds
https://www.sciencedaily.com/release...1129162654.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_26\181129162654.xhtml
Fetching https://www.sciencedaily.com/release...1129142441.htm
Downloaded article: Triple combination cancer immunotherapy improves outcomes in preclinical melanoma model from https://www.sciencedaily.com/release...1129162654.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129162649.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129162649.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.079 -> 28.679
Candid: 93.790 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 92.924
Candid: 8.450 .col-md-8.col-md-push-4 - .row link density 0.009 -> 8.372
Candid: 140.880 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 140.880
Candid: 32.900 #story_source - #story_text.hyphenate.less-top-margin link density 0.163 -> 27.522
Candid: 49.760 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.760
Candid: 14.880 .right-tabs.clearfix - #citations link density 0.018 -> 14.608
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -8.015 #related_releases - .col-md-6 link density 0.262 -> -5.911
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.475
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.511
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.074 -> 28.840
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 34.620 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.620
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 9.825 .col-md-8.col-md-push-4 - .row link density 0.011 -> 9.717
Candid: 34.620 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.620
Candid: 32.310 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.310
Candid: 116.840 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 115.533
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 190.100 #text - #story_text.hyphenate link density 0.000 -> 190.100
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 33.520 #story_source - #story_text.hyphenate link density 0.307 -> 23.222
Candid: 55.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 55.000
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 17.500 .right-tabs.clearfix - #citations link density 0.012 -> 17.288
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -10.475 #related_releases - .col-md-6 link density 0.276 -> -7.588
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Top 5 : 140.880 #text - #story_text.hyphenate.less-top-margin
Top 5 : 92.924 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 49.760 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.679 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 27.522 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1129162649.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_27\181129162649.xhtml
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetching https://www.sciencedaily.com/release...1129142438.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 190.100 #text - #story_text.hyphenate
Top 5 : 115.533 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 55.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.620 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.620 .modal-text - .modal-content.modal-content-custom
Downloaded article: An opioid epidemic may be looming in Mexico -- and the US may be partly responsible from https://www.sciencedaily.com/release...1129162649.htm
Parsed https://www.sciencedaily.com/release...1129162642.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129162642.htm
Parsed https://www.sciencedaily.com/release...1129162646.htm in 0.6 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1129142441.htm in 0.483000 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129162646.htm
Fetched https://www.sciencedaily.com/release...1129153837.htm in 0.792000 seconds
https://www.sciencedaily.com/release...1129162642.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_29\181129162642.xhtml
Fetching https://www.sciencedaily.com/release...1129142435.htm
Downloaded article: Certain state lawmakers aim to loosen childhood vaccine requirements, but legal barriers persist from https://www.sciencedaily.com/release...1129162642.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129162646.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_28\181129162646.xhtml
Downloaded article: More pregnant women are using meth and opioids, study finds from https://www.sciencedaily.com/release...1129162646.htm
Fetching https://www.sciencedaily.com/release...1129142430.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.081 -> 28.615
Candid: 80.020 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 78.974
Candid: 10.000 .col-md-8.col-md-push-4 - .row link density 0.013 -> 9.870
Candid: 107.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 107.000
Candid: 33.040 #story_source - #story_text.hyphenate.less-top-margin link density 0.263 -> 24.360
Candid: 47.180 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.180
Candid: 13.590 .right-tabs.clearfix - #citations link density 0.017 -> 13.355
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -10.495 #related_releases - .col-md-6 link density 0.255 -> -7.818
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.419
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Candid: -15.030 .related-summary - #related_releases link density 0.041 -> -14.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.117 -> 27.483
Candid: 51.140 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 50.219
Candid: 7.335 .col-md-8.col-md-push-4 - .row link density 0.018 -> 7.203
Candid: 60.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 60.000
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 32.940 #story_source - #story_text.hyphenate.less-top-margin link density 0.194 -> 26.535
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 48.110 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.110
Candid: 14.055 .right-tabs.clearfix - #citations link density 0.015 -> 13.839
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: -9.555 #related_releases - .col-md-6 link density 0.240 -> -7.259
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -14.130 .related-summary - #related_releases link density 0.042 -> -13.530
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Top 5 : 107.000 #text - #story_text.hyphenate.less-top-margin
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Top 5 : 78.974 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.180 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.615 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.360 #story_source - #story_text.hyphenate.less-top-margin
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 60.000 #text - #story_text.hyphenate.less-top-margin
Top 5 : 50.219 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.110 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.483 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.535 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1129142438.htm in 0.687000 seconds
Parsed https://www.sciencedaily.com/release...1129142441.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142441.htm
Fetched https://www.sciencedaily.com/release...1129142435.htm in 0.459000 seconds
Parsed https://www.sciencedaily.com/release...1129153837.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129153837.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129142441.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_31\181129142441.xhtml
Fetching https://www.sciencedaily.com/release...1129142428.htm
Downloaded article: When good macrophages go bad from https://www.sciencedaily.com/release...1129142441.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
https://www.sciencedaily.com/release...1129153837.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_30\181129153837.xhtml
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetching https://www.sciencedaily.com/release...1129142417.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.111 -> 27.666
Candid: 53.385 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 52.701
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 9.379
Candid: 56.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 56.000
Candid: 32.770 #story_source - #story_text.hyphenate.less-top-margin link density 0.044 -> 31.330
Candid: 44.300 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 44.300
Candid: 12.150 .right-tabs.clearfix - #citations link density 0.028 -> 11.810
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -10.485 #related_releases - .col-md-6 link density 0.230 -> -8.071
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.112 -> 27.638
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 54.465 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 53.642
Candid: 8.295 .col-md-8.col-md-push-4 - .row link density 0.015 -> 8.170
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 62.980 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 62.980
Top 5 : 56.000 #text - #story_text.hyphenate.less-top-margin
Downloaded article: Weight cycling is associated with a higher risk of death from https://www.sciencedaily.com/release...1129153837.htm
Candid: 32.770 #story_source - #story_text.hyphenate.less-top-margin link density 0.044 -> 31.330
Top 5 : 52.701 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 44.810 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 44.810
Top 5 : 44.300 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 31.330 #story_source - #story_text.hyphenate.less-top-margin
Candid: 12.405 .right-tabs.clearfix - #citations link density 0.025 -> 12.092
Top 5 : 27.666 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.468
Candid: -8.050 #related_releases - .col-md-6 link density 0.229 -> -6.204
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: -14.070 .related-summary - #related_releases link density 0.041 -> -13.492
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 62.980 #text - #story_text.hyphenate.less-top-margin
Top 5 : 53.642 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 44.810 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 31.330 #story_source - #story_text.hyphenate.less-top-margin
Top 5 : 27.638 .col-sm-8.main.less-padding-right.hyphenate - .row
Parsed https://www.sciencedaily.com/release...1129142438.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142438.htm
Parsed https://www.sciencedaily.com/release...1129142435.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142435.htm
Fetched https://www.sciencedaily.com/release...1129142430.htm in 0.856000 seconds
https://www.sciencedaily.com/release...1129142438.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_32\181129142438.xhtml
Fetching https://www.sciencedaily.com/release...1129142412.htm
Downloaded article: How prions invade the brain from https://www.sciencedaily.com/release...1129142438.htm
Fetched https://www.sciencedaily.com/release...1129142417.htm in 0.407000 seconds
https://www.sciencedaily.com/release...1129142435.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_33\181129142435.xhtml
Fetching https://www.sciencedaily.com/release...1129142409.htm
Downloaded article: Soil compound fights chronic wasting disease from https://www.sciencedaily.com/release...1129142435.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.121 -> 27.369
Candid: 47.385 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 46.541
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.018 -> 8.349
Candid: 48.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 48.000
Candid: 32.770 #story_source - #story_text.hyphenate.less-top-margin link density 0.044 -> 31.330
Candid: 45.080 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.080
Candid: 12.540 .right-tabs.clearfix - #citations link density 0.024 -> 12.239
Candid: -15.080 .related-summary - #related_releases link density 0.042 -> -14.452
Candid: -9.050 #related_releases - .col-md-6 link density 0.226 -> -7.001
Candid: -12.980 .related-summary - #related_releases link density 0.039 -> -12.468
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.425
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetched https://www.sciencedaily.com/release...1129142428.htm in 0.625000 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 48.000 #text - #story_text.hyphenate.less-top-margin
Top 5 : 46.541 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.080 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 31.330 #story_source - #story_text.hyphenate.less-top-margin
Top 5 : 27.369 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.092 -> 28.272
Candid: 38.350 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.350
Candid: 12.175 .col-md-8.col-md-push-4 - .row link density 0.010 -> 12.058
Candid: 38.350 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.350
Candid: 34.175 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.175
Candid: 67.325 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 66.604
Candid: 89.820 #text - #story_text.hyphenate link density 0.000 -> 89.820
Candid: 32.830 #story_source - #story_text.hyphenate link density 0.103 -> 29.445
Candid: 45.530 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.530
Candid: 12.765 .right-tabs.clearfix - #citations link density 0.022 -> 12.482
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.451
Candid: -8.510 #related_releases - .col-md-6 link density 0.251 -> -6.377
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.475
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 89.820 #text - #story_text.hyphenate
Top 5 : 66.604 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.530 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.350 .modal-text - .modal-content.modal-content-custom
Top 5 : 38.350 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1129142430.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142430.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.081 -> 28.622
Candid: 32.390 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.390
Candid: 8.930 .col-md-8.col-md-push-4 - .row link density 0.016 -> 8.784
Candid: 32.390 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.390
Candid: 31.195 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.195
Candid: 81.165 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 79.799
Candid: 118.250 #text - #story_text.hyphenate link density 0.000 -> 118.250
Candid: 33.140 #story_source - #story_text.hyphenate link density 0.391 -> 20.195
Candid: 46.130 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.130
Candid: 13.065 .right-tabs.clearfix - #citations link density 0.020 -> 12.802
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -10.525 #related_releases - .col-md-6 link density 0.241 -> -7.986
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Parsed https://www.sciencedaily.com/release...1129142417.htm in 0.5 seconds
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Processing images...
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 118.250 #text - #story_text.hyphenate
Top 5 : 79.799 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.130 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.390 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.390 .modal-text - .modal-content.modal-content-custom
https://www.sciencedaily.com/release...1129142430.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_34\181129142430.xhtml
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142417.htm
Fetching https://www.sciencedaily.com/release...1129142352.htm
Downloaded article: How HIV DNA is blocked from entering the cell nucleus from https://www.sciencedaily.com/release...1129142430.htm
Fetched https://www.sciencedaily.com/release...1129142412.htm in 0.695000 seconds
Parsed https://www.sciencedaily.com/release...1129142428.htm in 0.5 seconds
https://www.sciencedaily.com/release...1129142417.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_36\181129142417.xhtml
Fetching https://www.sciencedaily.com/release...1129142347.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142428.htm
Downloaded article: Effective new target for mood-boosting brain stimulation found from https://www.sciencedaily.com/release...1129142417.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129142409.htm in 0.764000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
https://www.sciencedaily.com/release...1129142428.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_35\181129142428.xhtml
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.116
Candid: 68.295 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.008 -> 67.782
Fetching https://www.sciencedaily.com/release...1129131029.htm
Candid: 7.500 .col-md-8.col-md-push-4 - .row link density 0.007 -> 7.444
Candid: 93.430 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 93.430
Candid: 33.160 #story_source - #story_text.hyphenate.less-top-margin link density 0.154 -> 28.058
Candid: 45.740 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.740
Candid: 12.870 .right-tabs.clearfix - #citations link density 0.021 -> 12.595
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -8.530 #related_releases - .col-md-6 link density 0.280 -> -6.142
Candid: -11.970 .related-summary - #related_releases link density 0.039 -> -11.498
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.448
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Removing unlikely candidate - .row.header - .container.white
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 93.430 #text - #story_text.hyphenate.less-top-margin
Top 5 : 67.782 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.740 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.116 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 28.058 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: Some blood cells have a surprising source: Your gut from https://www.sciencedaily.com/release...1129142428.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.075 -> 28.795
Candid: 33.540 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 33.540
Candid: 12.770 .col-md-8.col-md-push-4 - .row link density 0.008 -> 12.668
Candid: 33.540 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 33.540
Candid: 31.770 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.770
Candid: 108.000 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.008 -> 107.089
Candid: 158.560 #text - #story_text.hyphenate link density 0.000 -> 158.560
Candid: 33.440 #story_source - #story_text.hyphenate link density 0.291 -> 23.704
Candid: 52.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 52.000
Candid: 16.000 .right-tabs.clearfix - #citations link density 0.013 -> 15.792
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -9.550 #related_releases - .col-md-6 link density 0.272 -> -6.957
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.455
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetched https://www.sciencedaily.com/release...1129142352.htm in 0.534000 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Parsed https://www.sciencedaily.com/release...1129142412.htm in 0.4 seconds
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 158.560 #text - #story_text.hyphenate
Top 5 : 107.089 #story_text.hyphenate - .col-md-8.col-md-push-4
Processing images...
Top 5 : 52.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 33.540 .modal-text - .modal-content.modal-content-custom
Top 5 : 33.540 #story_photo.hyphenate - .col-md-8.col-md-push-4
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142412.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129142409.htm in 0.5 seconds
Processing images...
https://www.sciencedaily.com/release...1129142412.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_37\181129142412.xhtml
Fetching https://www.sciencedaily.com/release...1129122503.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142409.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.068 -> 29.005
Candid: 90.485 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 89.633
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.009 -> 9.411
Candid: 130.020 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 130.020
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.202 -> 26.300
Candid: 46.070 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.070
Candid: 13.035 .right-tabs.clearfix - #citations link density 0.020 -> 12.771
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.482
Candid: -10.035 #related_releases - .col-md-6 link density 0.221 -> -7.813
Candid: -16.030 .related-summary - #related_releases link density 0.041 -> -15.380
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Downloaded article: How viruses hijack part of your immune system and use it against you from https://www.sciencedaily.com/release...1129142412.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 130.020 #text - #story_text.hyphenate.less-top-margin
Top 5 : 89.633 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.070 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.005 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.300 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1129142409.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_38\181129142409.xhtml
Downloaded article: With these nanoparticles, a simple urine test could diagnose bacterial pneumonia from https://www.sciencedaily.com/release...1129142409.htm
Fetching https://www.sciencedaily.com/release...1129122500.htm
Fetched https://www.sciencedaily.com/release...1129142347.htm in 0.823000 seconds
Parsed https://www.sciencedaily.com/release...1129142352.htm in 0.5 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1129131029.htm in 0.681000 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142352.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.116 -> 27.521
Candid: 68.385 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 67.110
Candid: 6.645 .col-md-8.col-md-push-4 - .row link density 0.019 -> 6.521
Candid: 97.230 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 97.230
Candid: 32.960 #story_source - #story_text.hyphenate.less-top-margin link density 0.291 -> 23.372
Candid: 46.010 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.010
https://www.sciencedaily.com/release...1129142352.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_39\181129142352.xhtml
Candid: 13.005 .right-tabs.clearfix - #citations link density 0.020 -> 12.739
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: -10.150 #related_releases - .col-md-6 link density 0.256 -> -7.550
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -15.230 .related-summary - #related_releases link density 0.044 -> -14.555
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Fetching https://www.sciencedaily.com/release...1129122457.htm
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.096 -> 28.144
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 75.510 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 74.301
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.925 .col-md-8.col-md-push-4 - .row link density 0.016 -> 6.814
Candid: 110.280 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 110.280
Candid: 33.040 #story_source - #story_text.hyphenate.less-top-margin link density 0.263 -> 24.360
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 47.420 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.420
Top 5 : 97.230 #text - #story_text.hyphenate.less-top-margin
Top 5 : 67.110 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 13.710 .right-tabs.clearfix - #citations link density 0.017 -> 13.480
Top 5 : 46.010 .tab-content.tab-citations - .right-tabs.clearfix
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.509
Top 5 : 27.521 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.372 #story_source - #story_text.hyphenate.less-top-margin
Candid: -9.565 #related_releases - .col-md-6 link density 0.257 -> -7.106
Candid: -15.030 .related-summary - #related_releases link density 0.040 -> -14.423
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.451
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Downloaded article: How sounds going into our ears become words going through our brains from https://www.sciencedaily.com/release...1129142352.htm
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 110.280 #text - #story_text.hyphenate.less-top-margin
Top 5 : 74.301 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.420 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.144 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.360 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1129142347.htm in 0.4 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1129131029.htm in 0.4 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142347.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129131029.htm
https://www.sciencedaily.com/release...1129142347.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_40\181129142347.xhtml
Fetching https://www.sciencedaily.com/release...1129122455.htm
Fetched https://www.sciencedaily.com/release...1129122503.htm in 0.769000 seconds
https://www.sciencedaily.com/release...1129131029.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_41\181129131029.xhtml
Downloaded article: Decoding sleeping sickness signals could aid quest for treatments from https://www.sciencedaily.com/release...1129142347.htm
Downloaded article: Six antibodies produced to combat Zika virus from https://www.sciencedaily.com/release...1129131029.htm
Fetching https://www.sciencedaily.com/release...1129122452.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.081 -> 28.619
Candid: 71.035 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.021 -> 69.542
Candid: 8.000 .col-md-8.col-md-push-4 - .row link density 0.021 -> 7.832
Candid: 96.770 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 96.770
Candid: 33.300 #story_source - #story_text.hyphenate.less-top-margin link density 0.458 -> 18.038
Candid: 48.760 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.760
Candid: 14.380 .right-tabs.clearfix - #citations link density 0.014 -> 14.176
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -10.035 #related_releases - .col-md-6 link density 0.227 -> -7.752
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.441
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Fetched https://www.sciencedaily.com/release...1129122457.htm in 0.492000 seconds
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 96.770 #text - #story_text.hyphenate.less-top-margin
Top 5 : 69.542 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.760 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.619 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 18.038 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1129122500.htm in 0.827000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129122503.htm in 0.3 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122503.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.069 -> 28.978
Candid: 115.840 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 114.845
Candid: 7.895 .col-md-8.col-md-push-4 - .row link density 0.009 -> 7.827
Candid: 187.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 187.000
Candid: 33.100 #story_source - #story_text.hyphenate.less-top-margin link density 0.371 -> 20.821
Candid: 46.250 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.250
Candid: 13.125 .right-tabs.clearfix - #citations link density 0.020 -> 12.866
Candid: -16.540 .related-summary - #related_releases link density 0.052 -> -15.675
Candid: -10.735 #related_releases - .col-md-6 link density 0.257 -> -7.981
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.419
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 187.000 #text - #story_text.hyphenate.less-top-margin
Top 5 : 114.845 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.250 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.978 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 20.821 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1129122503.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_42\181129122503.xhtml
Fetching https://www.sciencedaily.com/release...1129122450.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.074 -> 28.841
Candid: 91.190 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.012 -> 90.131
Candid: 7.390 .col-md-8.col-md-push-4 - .row link density 0.012 -> 7.304
Candid: 139.570 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 139.570
Candid: 33.250 #story_source - #story_text.hyphenate.less-top-margin link density 0.439 -> 18.658
Candid: 47.600 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.600
Candid: 13.800 .right-tabs.clearfix - #citations link density 0.016 -> 13.574
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -9.010 #related_releases - .col-md-6 link density 0.248 -> -6.779
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.404
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.478
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Downloaded article: Ending the HIV epidemic: Where does Europe stand? from https://www.sciencedaily.com/release...1129122503.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 139.570 #text - #story_text.hyphenate.less-top-margin
Top 5 : 90.131 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.600 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.841 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 18.658 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1129122457.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122457.htm
Fetched https://www.sciencedaily.com/release...1129122452.htm in 0.649000 seconds
Parsed https://www.sciencedaily.com/release...1129122500.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122500.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129122455.htm in 0.854000 seconds
https://www.sciencedaily.com/release...1129122457.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_44\181129122457.xhtml
Fetching https://www.sciencedaily.com/release...1129122448.htm
Downloaded article: Promising lead in genetic approach to treating glioblastoma from https://www.sciencedaily.com/release...1129122457.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.060 -> 29.263
Candid: 40.570 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 40.570
Candid: 16.285 .col-md-8.col-md-push-4 - .row link density 0.007 -> 16.174
Candid: 40.570 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 40.570
Candid: 35.285 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 35.285
Candid: 133.350 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.007 -> 132.388
https://www.sciencedaily.com/release...1129122500.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_43\181129122500.xhtml
Candid: 209.750 #text - #story_text.hyphenate link density 0.000 -> 209.750
Candid: 32.950 #story_source - #story_text.hyphenate link density 0.284 -> 23.579
Candid: 45.830 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.830
Candid: 12.915 .right-tabs.clearfix - #citations link density 0.021 -> 12.643
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -7.980 #related_releases - .col-md-6 link density 0.296 -> -5.617
Fetching https://www.sciencedaily.com/release...1129122445.htm
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.458
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Downloaded article: Climate change and air pollution damaging health and causing millions of premature deaths from https://www.sciencedaily.com/release...1129122500.htm
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 209.750 #text - #story_text.hyphenate
Top 5 : 132.388 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.830 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 40.570 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 40.570 .modal-text - .modal-content.modal-content-custom
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.111 -> 27.668
Candid: 66.085 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.029 -> 64.139
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.029 -> 9.221
Candid: 80.770 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 80.770
Candid: 33.400 #story_source - #story_text.hyphenate.less-top-margin link density 0.494 -> 16.917
Candid: 46.970 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.970
Candid: 13.485 .right-tabs.clearfix - #citations link density 0.018 -> 13.245
Candid: -13.560 .related-summary - #related_releases link density 0.053 -> -12.838
Candid: -9.315 #related_releases - .col-md-6 link density 0.221 -> -7.255
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 80.770 #text - #story_text.hyphenate.less-top-margin
Top 5 : 64.139 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.970 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.668 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 16.917 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1129122452.htm in 0.5 seconds
Fetched https://www.sciencedaily.com/release...1129122450.htm in 0.717000 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122452.htm
Parsed https://www.sciencedaily.com/release...1129122455.htm in 0.5 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122455.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.080 -> 28.658
Candid: 95.575 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 94.301
Candid: 7.625 .col-md-8.col-md-push-4 - .row link density 0.013 -> 7.524
Candid: 147.180 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 147.180
Candid: 33.470 #story_source - #story_text.hyphenate.less-top-margin link density 0.304 -> 23.283
Candid: 49.730 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.730
Candid: 14.865 .right-tabs.clearfix - #citations link density 0.018 -> 14.592
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: -11.075 #related_releases - .col-md-6 link density 0.264 -> -8.157
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.434
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
https://www.sciencedaily.com/release...1129122455.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_45\181129122455.xhtml
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Fetching https://www.sciencedaily.com/release...1130175102.htm
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 147.180 #text - #story_text.hyphenate.less-top-margin
Top 5 : 94.301 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 49.730 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.658 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.283 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: New research could fine-tune the gene scissors CRISPR from https://www.sciencedaily.com/release...1129122455.htm
https://www.sciencedaily.com/release...1129122452.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_46\181129122452.xhtml
Fetching https://www.sciencedaily.com/release...1130175055.htm
Downloaded article: Discovering a new compound that illuminates the sulfur cycle from https://www.sciencedaily.com/release...1129122452.htm
Parsed https://www.sciencedaily.com/release...1129122450.htm in 0.5 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1129122445.htm in 0.679000 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122450.htm
Fetched https://www.sciencedaily.com/release...1129122448.htm in 0.822000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129122450.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_47\181129122450.xhtml
Fetching https://www.sciencedaily.com/release...1130153849.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Downloaded article: When it comes to using birth control, both intention and attitude matter from https://www.sciencedaily.com/release...1129122450.htm
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Fetched https://www.sciencedaily.com/release...1130175102.htm in 0.455000 seconds
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.080 -> 28.633
Candid: 35.800 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.800
Candid: 10.110 .col-md-8.col-md-push-4 - .row link density 0.014 -> 9.971
Candid: 35.800 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.800
Candid: 32.900 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.900
Candid: 91.775 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 90.425
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.090 -> 28.337
Candid: 141.270 #text - #story_text.hyphenate link density 0.000 -> 141.270
Candid: 33.440 #story_source - #story_text.hyphenate link density 0.253 -> 24.974
Candid: 56.110 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.017 -> 55.171
Candid: 46.040 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.040
Candid: 7.995 .col-md-8.col-md-push-4 - .row link density 0.017 -> 7.861
Candid: 13.020 .right-tabs.clearfix - #citations link density 0.020 -> 12.755
Candid: 67.210 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 67.210
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: 33.030 #story_source - #story_text.hyphenate.less-top-margin link density 0.256 -> 24.561
Candid: 52.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 52.000
Candid: -10.510 #related_releases - .col-md-6 link density 0.217 -> -8.232
Candid: 16.000 .right-tabs.clearfix - #citations link density 0.013 -> 15.791
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -15.230 .related-summary - #related_releases link density 0.044 -> -14.555
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -9.295 #related_releases - .col-md-6 link density 0.226 -> -7.194
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: -12.000 .related-summary - #related_releases link density 0.040 -> -11.522
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -16.350 .related-summary - #related_releases link density 0.047 -> -15.580
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Fetched https://www.sciencedaily.com/release...1130175055.htm in 0.443000 seconds
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Top 5 : 141.270 #text - #story_text.hyphenate
Top 5 : 90.425 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.040 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.800 .modal-text - .modal-content.modal-content-custom
Top 5 : 35.800 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 67.210 #text - #story_text.hyphenate.less-top-margin
Top 5 : 55.171 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 52.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.337 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.561 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.064 -> 29.139
Candid: 113.335 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 112.359
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.009 -> 8.427
Candid: 179.700 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 179.700
Candid: 32.970 #story_source - #story_text.hyphenate.less-top-margin link density 0.297 -> 23.168
Candid: 45.860 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.860
Candid: 12.930 .right-tabs.clearfix - #citations link density 0.021 -> 12.659
Candid: -16.110 .related-summary - #related_releases link density 0.042 -> -15.436
Candid: -9.035 #related_releases - .col-md-6 link density 0.234 -> -6.920
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: -11.010 .related-summary - #related_releases link density 0.040 -> -10.570
Parsed https://www.sciencedaily.com/release...1129122445.htm in 0.7 seconds
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Parsed https://www.sciencedaily.com/release...1129122448.htm in 0.6 seconds
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Processing images...
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122448.htm
Fetched https://www.sciencedaily.com/release...1130153849.htm in 0.471000 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.072 -> 28.903
Candid: 37.570 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.570
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 11.785 .col-md-8.col-md-push-4 - .row link density 0.008 -> 11.688
Candid: 37.570 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.570
Candid: 33.785 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.785
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122445.htm
Candid: 102.475 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.009 -> 101.535
Candid: 159.480 #text - #story_text.hyphenate link density 0.000 -> 159.480
Candid: 33.470 #story_source - #story_text.hyphenate link density 0.304 -> 23.283
Candid: 46.580 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.580
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 13.290 .right-tabs.clearfix - #citations link density 0.019 -> 13.040
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -16.250 .related-summary - #related_releases link density 0.045 -> -15.519
Candid: -11.660 #related_releases - .col-md-6 link density 0.278 -> -8.413
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 179.700 #text - #story_text.hyphenate.less-top-margin
Top 5 : 112.359 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.860 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.139 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.168 #story_source - #story_text.hyphenate.less-top-margin
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 159.480 #text - #story_text.hyphenate
Top 5 : 101.535 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.580 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.570 .modal-text - .modal-content.modal-content-custom
Top 5 : 37.570 #story_photo.hyphenate - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1129122448.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_48\181129122448.xhtml
Fetching https://www.sciencedaily.com/release...1130134403.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: Curry spice boosts exercise performance in mice with heart failure from https://www.sciencedaily.com/release...1129122448.htm
https://www.sciencedaily.com/release...1129122445.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_2\article_49\181129122445.xhtml
Fetching https://www.sciencedaily.com/release...1130120448.htm
Parsed https://www.sciencedaily.com/release...1130175102.htm in 0.8 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.083 -> 28.566
Candid: 37.850 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.850
Downloaded article: It's not a shock: Better bandage promotes powerful healing from https://www.sciencedaily.com/release...1129122445.htm
Candid: 12.425 .col-md-8.col-md-push-4 - .row link density 0.012 -> 12.278
Candid: 37.850 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.850
Candid: 33.925 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.925
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130175102.htm
Parsed https://www.sciencedaily.com/release...1130175055.htm in 0.8 seconds
Candid: 77.305 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.013 -> 76.292
Candid: 107.560 #text - #story_text.hyphenate link density 0.000 -> 107.560
Candid: 33.050 #story_source - #story_text.hyphenate link density 0.345 -> 21.663
Candid: 46.010 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.010
Candid: 13.005 .right-tabs.clearfix - #citations link density 0.020 -> 12.739
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -9.465 #related_releases - .col-md-6 link density 0.237 -> -7.220
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Processing images...
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130175055.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 107.560 #text - #story_text.hyphenate
Top 5 : 76.292 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.010 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.850 .modal-text - .modal-content.modal-content-custom
Top 5 : 37.850 #story_photo.hyphenate - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1130175102.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_0\181130175102.xhtml
Fetching https://www.sciencedaily.com/release...1130120439.htm
Downloaded article: A new light on significantly faster computer memory devices from https://www.sciencedaily.com/release...1130175102.htm
https://www.sciencedaily.com/release...1130175055.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_1\181130175055.xhtml
Fetching https://www.sciencedaily.com/release...1130111640.htm
Parsed https://www.sciencedaily.com/release...1130153849.htm in 0.7 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1130134403.htm in 0.452000 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153849.htm
Downloaded article: The future of fighting cancer: Zapping tumors in less than a second from https://www.sciencedaily.com/release...1130175055.htm
Fetched https://www.sciencedaily.com/release...1130120448.htm in 0.488000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1130153849.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_2\181130153849.xhtml
Fetching https://www.sciencedaily.com/release...1130111637.htm
Downloaded article: Greenhouse gas 'detergent' recycles itself in atmosphere from https://www.sciencedaily.com/release...1130153849.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.092 -> 28.267
Candid: 32.950 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.950
Candid: 9.935 .col-md-8.col-md-push-4 - .row link density 0.014 -> 9.796
Candid: 32.950 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.950
Candid: 31.475 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.475
Candid: 68.040 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 67.022
Candid: 89.040 #text - #story_text.hyphenate link density 0.000 -> 89.040
Candid: 33.200 #story_source - #story_text.hyphenate link density 0.164 -> 27.749
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: -16.080 .related-summary - #related_releases link density 0.041 -> -15.416
Candid: -11.145 #related_releases - .col-md-6 link density 0.241 -> -8.454
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -16.180 .related-summary - #related_releases link density 0.043 -> -15.480
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 89.040 #text - #story_text.hyphenate
Fetched https://www.sciencedaily.com/release...1130120439.htm in 0.447000 seconds
Top 5 : 67.022 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.950 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.950 .modal-text - .modal-content.modal-content-custom
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.103 -> 27.934
Fetched https://www.sciencedaily.com/release...1130111640.htm in 0.485000 seconds
Candid: 72.950 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.023 -> 71.239
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.023 -> 9.278
Candid: 94.640 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 94.640
Candid: 33.260 #story_source - #story_text.hyphenate.less-top-margin link density 0.443 -> 18.531
Candid: 46.640 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.640
Candid: 13.320 .right-tabs.clearfix - #citations link density 0.019 -> 13.072
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -11.050 #related_releases - .col-md-6 link density 0.255 -> -8.234
Candid: -15.480 .related-summary - #related_releases link density 0.051 -> -14.693
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -16.650 .related-summary - #related_releases link density 0.056 -> -15.719
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130134403.htm in 0.6 seconds
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 94.640 #text - #story_text.hyphenate.less-top-margin
Top 5 : 71.239 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.640 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.934 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 18.531 #story_source - #story_text.hyphenate.less-top-margin
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130134403.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetched https://www.sciencedaily.com/release...1130111637.htm in 0.528000 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.076 -> 28.780
Candid: 36.280 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.280
Candid: 14.140 .col-md-8.col-md-push-4 - .row link density 0.007 -> 14.040
Candid: 36.280 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.280
Candid: 33.140 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.140
Candid: 116.465 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.007 -> 115.611
Candid: 175.520 #text - #story_text.hyphenate link density 0.000 -> 175.520
Candid: 33.410 #story_source - #story_text.hyphenate link density 0.265 -> 24.573
Candid: 48.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.980
Candid: 14.490 .right-tabs.clearfix - #citations link density 0.021 -> 14.192
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.490
Candid: -9.025 #related_releases - .col-md-6 link density 0.298 -> -6.337
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.497
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Parsed https://www.sciencedaily.com/release...1130120448.htm in 0.7 seconds
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Processing images...
https://www.sciencedaily.com/release...1130134403.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_3\181130134403.xhtml
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.093 -> 28.249
Fetching https://www.sciencedaily.com/release...1130111611.htm
Candid: 32.370 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.370
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 9.095 .col-md-8.col-md-push-4 - .row link density 0.014 -> 8.963
Candid: 32.370 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.370
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120448.htm
Candid: 31.185 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.185
Candid: 67.155 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 66.150
Candid: 89.790 #text - #story_text.hyphenate link density 0.000 -> 89.790
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.235 -> 25.144
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 45.560 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.560
Candid: 12.780 .right-tabs.clearfix - #citations link density 0.022 -> 12.498
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: -10.515 #related_releases - .col-md-6 link density 0.217 -> -8.229
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.471
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 175.520 #text - #story_text.hyphenate
Top 5 : 115.611 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.280 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 36.280 .modal-text - .modal-content.modal-content-custom
Downloaded article: Force Push VR brings Jedi powers to life from https://www.sciencedaily.com/release...1130134403.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 89.790 #text - #story_text.hyphenate
Top 5 : 66.150 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.560 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.370 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.370 .modal-text - .modal-content.modal-content-custom
https://www.sciencedaily.com/release...1130120448.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_4\181130120448.xhtml
Downloaded article: How microscopic machines can fail in the blink of an eye from https://www.sciencedaily.com/release...1130120448.htm
Fetching https://www.sciencedaily.com/release...1130111605.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.184
Candid: 37.950 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.950
Candid: 12.475 .col-md-8.col-md-push-4 - .row link density 0.014 -> 12.295
Candid: 37.950 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.950
Candid: 33.975 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.975
Candid: 66.155 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 65.101
Candid: 85.290 #text - #story_text.hyphenate link density 0.000 -> 85.290
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.250 -> 24.765
Candid: 46.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.850
Candid: 13.425 .right-tabs.clearfix - #citations link density 0.018 -> 13.182
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -11.515 #related_releases - .col-md-6 link density 0.238 -> -8.778
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -16.020 .related-summary - #related_releases link density 0.041 -> -15.371
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Parsed https://www.sciencedaily.com/release...1130120439.htm in 0.8 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Processing images...
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120439.htm
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Parsed https://www.sciencedaily.com/release...1130111640.htm in 0.7 seconds
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 85.290 #text - #story_text.hyphenate
Top 5 : 65.101 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.850 .tab-content.tab-citations - .right-tabs.clearfix
Processing images...
Top 5 : 37.950 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 37.950 .modal-text - .modal-content.modal-content-custom
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111640.htm
https://www.sciencedaily.com/release...1130120439.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_5\181130120439.xhtml
Downloaded article: To image leaky atmosphere, NASA rocket team heads north from https://www.sciencedaily.com/release...1130120439.htm
Fetching https://www.sciencedaily.com/release...1130111557.htm
Parsed https://www.sciencedaily.com/release...1130111637.htm in 0.7 seconds
Fetched https://www.sciencedaily.com/release...1130111611.htm in 0.523000 seconds
Processing images...
https://www.sciencedaily.com/release...1130111640.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_6\181130111640.xhtml
Fetching https://www.sciencedaily.com/release...1130094318.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111637.htm
Downloaded article: Brilliant iron molecule could provide cheaper solar energy from https://www.sciencedaily.com/release...1130111640.htm
Fetched https://www.sciencedaily.com/release...1130111605.htm in 0.435000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1130111637.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_7\181130111637.xhtml
Fetching https://www.sciencedaily.com/release...1130094315.htm
Downloaded article: Great strides for carbon capture using earth-abundant elements as photocatalytic system from https://www.sciencedaily.com/release...1130111637.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.059 -> 29.300
Candid: 37.430 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.430
Candid: 10.455 .col-md-8.col-md-push-4 - .row link density 0.008 -> 10.368
Candid: 37.430 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.430
Candid: 33.715 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.715
Candid: 90.320 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.010 -> 89.454
Candid: 140.800 #text - #story_text.hyphenate link density 0.000 -> 140.800
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.235 -> 25.144
Candid: 46.490 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.490
Candid: 13.245 .right-tabs.clearfix - #citations link density 0.019 -> 12.993
Candid: -12.000 .related-summary - #related_releases link density 0.040 -> -11.522
Candid: -8.505 #related_releases - .col-md-6 link density 0.224 -> -6.600
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.490
Candid: -16.030 .related-summary - #related_releases link density 0.041 -> -15.380
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 140.800 #text - #story_text.hyphenate
Top 5 : 89.454 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.490 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.430 .modal-text - .modal-content.modal-content-custom
Top 5 : 37.430 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.068 -> 29.024
Candid: 95.940 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 94.709
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 8.391
Candid: 143.530 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 143.530
Candid: 34.350 #story_source - #story_text.hyphenate.less-top-margin link density 0.477 -> 17.982
Candid: 52.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 52.000
Candid: 16.000 .right-tabs.clearfix - #citations link density 0.012 -> 15.808
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: -10.980 #related_releases - .col-md-6 link density 0.244 -> -8.301
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetched https://www.sciencedaily.com/release...1130094318.htm in 0.404000 seconds
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 143.530 #text - #story_text.hyphenate.less-top-margin
Top 5 : 94.709 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 52.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.024 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 17.982 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1130111557.htm in 0.520000 seconds
Parsed https://www.sciencedaily.com/release...1130111611.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111611.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130111605.htm in 0.6 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111605.htm
Fetched https://www.sciencedaily.com/release...1130094315.htm in 0.486000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.088 -> 28.386
Candid: 39.270 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 39.270
Candid: 13.135 .col-md-8.col-md-push-4 - .row link density 0.013 -> 12.959
Candid: 39.270 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 39.270
Candid: 34.635 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.635
Candid: 56.960 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 55.988
Candid: 67.000 #text - #story_text.hyphenate link density 0.000 -> 67.000
Candid: 32.920 #story_source - #story_text.hyphenate link density 0.264 -> 24.224
Candid: 45.650 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.650
Candid: 12.825 .right-tabs.clearfix - #citations link density 0.022 -> 12.547
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -11.485 #related_releases - .col-md-6 link density 0.229 -> -8.856
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
https://www.sciencedaily.com/release...1130111611.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_8\181130111611.xhtml
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.116 -> 27.527
Candid: 51.640 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 50.681
Candid: 7.140 .col-md-8.col-md-push-4 - .row link density 0.019 -> 7.008
Fetching https://www.sciencedaily.com/release...1130094308.htm
Candid: 61.910 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 61.910
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 32.810 #story_source - #story_text.hyphenate.less-top-margin link density 0.179 -> 26.939
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 45.140 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.140
Downloaded article: Light triggers gold in unexpected way from https://www.sciencedaily.com/release...1130111611.htm
Candid: 12.570 .right-tabs.clearfix - #citations link density 0.024 -> 12.272
Candid: -15.350 .related-summary - #related_releases link density 0.047 -> -14.627
Candid: -10.750 #related_releases - .col-md-6 link density 0.240 -> -8.174
Candid: -15.090 .related-summary - #related_releases link density 0.042 -> -14.458
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -16.060 .related-summary - #related_releases link density 0.041 -> -15.400
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
https://www.sciencedaily.com/release...1130111605.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_9\181130111605.xhtml
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetching https://www.sciencedaily.com/release...1130090157.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 67.000 #text - #story_text.hyphenate
Top 5 : 55.988 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.650 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 39.270 .modal-text - .modal-content.modal-content-custom
Top 5 : 39.270 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 61.910 #text - #story_text.hyphenate.less-top-margin
Top 5 : 50.681 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.140 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.527 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.939 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: A new way to see stress -- using supercomputers from https://www.sciencedaily.com/release...1130111605.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.094 -> 28.212
Candid: 35.870 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.870
Candid: 11.935 .col-md-8.col-md-push-4 - .row link density 0.021 -> 11.687
Candid: 35.870 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.870
Candid: 32.935 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.935
Candid: 57.960 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.023 -> 56.619
Candid: 66.800 #text - #story_text.hyphenate link density 0.000 -> 66.800
Candid: 33.120 #story_source - #story_text.hyphenate link density 0.381 -> 20.503
Candid: 45.860 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.860
Candid: 12.930 .right-tabs.clearfix - #citations link density 0.021 -> 12.659
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -11.505 #related_releases - .col-md-6 link density 0.241 -> -8.731
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Parsed https://www.sciencedaily.com/release...1130094318.htm in 0.7 seconds
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Processing images...
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 66.800 #text - #story_text.hyphenate
Top 5 : 56.619 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.860 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.870 #story_photo.hyphenate - .col-md-8.col-md-push-4
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094318.htm
Top 5 : 35.870 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1130111557.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111557.htm
https://www.sciencedaily.com/release...1130094318.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_11\181130094318.xhtml
Fetching https://www.sciencedaily.com/release...1130090154.htm
Parsed https://www.sciencedaily.com/release...1130094315.htm in 0.6 seconds
Processing images...
https://www.sciencedaily.com/release...1130111557.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_10\181130111557.xhtml
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094315.htm
Downloaded article: Searching an artificial bee colony for real-world results from https://www.sciencedaily.com/release...1130094318.htm
Fetching https://www.sciencedaily.com/release...1130080355.htm
Downloaded article: The physics of extracting gas from shale formations from https://www.sciencedaily.com/release...1130111557.htm
Fetched https://www.sciencedaily.com/release...1130094308.htm in 0.526000 seconds
Fetched https://www.sciencedaily.com/release...1130090157.htm in 0.523000 seconds
https://www.sciencedaily.com/release...1130094315.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_12\181130094315.xhtml
Fetching https://www.sciencedaily.com/release...1130080349.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: Black hole 'donuts' are actually 'fountains' from https://www.sciencedaily.com/release...1130094315.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.064 -> 29.141
Candid: 37.000 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.000
Candid: 11.360 .col-md-8.col-md-push-4 - .row link density 0.010 -> 11.248
Candid: 37.000 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.000
Candid: 33.500 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.500
Candid: 91.390 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 90.376
Candid: 138.320 #text - #story_text.hyphenate link density 0.000 -> 138.320
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.328 -> 22.203
Candid: 46.340 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.340
Candid: 13.170 .right-tabs.clearfix - #citations link density 0.019 -> 12.914
Candid: -15.030 .related-summary - #related_releases link density 0.041 -> -14.421
Candid: -9.520 #related_releases - .col-md-6 link density 0.226 -> -7.365
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.072 -> 28.895
Candid: 36.180 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.180
Candid: 12.090 .col-md-8.col-md-push-4 - .row link density 0.011 -> 11.958
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 36.180 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.180
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 33.090 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.090
Candid: 69.485 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 68.670
Candid: 90.000 #text - #story_text.hyphenate link density 0.000 -> 90.000
Candid: 32.970 #story_source - #story_text.hyphenate link density 0.297 -> 23.168
Fetched https://www.sciencedaily.com/release...1130090154.htm in 0.410000 seconds
Candid: 46.370 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.370
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 13.185 .right-tabs.clearfix - #citations link density 0.019 -> 12.930
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: -10.035 #related_releases - .col-md-6 link density 0.194 -> -8.086
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 138.320 #text - #story_text.hyphenate
Top 5 : 90.376 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.340 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.000 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 37.000 .modal-text - .modal-content.modal-content-custom
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 90.000 #text - #story_text.hyphenate
Top 5 : 68.670 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.370 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.180 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.180 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1130080355.htm in 0.489000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130094308.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094308.htm
Fetched https://www.sciencedaily.com/release...1130080349.htm in 0.513000 seconds
Parsed https://www.sciencedaily.com/release...1130090157.htm in 0.6 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.055 -> 29.408
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130090157.htm
Candid: 43.770 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 43.770
Candid: 15.885 .col-md-8.col-md-push-4 - .row link density 0.010 -> 15.731
Candid: 43.770 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 43.770
Candid: 36.885 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 36.885
Candid: 93.955 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 92.835
Candid: 138.860 #text - #story_text.hyphenate link density 0.000 -> 138.860
Candid: 33.050 #story_source - #story_text.hyphenate link density 0.345 -> 21.663
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.012 -> 14.322
Candid: -17.250 .related-summary - #related_releases link density 0.089 -> -15.713
Candid: -12.120 #related_releases - .col-md-6 link density 0.264 -> -8.917
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
https://www.sciencedaily.com/release...1130094308.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_13\181130094308.xhtml
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 138.860 #text - #story_text.hyphenate
Top 5 : 92.835 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 43.770 .modal-text - .modal-content.modal-content-custom
Top 5 : 43.770 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetching https://www.sciencedaily.com/release...1129223426.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.090 -> 28.341
Candid: 36.240 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.240
Candid: 13.055 .col-md-8.col-md-push-4 - .row link density 0.013 -> 12.888
Candid: 36.240 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.240
Candid: 33.120 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.120
Downloaded article: Table-top experiment flips current understanding of solutal convection from https://www.sciencedaily.com/release...1130094308.htm
Removing unlikely candidate - .row.header - .container.white
Candid: 82.475 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 81.352
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 112.280 #text - #story_text.hyphenate link density 0.000 -> 112.280
https://www.sciencedaily.com/release...1130090157.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_14\181130090157.xhtml
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.930 #story_source - #story_text.hyphenate link density 0.187 -> 26.775
Candid: 45.680 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.680
Candid: 12.840 .right-tabs.clearfix - #citations link density 0.022 -> 12.563
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -9.990 #related_releases - .col-md-6 link density 0.227 -> -7.726
Fetching https://www.sciencedaily.com/release...1129153831.htm
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 112.280 #text - #story_text.hyphenate
Top 5 : 81.352 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.680 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.240 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.240 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: More sensitive MRI diagnostics thanks to innovative 'elastic' contrast media from https://www.sciencedaily.com/release...1130090157.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.087 -> 28.424
Candid: 39.110 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 39.110
Candid: 13.055 .col-md-8.col-md-push-4 - .row link density 0.015 -> 12.858
Candid: 39.110 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 39.110
Candid: 34.555 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.555
Candid: 104.405 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 102.730
Candid: 161.570 #text - #story_text.hyphenate link density 0.008 -> 160.275
Candid: 33.240 #story_source - #story_text.hyphenate link density 0.203 -> 26.496
Candid: 45.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.980
Candid: 12.990 .right-tabs.clearfix - #citations link density 0.021 -> 12.723
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -10.055 #related_releases - .col-md-6 link density 0.268 -> -7.362
Candid: -14.100 .related-summary - #related_releases link density 0.042 -> -13.513
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.393
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Parsed https://www.sciencedaily.com/release...1130090154.htm in 0.7 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Processing images...
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130090154.htm
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 160.275 #text - #story_text.hyphenate
Top 5 : 102.730 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 39.110 .modal-text - .modal-content.modal-content-custom
Top 5 : 39.110 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1130080355.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130080355.htm
https://www.sciencedaily.com/release...1130090154.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_15\181130090154.xhtml
Fetching https://www.sciencedaily.com/release...1129153826.htm
Parsed https://www.sciencedaily.com/release...1130080349.htm in 0.7 seconds
Downloaded article: Newly discovered supernova complicates origin story theories from https://www.sciencedaily.com/release...1130090154.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130080349.htm
https://www.sciencedaily.com/release...1130080355.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_16\181130080355.xhtml
Fetching https://www.sciencedaily.com/release...1129142414.htm
Fetched https://www.sciencedaily.com/release...1129223426.htm in 0.500000 seconds
Downloaded article: 'Sudoku' X-Ray uncovers movements within opaque materials from https://www.sciencedaily.com/release...1130080355.htm
https://www.sciencedaily.com/release...1130080349.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_17\181130080349.xhtml
Removing unlikely candidate - .row.header - .container.white
Fetching https://www.sciencedaily.com/release...1129142409.htm
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: Virtual reality could serve as powerful environmental education tool from https://www.sciencedaily.com/release...1130080349.htm
Fetched https://www.sciencedaily.com/release...1129153831.htm in 0.612000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.878
Candid: 69.515 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 68.458
Candid: 7.895 .col-md-8.col-md-push-4 - .row link density 0.015 -> 7.775
Candid: 94.580 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 94.580
Candid: 32.870 #story_source - #story_text.hyphenate.less-top-margin link density 0.228 -> 25.385
Candid: 46.220 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.220
Candid: 13.110 .right-tabs.clearfix - #citations link density 0.020 -> 12.850
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -9.060 #related_releases - .col-md-6 link density 0.233 -> -6.950
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 94.580 #text - #story_text.hyphenate.less-top-margin
Top 5 : 68.458 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.220 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.878 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 25.385 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129142414.htm in 0.374000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.100 -> 28.014
Candid: 69.315 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.030 -> 67.213
Candid: 7.580 .col-md-8.col-md-push-4 - .row link density 0.030 -> 7.351
Candid: 95.340 #text - #story_text.hyphenate.less-top-margin link density 0.019 -> 93.484
Parsed https://www.sciencedaily.com/release...1129223426.htm in 0.4 seconds
Candid: 32.970 #story_source - #story_text.hyphenate.less-top-margin link density 0.297 -> 23.168
Candid: 45.830 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.830
Candid: 12.915 .right-tabs.clearfix - #citations link density 0.021 -> 12.643
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -10.495 #related_releases - .col-md-6 link density 0.194 -> -8.458
Processing images...
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129223426.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 93.484 #text - #story_text.hyphenate.less-top-margin
Top 5 : 67.213 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.830 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.014 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.168 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129142409.htm in 0.488000 seconds
https://www.sciencedaily.com/release...1129223426.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_18\181129223426.xhtml
Fetching https://www.sciencedaily.com/release...1129142354.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.052 -> 29.505
Candid: 38.400 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.400
Candid: 11.775 .col-md-8.col-md-push-4 - .row link density 0.006 -> 11.699
Candid: 38.400 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.400
Candid: 34.200 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.200
Fetched https://www.sciencedaily.com/release...1129153826.htm in 0.805000 seconds
Candid: 126.935 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.007 -> 126.030
Candid: 210.660 #text - #story_text.hyphenate link density 0.000 -> 210.660
Candid: 32.910 #story_source - #story_text.hyphenate link density 0.257 -> 24.447
Candid: 54.380 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 54.380
Candid: 17.190 .right-tabs.clearfix - #citations link density 0.015 -> 16.934
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: -10.050 #related_releases - .col-md-6 link density 0.250 -> -7.538
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Parsed https://www.sciencedaily.com/release...1129153831.htm in 0.6 seconds
Downloaded article: The Wizard of Oz most 'influential' film of all time according to network science from https://www.sciencedaily.com/release...1129223426.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Processing images...
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129153831.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 210.660 #text - #story_text.hyphenate
Top 5 : 126.030 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 54.380 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.400 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.400 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.075 -> 28.795
Candid: 33.540 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 33.540
Candid: 12.770 .col-md-8.col-md-push-4 - .row link density 0.008 -> 12.668
Candid: 33.540 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 33.540
Candid: 31.770 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.770
Candid: 108.000 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.008 -> 107.089
https://www.sciencedaily.com/release...1129153831.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_19\181129153831.xhtml
Candid: 158.560 #text - #story_text.hyphenate link density 0.000 -> 158.560
Candid: 33.440 #story_source - #story_text.hyphenate link density 0.291 -> 23.704
Candid: 52.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 52.000
Candid: 16.000 .right-tabs.clearfix - #citations link density 0.013 -> 15.792
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Fetching https://www.sciencedaily.com/release...1129131039.htm
Candid: -9.550 #related_releases - .col-md-6 link density 0.272 -> -6.957
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.455
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Downloaded article: Insight into swimming fish could lead to robotics advances from https://www.sciencedaily.com/release...1129153831.htm
Parsed https://www.sciencedaily.com/release...1129142414.htm in 0.7 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.069 -> 28.979
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 118.385 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.010 -> 117.162
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 7.520 .col-md-8.col-md-push-4 - .row link density 0.010 -> 7.442
Candid: 193.270 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 193.270
Candid: 33.420 #story_source - #story_text.hyphenate.less-top-margin link density 0.269 -> 24.422
Candid: 48.680 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.680
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142414.htm
Candid: 14.340 .right-tabs.clearfix - #citations link density 0.014 -> 14.134
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -11.795 #related_releases - .col-md-6 link density 0.269 -> -8.619
Candid: -16.590 .related-summary - #related_releases link density 0.054 -> -15.691
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 158.560 #text - #story_text.hyphenate
Top 5 : 107.089 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 52.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 33.540 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 33.540 .modal-text - .modal-content.modal-content-custom
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 193.270 #text - #story_text.hyphenate.less-top-margin
Top 5 : 117.162 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.680 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.979 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.422 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1129142354.htm in 0.551000 seconds
https://www.sciencedaily.com/release...1129142414.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_21\181129142414.xhtml
Fetching https://www.sciencedaily.com/release...1129131036.htm
Parsed https://www.sciencedaily.com/release...1129142409.htm in 0.7 seconds
Processing images...
Downloaded article: All of the starlight ever produced by the observable universe measured from https://www.sciencedaily.com/release...1129142414.htm
Parsed https://www.sciencedaily.com/release...1129153826.htm in 0.7 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142409.htm
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129153826.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.190
Candid: 38.250 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.250
Candid: 11.130 .col-md-8.col-md-push-4 - .row link density 0.014 -> 10.976
Candid: 38.250 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.250
Candid: 34.125 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.125
Candid: 85.530 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 84.238
Candid: 129.600 #text - #story_text.hyphenate link density 0.000 -> 129.600
Candid: 33.440 #story_source - #story_text.hyphenate link density 0.253 -> 24.974
Candid: 46.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.850
Candid: 13.425 .right-tabs.clearfix - #citations link density 0.018 -> 13.182
Candid: -16.360 .related-summary - #related_releases link density 0.047 -> -15.585
Candid: -9.675 #related_releases - .col-md-6 link density 0.303 -> -6.744
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.471
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
https://www.sciencedaily.com/release...1129142409.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_22\181129142409.xhtml
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetching https://www.sciencedaily.com/release...1129122455.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 129.600 #text - #story_text.hyphenate
Top 5 : 84.238 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.850 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.250 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.250 .modal-text - .modal-content.modal-content-custom
https://www.sciencedaily.com/release...1129153826.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_20\181129153826.xhtml
Downloaded article: With these nanoparticles, a simple urine test could diagnose bacterial pneumonia from https://www.sciencedaily.com/release...1129142409.htm
Downloaded article: Scientists find a way to enhance the performance of quantum computers from https://www.sciencedaily.com/release...1129153826.htm
Fetching https://www.sciencedaily.com/release...1129122445.htm
Fetched https://www.sciencedaily.com/release...1129131039.htm in 0.586000 seconds
Parsed https://www.sciencedaily.com/release...1129142354.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142354.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129142354.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_23\181129142354.xhtml
Fetching https://www.sciencedaily.com/release...1129122443.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.073 -> 28.875
Candid: 37.800 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.800
Candid: 12.190 .col-md-8.col-md-push-4 - .row link density 0.012 -> 12.039
Candid: 37.800 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.800
Candid: 33.900 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.900
Candid: 87.390 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.013 -> 86.211
Candid: 128.520 #text - #story_text.hyphenate link density 0.000 -> 128.520
Candid: 33.100 #story_source - #story_text.hyphenate link density 0.371 -> 20.821
Candid: 48.700 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.700
Candid: 14.350 .right-tabs.clearfix - #citations link density 0.014 -> 14.145
Candid: -15.030 .related-summary - #related_releases link density 0.041 -> -14.421
Candid: -9.790 #related_releases - .col-md-6 link density 0.254 -> -7.307
Candid: -15.520 .related-summary - #related_releases link density 0.052 -> -14.717
Candid: -16.030 .related-summary - #related_releases link density 0.041 -> -15.380
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.482
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Downloaded article: Switching identities: Revolutionary insulator-like material also conducts electricity from https://www.sciencedaily.com/release...1129142354.htm
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Fetched https://www.sciencedaily.com/release...1129122455.htm in 0.370000 seconds
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 128.520 #text - #story_text.hyphenate
Top 5 : 86.211 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.700 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.800 .modal-text - .modal-content.modal-content-custom
Top 5 : 37.800 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1129122445.htm in 0.390000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129131039.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129131039.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Removing unlikely candidate - .row.header - .container.white
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.111 -> 27.668
Candid: 66.085 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.029 -> 64.139
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.029 -> 9.221
Candid: 80.770 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 80.770
Candid: 33.400 #story_source - #story_text.hyphenate.less-top-margin link density 0.494 -> 16.917
Candid: 46.970 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.970
Candid: 13.485 .right-tabs.clearfix - #citations link density 0.018 -> 13.245
Candid: -13.560 .related-summary - #related_releases link density 0.053 -> -12.838
Fetched https://www.sciencedaily.com/release...1129131036.htm in 0.852000 seconds
Candid: -9.315 #related_releases - .col-md-6 link density 0.221 -> -7.255
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
https://www.sciencedaily.com/release...1129131039.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_24\181129131039.xhtml
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Fetching https://www.sciencedaily.com/release...1129114121.htm
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Top 5 : 80.770 #text - #story_text.hyphenate.less-top-margin
Top 5 : 64.139 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.970 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.668 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 16.917 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: What happens when materials take tiny hits from https://www.sciencedaily.com/release...1129131039.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.080 -> 28.633
Candid: 35.800 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.800
Candid: 10.110 .col-md-8.col-md-push-4 - .row link density 0.014 -> 9.971
Candid: 35.800 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.800
Candid: 32.900 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.900
Candid: 91.775 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 90.425
Candid: 141.270 #text - #story_text.hyphenate link density 0.000 -> 141.270
Candid: 33.440 #story_source - #story_text.hyphenate link density 0.253 -> 24.974
Candid: 46.040 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.040
Candid: 13.020 .right-tabs.clearfix - #citations link density 0.020 -> 12.755
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -10.510 #related_releases - .col-md-6 link density 0.217 -> -8.232
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Removing unlikely candidate - .row.header - .container.white
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 141.270 #text - #story_text.hyphenate
Top 5 : 90.425 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.040 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.800 .modal-text - .modal-content.modal-content-custom
Top 5 : 35.800 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1129122455.htm in 0.6 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.089 -> 28.367
Candid: 32.820 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.820
Candid: 9.125 .col-md-8.col-md-push-4 - .row link density 0.022 -> 8.929
Candid: 32.820 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.820
Candid: 31.410 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.410
Candid: 74.385 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.023 -> 72.708
Candid: 104.660 #text - #story_text.hyphenate link density 0.000 -> 104.660
Candid: 33.250 #story_source - #story_text.hyphenate link density 0.439 -> 18.658
Candid: 47.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.000
Candid: 13.500 .right-tabs.clearfix - #citations link density 0.018 -> 13.261
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.350
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122455.htm
Candid: -10.465 #related_releases - .col-md-6 link density 0.200 -> -8.376
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.383
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Fetched https://www.sciencedaily.com/release...1129122443.htm in 0.738000 seconds
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 104.660 #text - #story_text.hyphenate
Top 5 : 72.708 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 47.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.820 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.820 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1129122445.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122445.htm
https://www.sciencedaily.com/release...1129122455.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_26\181129122455.xhtml
Downloaded article: New research could fine-tune the gene scissors CRISPR from https://www.sciencedaily.com/release...1129122455.htm
Fetching https://www.sciencedaily.com/release...1129114119.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129131036.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129131036.htm
https://www.sciencedaily.com/release...1129122445.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_27\181129122445.xhtml
Fetching https://www.sciencedaily.com/release...1129110147.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.089 -> 28.374
Candid: 82.765 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 81.472
Candid: 7.460 .col-md-8.col-md-push-4 - .row link density 0.016 -> 7.344
Candid: 122.740 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 122.740
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.284 -> 23.579
Candid: 45.320 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.320
Candid: 12.660 .right-tabs.clearfix - #citations link density 0.023 -> 12.369
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: -10.495 #related_releases - .col-md-6 link density 0.223 -> -8.156
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Downloaded article: It's not a shock: Better bandage promotes powerful healing from https://www.sciencedaily.com/release...1129122445.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 122.740 #text - #story_text.hyphenate.less-top-margin
Top 5 : 81.472 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.320 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.374 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.579 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1129131036.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_25\181129131036.xhtml
Fetching https://www.sciencedaily.com/release...1129110139.htm
Fetched https://www.sciencedaily.com/release...1129114121.htm in 0.727000 seconds
Downloaded article: Artificial magnetic field produces exotic behavior in graphene sheets from https://www.sciencedaily.com/release...1129131036.htm
Parsed https://www.sciencedaily.com/release...1129122443.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122443.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129114119.htm in 0.461000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.091 -> 28.315
Candid: 38.420 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.420
Candid: 12.590 .col-md-8.col-md-push-4 - .row link density 0.018 -> 12.369
Candid: 38.420 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.420
Candid: 34.210 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.210
Candid: 79.050 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.019 -> 77.527
Candid: 111.500 #text - #story_text.hyphenate link density 0.011 -> 110.257
Candid: 33.080 #story_source - #story_text.hyphenate link density 0.361 -> 21.150
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.013 -> 14.310
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: -10.530 #related_releases - .col-md-6 link density 0.243 -> -7.976
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
https://www.sciencedaily.com/release...1129122443.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_28\181129122443.xhtml
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetching https://www.sciencedaily.com/release...1129103512.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Downloaded article: Revealing hidden information in sound waves from https://www.sciencedaily.com/release...1129122443.htm
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetched https://www.sciencedaily.com/release...1129110147.htm in 0.465000 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 110.257 #text - #story_text.hyphenate
Top 5 : 77.527 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.420 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.420 .modal-text - .modal-content.modal-content-custom
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.064 -> 29.127
Candid: 43.890 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 43.890
Candid: 15.190 .col-md-8.col-md-push-4 - .row link density 0.011 -> 15.026
Candid: 43.890 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 43.890
Candid: 36.945 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 36.945
Candid: 77.910 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 76.802
Candid: 109.790 #text - #story_text.hyphenate link density 0.000 -> 109.790
Candid: 33.050 #story_source - #story_text.hyphenate link density 0.345 -> 21.663
Candid: 46.610 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.610
Candid: 13.305 .right-tabs.clearfix - #citations link density 0.019 -> 13.056
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -9.525 #related_releases - .col-md-6 link density 0.232 -> -7.312
Candid: -12.000 .related-summary - #related_releases link density 0.040 -> -11.522
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Parsed https://www.sciencedaily.com/release...1129114121.htm in 0.5 seconds
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Processing images...
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 109.790 #text - #story_text.hyphenate
Top 5 : 76.802 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.610 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 43.890 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 43.890 .modal-text - .modal-content.modal-content-custom
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129114121.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.079 -> 28.676
Candid: 33.700 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 33.700
Candid: 11.350 .col-md-8.col-md-push-4 - .row link density 0.016 -> 11.170
Candid: 33.700 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 33.700
Candid: 31.850 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.850
Candid: 85.505 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 84.043
Candid: 119.890 #text - #story_text.hyphenate link density 0.000 -> 119.890
Candid: 33.120 #story_source - #story_text.hyphenate link density 0.381 -> 20.503
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.013 -> 14.306
Candid: -16.030 .related-summary - #related_releases link density 0.041 -> -15.380
Candid: -10.480 #related_releases - .col-md-6 link density 0.220 -> -8.170
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -12.980 .related-summary - #related_releases link density 0.040 -> -12.465
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetched https://www.sciencedaily.com/release...1129110139.htm in 0.694000 seconds
https://www.sciencedaily.com/release...1129114121.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_29\181129114121.xhtml
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Fetching https://www.sciencedaily.com/release...1129103506.htm
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Downloaded article: Making it easier to transform freeform 2D sketching into 3D Models from https://www.sciencedaily.com/release...1129114121.htm
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 119.890 #text - #story_text.hyphenate
Top 5 : 84.043 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 33.700 .modal-text - .modal-content.modal-content-custom
Top 5 : 33.700 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1129114119.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129114119.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129114119.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_30\181129114119.xhtml
Parsed https://www.sciencedaily.com/release...1129110147.htm in 0.6 seconds
Fetching https://www.sciencedaily.com/release...1129103502.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129110147.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.103 -> 27.918
Candid: 71.720 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 70.378
Candid: 8.420 .col-md-8.col-md-push-4 - .row link density 0.019 -> 8.263
Candid: 96.580 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 96.580
Candid: 33.180 #story_source - #story_text.hyphenate.less-top-margin link density 0.409 -> 19.606
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Downloaded article: Hubble uncovers thousands of globular star clusters scattered among galaxies from https://www.sciencedaily.com/release...1129114119.htm
Candid: -10.980 #related_releases - .col-md-6 link density 0.261 -> -8.117
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.357
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetched https://www.sciencedaily.com/release...1129103512.htm in 0.750000 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 96.580 #text - #story_text.hyphenate.less-top-margin
Top 5 : 70.378 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.918 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 19.606 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1129110147.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_31\181129110147.xhtml
Downloaded article: Gas clouds whirling around black hole form heart of distant astronomical object from https://www.sciencedaily.com/release...1129110147.htm
Fetching https://www.sciencedaily.com/release...1129100036.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129103506.htm in 0.527000 seconds
Parsed https://www.sciencedaily.com/release...1129110139.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129110139.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.107 -> 27.803
Candid: 35.450 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.450
Candid: 10.015 .col-md-8.col-md-push-4 - .row link density 0.017 -> 9.846
Candid: 35.450 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.450
Candid: 32.725 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.725
Candid: 76.460 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.018 -> 75.075
Candid: 110.730 #text - #story_text.hyphenate link density 0.000 -> 110.730
Candid: 33.030 #story_source - #story_text.hyphenate link density 0.333 -> 22.020
Candid: 45.350 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.350
Candid: 12.675 .right-tabs.clearfix - #citations link density 0.023 -> 12.385
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -8.565 #related_releases - .col-md-6 link density 0.276 -> -6.200
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.478
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -14.090 .related-summary - #related_releases link density 0.041 -> -13.506
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 110.730 #text - #story_text.hyphenate
Top 5 : 75.075 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.350 .tab-content.tab-citations - .right-tabs.clearfix
Removing unlikely candidate - .row.header - .container.white
Top 5 : 35.450 #story_photo.hyphenate - .col-md-8.col-md-push-4
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Top 5 : 35.450 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129110139.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_32\181129110139.xhtml
Fetching https://www.sciencedaily.com/release...1129100033.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.098 -> 28.093
Candid: 35.600 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.600
Candid: 10.330 .col-md-8.col-md-push-4 - .row link density 0.016 -> 10.167
Candid: 35.600 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.600
Candid: 32.800 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.800
Candid: 70.205 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 69.004
Candid: 97.320 #text - #story_text.hyphenate link density 0.000 -> 97.320
Candid: 32.970 #story_source - #story_text.hyphenate link density 0.297 -> 23.168
Candid: 45.410 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.410
Candid: 12.705 .right-tabs.clearfix - #citations link density 0.023 -> 12.418
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Downloaded article: An important step towards completely secure quantum communication networks from https://www.sciencedaily.com/release...1129110139.htm
Candid: -8.065 #related_releases - .col-md-6 link density 0.233 -> -6.183
Candid: -13.050 .related-summary - #related_releases link density 0.041 -> -12.519
Candid: -13.030 .related-summary - #related_releases link density 0.040 -> -12.504
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Parsed https://www.sciencedaily.com/release...1129103512.htm in 0.5 seconds
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Processing images...
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 97.320 #text - #story_text.hyphenate
Top 5 : 69.004 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.410 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.600 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.600 .modal-text - .modal-content.modal-content-custom
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129103512.htm
Fetched https://www.sciencedaily.com/release...1129100036.htm in 0.508000 seconds
Fetched https://www.sciencedaily.com/release...1129103502.htm in 0.747000 seconds
https://www.sciencedaily.com/release...1129103512.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_33\181129103512.xhtml
Fetching https://www.sciencedaily.com/release...1129100027.htm
Parsed https://www.sciencedaily.com/release...1129103506.htm in 0.6 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129103506.htm
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: Safer and cheaper 3D medical imaging from https://www.sciencedaily.com/release...1129103512.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.124 -> 27.280
Candid: 35.120 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.120
Candid: 9.340 .col-md-8.col-md-push-4 - .row link density 0.020 -> 9.156
Candid: 35.120 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.120
Candid: 32.560 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.560
Candid: 62.590 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.021 -> 61.265
Candid: 84.980 #text - #story_text.hyphenate link density 0.000 -> 84.980
Candid: 33.080 #story_source - #story_text.hyphenate link density 0.287 -> 23.590
Candid: 45.650 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.650
Candid: 12.825 .right-tabs.clearfix - #citations link density 0.022 -> 12.547
Candid: -11.970 .related-summary - #related_releases link density 0.039 -> -11.500
Candid: -7.460 #related_releases - .col-md-6 link density 0.263 -> -5.501
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.066 -> 29.079
Candid: 38.040 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.040
https://www.sciencedaily.com/release...1129103506.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_34\181129103506.xhtml
Candid: 13.020 .col-md-8.col-md-push-4 - .row link density 0.009 -> 12.900
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 38.040 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.040
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 34.020 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.020
Candid: 92.920 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.010 -> 91.999
Fetching https://www.sciencedaily.com/release...1129100026.htm
Candid: 136.750 #text - #story_text.hyphenate link density 0.000 -> 136.750
Candid: 33.090 #story_source - #story_text.hyphenate link density 0.366 -> 20.984
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 46.040 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.040
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 13.020 .right-tabs.clearfix - #citations link density 0.020 -> 12.755
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: -11.660 #related_releases - .col-md-6 link density 0.273 -> -8.477
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: -16.330 .related-summary - #related_releases link density 0.047 -> -15.565
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 84.980 #text - #story_text.hyphenate
Top 5 : 61.265 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.650 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.120 .modal-text - .modal-content.modal-content-custom
Top 5 : 35.120 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 136.750 #text - #story_text.hyphenate
Top 5 : 91.999 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.040 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.040 .modal-text - .modal-content.modal-content-custom
Top 5 : 38.040 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: A new way to create Saturn's radiation belts from https://www.sciencedaily.com/release...1129103506.htm
Parsed https://www.sciencedaily.com/release...1129100036.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100036.htm
Parsed https://www.sciencedaily.com/release...1129103502.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129103502.htm
Fetched https://www.sciencedaily.com/release...1129100033.htm in 0.817000 seconds
https://www.sciencedaily.com/release...1129100036.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_36\181129100036.xhtml
Fetching https://www.sciencedaily.com/release...1129085527.htm
https://www.sciencedaily.com/release...1129103502.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_35\181129103502.xhtml
Downloaded article: New catalyst produces cheap hydrogen fuel from https://www.sciencedaily.com/release...1129100036.htm
Downloaded article: High-contrast imaging for cancer therapy with protons from https://www.sciencedaily.com/release...1129103502.htm
Fetching https://www.sciencedaily.com/release...1129084721.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129100027.htm in 0.645000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.072 -> 28.897
Candid: 36.950 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.950
Candid: 15.975 .col-md-8.col-md-push-4 - .row link density 0.011 -> 15.803
Candid: 36.950 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.950
Candid: 33.475 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.475
Candid: 67.510 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 66.695
Candid: 72.000 #text - #story_text.hyphenate link density 0.000 -> 72.000
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.250 -> 24.765
Candid: 46.670 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.670
Candid: 13.335 .right-tabs.clearfix - #citations link density 0.019 -> 13.088
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -9.510 #related_releases - .col-md-6 link density 0.185 -> -7.752
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.511
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 72.000 #text - #story_text.hyphenate
Top 5 : 66.695 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.670 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.950 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 36.950 .modal-text - .modal-content.modal-content-custom
Fetched https://www.sciencedaily.com/release...1129100026.htm in 0.586000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.084 -> 28.517
Candid: 35.000 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.000
Candid: 10.000 .col-md-8.col-md-push-4 - .row link density 0.009 -> 9.905
Candid: 35.000 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.000
Candid: 32.500 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.500
Candid: 62.440 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 61.694
Candid: 82.000 #text - #story_text.hyphenate link density 0.000 -> 82.000
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.235 -> 25.144
Candid: 46.040 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.040
Candid: 13.020 .right-tabs.clearfix - #citations link density 0.020 -> 12.755
Candid: -16.150 .related-summary - #related_releases link density 0.043 -> -15.461
Candid: -11.055 #related_releases - .col-md-6 link density 0.266 -> -8.110
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Parsed https://www.sciencedaily.com/release...1129100033.htm in 0.4 seconds
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Processing images...
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 82.000 #text - #story_text.hyphenate
Top 5 : 61.694 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.040 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.000 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.000 .modal-text - .modal-content.modal-content-custom
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100033.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.133 -> 27.004
Candid: 35.580 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.580
Candid: 11.480 .col-md-8.col-md-push-4 - .row link density 0.024 -> 11.202
Candid: 35.580 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.580
Candid: 32.790 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.790
Candid: 63.145 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.027 -> 61.451
Candid: 78.340 #text - #story_text.hyphenate link density 0.000 -> 78.340
Candid: 33.190 #story_source - #story_text.hyphenate link density 0.414 -> 19.465
Candid: 48.050 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.050
Candid: 14.025 .right-tabs.clearfix - #citations link density 0.015 -> 13.808
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -10.525 #related_releases - .col-md-6 link density 0.269 -> -7.696
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.387
Candid: -13.060 .related-summary - #related_releases link density 0.041 -> -12.526
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
https://www.sciencedaily.com/release...1129100033.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_37\181129100033.xhtml
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Downloaded article: New study reveals common table salt may have been crucial for the origins of life from https://www.sciencedaily.com/release...1129100033.htm
Fetching https://www.sciencedaily.com/release...1129084718.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Parsed https://www.sciencedaily.com/release...1129100027.htm in 0.5 seconds
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Processing images...
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 78.340 #text - #story_text.hyphenate
Top 5 : 61.451 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.050 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.580 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.580 .modal-text - .modal-content.modal-content-custom
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100027.htm
https://www.sciencedaily.com/release...1129100027.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_38\181129100027.xhtml
Parsed https://www.sciencedaily.com/release...1129100026.htm in 0.5 seconds
Fetched https://www.sciencedaily.com/release...1129085527.htm in 0.732000 seconds
Fetching https://www.sciencedaily.com/release...1129084713.htm
Processing images...
Downloaded article: Big results from small solutions: New method for analyzing metalloproteins from https://www.sciencedaily.com/release...1129100027.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100026.htm
Fetched https://www.sciencedaily.com/release...1129084721.htm in 0.802000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129100026.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_39\181129100026.xhtml
Fetching https://www.sciencedaily.com/release...1128182149.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Downloaded article: Tool for speedy diagnosis of bacterial infections from https://www.sciencedaily.com/release...1129100026.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.098 -> 28.072
Candid: 33.670 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 33.670
Candid: 9.835 .col-md-8.col-md-push-4 - .row link density 0.020 -> 9.638
Candid: 33.670 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 33.670
Candid: 31.835 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.835
Candid: 53.100 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.022 -> 51.941
Candid: 60.000 #text - #story_text.hyphenate link density 0.000 -> 60.000
Candid: 34.200 #story_source - #story_text.hyphenate link density 0.418 -> 19.907
Candid: 50.300 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.300
Candid: 15.150 .right-tabs.clearfix - #citations link density 0.017 -> 14.892
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -8.980 #related_releases - .col-md-6 link density 0.244 -> -6.793
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 60.000 #text - #story_text.hyphenate
Top 5 : 51.941 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 50.300 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 33.670 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 33.670 .modal-text - .modal-content.modal-content-custom
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.088 -> 28.402
Candid: 32.760 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.760
Candid: 8.815 .col-md-8.col-md-push-4 - .row link density 0.010 -> 8.725
Candid: 32.760 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.760
Candid: 31.380 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.380
Candid: 83.005 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 82.116
Candid: 123.390 #text - #story_text.hyphenate link density 0.000 -> 123.390
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.147 -> 28.045
Candid: 47.960 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.960
Candid: 13.980 .right-tabs.clearfix - #citations link density 0.016 -> 13.761
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -9.535 #related_releases - .col-md-6 link density 0.244 -> -7.209
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
Candid: -12.000 .related-summary - #related_releases link density 0.040 -> -11.522
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 123.390 #text - #story_text.hyphenate
Top 5 : 82.116 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 47.960 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.760 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.760 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1129085527.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129085527.htm
Parsed https://www.sciencedaily.com/release...1129084721.htm in 0.4 seconds
Processing images...
https://www.sciencedaily.com/release...1129085527.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_40\181129085527.xhtml
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129084721.htm
Fetched https://www.sciencedaily.com/release...1129084718.htm in 0.670000 seconds
Fetching https://www.sciencedaily.com/release...1128154009.htm
Downloaded article: Interfacial electronic state improving hydrogen storage capacity in Pd-MOF materials from https://www.sciencedaily.com/release...1129085527.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129084721.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_41\181129084721.xhtml
Downloaded article: Study unlocks full potential of 'supermaterial' graphene from https://www.sciencedaily.com/release...1129084721.htm
Fetching https://www.sciencedaily.com/release...1128153953.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.114 -> 27.581
Candid: 36.370 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.370
Candid: 12.185 .col-md-8.col-md-push-4 - .row link density 0.014 -> 12.020
Candid: 36.370 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.370
Candid: 33.185 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.185
Candid: 59.385 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 58.512
Candid: 70.000 #text - #story_text.hyphenate link density 0.000 -> 70.000
Candid: 32.770 #story_source - #story_text.hyphenate link density 0.143 -> 28.089
Candid: 45.050 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.050
Candid: 12.525 .right-tabs.clearfix - #citations link density 0.024 -> 12.223
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -8.995 #related_releases - .col-md-6 link density 0.273 -> -6.535
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.495
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetched https://www.sciencedaily.com/release...1129084713.htm in 0.676000 seconds
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 70.000 #text - #story_text.hyphenate
Top 5 : 58.512 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.050 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.370 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 36.370 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129084718.htm in 0.3 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129084718.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.081 -> 28.624
Candid: 32.640 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.640
Candid: 9.820 .col-md-8.col-md-push-4 - .row link density 0.011 -> 9.716
Candid: 32.640 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.640
Candid: 31.320 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.320
Candid: 86.380 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 85.436
Candid: 124.590 #text - #story_text.hyphenate link density 0.000 -> 124.590
Candid: 34.170 #story_source - #story_text.hyphenate link density 0.336 -> 22.693
Candid: 51.740 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.740
Candid: 15.870 .right-tabs.clearfix - #citations link density 0.014 -> 15.644
Candid: -9.010 .related-summary - #related_releases link density 0.040 -> -8.648
Candid: -7.005 #related_releases - .col-md-6 link density 0.235 -> -5.358
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.370
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetched https://www.sciencedaily.com/release...1128182149.htm in 0.760000 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 124.590 #text - #story_text.hyphenate
Top 5 : 85.436 #story_text.hyphenate - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1129084718.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_42\181129084718.xhtml
Top 5 : 51.740 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.640 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.640 .modal-text - .modal-content.modal-content-custom
Fetching https://www.sciencedaily.com/release...1128141856.htm
Downloaded article: A prosthetic arm that decodes phantom limb movements from https://www.sciencedaily.com/release...1129084718.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1128154009.htm in 0.610000 seconds
Parsed https://www.sciencedaily.com/release...1129084713.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129084713.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.089 -> 28.374
Candid: 39.440 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 39.440
Candid: 14.220 .col-md-8.col-md-push-4 - .row link density 0.012 -> 14.053
Candid: 39.440 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 39.440
Candid: 34.720 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.720
Candid: 74.340 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.013 -> 73.363
Candid: 97.600 #text - #story_text.hyphenate link density 0.000 -> 97.600
Candid: 33.080 #story_source - #story_text.hyphenate link density 0.361 -> 21.150
Candid: 49.790 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.790
Candid: 14.895 .right-tabs.clearfix - #citations link density 0.018 -> 14.623
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: -10.035 #related_releases - .col-md-6 link density 0.218 -> -7.843
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
https://www.sciencedaily.com/release...1129084713.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_43\181129084713.xhtml
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 97.600 #text - #story_text.hyphenate
Top 5 : 73.363 #story_text.hyphenate - .col-md-8.col-md-push-4
Fetching https://www.sciencedaily.com/release...1128141839.htm
Top 5 : 49.790 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 39.440 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 39.440 .modal-text - .modal-content.modal-content-custom
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetched https://www.sciencedaily.com/release...1128153953.htm in 0.696000 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.098 -> 28.077
Candid: 39.160 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 39.160
Downloaded article: Reproducing paintings that make an impression from https://www.sciencedaily.com/release...1129084713.htm
Candid: 12.035 .col-md-8.col-md-push-4 - .row link density 0.018 -> 11.823
Candid: 39.160 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 39.160
Candid: 34.580 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.580
Candid: 65.725 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.021 -> 64.374
Candid: 88.560 #text - #story_text.hyphenate link density 0.000 -> 88.560
Candid: 33.070 #story_source - #story_text.hyphenate link density 0.355 -> 21.318
Candid: 48.410 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.410
Candid: 14.205 .right-tabs.clearfix - #citations link density 0.015 -> 13.994
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -11.530 #related_releases - .col-md-6 link density 0.235 -> -8.825
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 88.560 #text - #story_text.hyphenate
Top 5 : 64.374 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.410 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 39.160 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 39.160 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1128182149.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128182149.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1128154009.htm in 0.5 seconds
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.115 -> 27.545
Candid: 63.340 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 62.148
https://www.sciencedaily.com/release...1128182149.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_44\181128182149.xhtml
Candid: 7.500 .col-md-8.col-md-push-4 - .row link density 0.019 -> 7.359
Candid: 83.640 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 83.640
Candid: 33.040 #story_source - #story_text.hyphenate.less-top-margin link density 0.339 -> 21.840
Candid: 46.820 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.820
Candid: 13.410 .right-tabs.clearfix - #citations link density 0.018 -> 13.167
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Fetching https://www.sciencedaily.com/release...1128141833.htm
Candid: -8.995 #related_releases - .col-md-6 link density 0.247 -> -6.775
Candid: -12.970 .related-summary - #related_releases link density 0.040 -> -12.456
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.509
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128154009.htm
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Downloaded article: To replicate physical objects for virtual reality, just turn on your smartphone from https://www.sciencedaily.com/release...1128182149.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 83.640 #text - #story_text.hyphenate.less-top-margin
Top 5 : 62.148 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.820 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.545 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 21.840 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1128141856.htm in 0.744000 seconds
https://www.sciencedaily.com/release...1128154009.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_45\181128154009.xhtml
Downloaded article: Innate 'fingerprint' could detect tampered steel parts from https://www.sciencedaily.com/release...1128154009.htm
Fetching https://www.sciencedaily.com/release...1201120614.htm
Parsed https://www.sciencedaily.com/release...1128153953.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128153953.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.454
Candid: 33.530 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 33.530
Candid: 9.005 .col-md-8.col-md-push-4 - .row link density 0.012 -> 8.895
Candid: 33.530 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 33.530
Candid: 31.765 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.765
Candid: 95.640 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.013 -> 94.430
Candid: 149.380 #text - #story_text.hyphenate link density 0.000 -> 149.380
Candid: 32.940 #story_source - #story_text.hyphenate link density 0.278 -> 23.790
Candid: 45.710 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.710
Candid: 12.855 .right-tabs.clearfix - #citations link density 0.021 -> 12.579
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Candid: -11.030 #related_releases - .col-md-6 link density 0.277 -> -7.977
Candid: -16.060 .related-summary - #related_releases link density 0.041 -> -15.400
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.419
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.387
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
https://www.sciencedaily.com/release...1128153953.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_46\181128153953.xhtml
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetched https://www.sciencedaily.com/release...1128141839.htm in 0.696000 seconds
Fetching https://www.sciencedaily.com/release...1130175058.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 149.380 #text - #story_text.hyphenate
Top 5 : 94.430 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.710 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 33.530 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 33.530 .modal-text - .modal-content.modal-content-custom
Downloaded article: Virtual library of 1 million new macrolide scaffolds could help speed drug discovery from https://www.sciencedaily.com/release...1128153953.htm
Fetched https://www.sciencedaily.com/release...1128141833.htm in 0.472000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1128141856.htm in 0.5 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128141856.htm
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.078 -> 28.698
Candid: 36.340 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.340
Candid: 10.570 .col-md-8.col-md-push-4 - .row link density 0.017 -> 10.392
Candid: 36.340 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.340
Candid: 33.170 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.170
Candid: 78.405 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.018 -> 77.027
Candid: 113.600 #text - #story_text.hyphenate link density 0.000 -> 113.600
Candid: 33.610 #story_source - #story_text.hyphenate link density 0.320 -> 22.855
Candid: 45.800 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.800
Removing unlikely candidate - .row.header - .container.white
Candid: 12.900 .right-tabs.clearfix - #citations link density 0.021 -> 12.627
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: -10.570 #related_releases - .col-md-6 link density 0.267 -> -7.750
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -14.130 .related-summary - #related_releases link density 0.042 -> -13.533
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetched https://www.sciencedaily.com/release...1201120614.htm in 0.592000 seconds
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 113.600 #text - #story_text.hyphenate
Top 5 : 77.027 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.800 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.340 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.340 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.448
Candid: 35.820 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.820
Candid: 11.910 .col-md-8.col-md-push-4 - .row link density 0.016 -> 11.723
Candid: 35.820 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.820
Candid: 32.910 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.910
https://www.sciencedaily.com/release...1128141856.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_47\181128141856.xhtml
Candid: 82.570 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 81.135
Candid: 115.880 #text - #story_text.hyphenate link density 0.000 -> 115.880
Candid: 33.260 #story_source - #story_text.hyphenate link density 0.443 -> 18.531
Downloaded article: US groundwater in peril: Potable supply less than thought from https://www.sciencedaily.com/release...1128141856.htm
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Fetching https://www.sciencedaily.com/release...1130153849.htm
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.475
Candid: -8.505 #related_releases - .col-md-6 link density 0.268 -> -6.229
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -12.980 .related-summary - #related_releases link density 0.039 -> -12.468
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 115.880 #text - #story_text.hyphenate
Top 5 : 81.135 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.820 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.820 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1128141839.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128141839.htm
Fetched https://www.sciencedaily.com/release...1130175058.htm in 0.678000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.092 -> 28.258
Candid: 35.810 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.810
Candid: 10.405 .col-md-8.col-md-push-4 - .row link density 0.014 -> 10.257
Candid: 35.810 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.810
Candid: 32.905 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.905
Candid: 58.570 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 57.656
Candid: 73.000 #text - #story_text.hyphenate link density 0.000 -> 73.000
Candid: 34.140 #story_source - #story_text.hyphenate link density 0.320 -> 23.205
Candid: 50.160 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.160
Candid: 15.080 .right-tabs.clearfix - #citations link density 0.017 -> 14.819
Candid: -16.340 .related-summary - #related_releases link density 0.047 -> -15.570
Candid: -9.690 #related_releases - .col-md-6 link density 0.287 -> -6.910
Candid: -12.980 .related-summary - #related_releases link density 0.039 -> -12.468
Candid: -14.060 .related-summary - #related_releases link density 0.041 -> -13.485
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Parsed https://www.sciencedaily.com/release...1128141833.htm in 0.7 seconds
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Processing images...
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 73.000 #text - #story_text.hyphenate
Top 5 : 57.656 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 50.160 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.810 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.810 .modal-text - .modal-content.modal-content-custom
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128141833.htm
https://www.sciencedaily.com/release...1128141839.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_48\181128141839.xhtml
Downloaded article: 'Mini-placentas' could provide a model for early pregnancy from https://www.sciencedaily.com/release...1128141839.htm
Fetching https://www.sciencedaily.com/release...1130153841.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1130153849.htm in 0.507000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.094 -> 28.208
Candid: 37.880 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.880
Candid: 10.750 .col-md-8.col-md-push-4 - .row link density 0.024 -> 10.488
Candid: 37.880 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.880
Candid: 33.940 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.940
Candid: 66.060 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.027 -> 64.300
Parsed https://www.sciencedaily.com/release...1201120614.htm in 0.7 seconds
Candid: 91.460 #text - #story_text.hyphenate link density 0.000 -> 91.460
Candid: 33.420 #story_source - #story_text.hyphenate link density 0.500 -> 16.710
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Processing images...
Candid: -9.995 #related_releases - .col-md-6 link density 0.240 -> -7.592
https://www.sciencedaily.com/release...1128141833.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_3\article_49\181128141833.xhtml
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetching https://www.sciencedaily.com/release...1130120442.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1201120614.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Downloaded article: Atomic clocks now keep time well enough to improve models of Earth from https://www.sciencedaily.com/release...1128141833.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 91.460 #text - #story_text.hyphenate
Top 5 : 64.300 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.880 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 37.880 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1201120614.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_0\181201120614.xhtml
Fetching https://www.sciencedaily.com/release...1130120439.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Downloaded article: Snowpack declines may stunt tree growth and forests' ability to store carbon emissions from https://www.sciencedaily.com/release...1201120614.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.083 -> 28.566
Candid: 37.850 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.850
Candid: 12.425 .col-md-8.col-md-push-4 - .row link density 0.012 -> 12.278
Candid: 37.850 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.850
Candid: 33.925 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.925
Candid: 77.305 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.013 -> 76.292
Candid: 107.560 #text - #story_text.hyphenate link density 0.000 -> 107.560
Candid: 33.050 #story_source - #story_text.hyphenate link density 0.345 -> 21.663
Parsed https://www.sciencedaily.com/release...1130175058.htm in 0.6 seconds
Candid: 46.010 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.010
Candid: 13.005 .right-tabs.clearfix - #citations link density 0.020 -> 12.739
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -9.465 #related_releases - .col-md-6 link density 0.237 -> -7.220
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Processing images...
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130175058.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 107.560 #text - #story_text.hyphenate
Top 5 : 76.292 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.010 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.850 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 37.850 .modal-text - .modal-content.modal-content-custom
Fetched https://www.sciencedaily.com/release...1130153841.htm in 0.503000 seconds
https://www.sciencedaily.com/release...1130175058.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_1\181130175058.xhtml
Fetching https://www.sciencedaily.com/release...1130111640.htm
Fetched https://www.sciencedaily.com/release...1130120442.htm in 0.431000 seconds
Downloaded article: New approach to assess sustainability of reef fish from https://www.sciencedaily.com/release...1130175058.htm
Parsed https://www.sciencedaily.com/release...1130153849.htm in 0.6 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153849.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.046 -> 29.702
Candid: 46.540 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 46.540
Candid: 16.025 .col-md-8.col-md-push-4 - .row link density 0.007 -> 15.913
Candid: 46.540 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 46.540
Candid: 38.270 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 38.270
Candid: 117.945 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.009 -> 116.931
Candid: 191.910 #text - #story_text.hyphenate link density 0.000 -> 191.910
Candid: 32.960 #story_source - #story_text.hyphenate link density 0.291 -> 23.372
Candid: 46.130 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.130
Candid: 13.065 .right-tabs.clearfix - #citations link density 0.020 -> 12.802
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.457
Candid: -9.565 #related_releases - .col-md-6 link density 0.220 -> -7.460
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: -14.080 .related-summary - #related_releases link density 0.041 -> -13.496
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.077 -> 28.725
Candid: 84.285 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 83.172
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 8.388
Candid: 121.530 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 121.530
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 33.040 #story_source - #story_text.hyphenate.less-top-margin link density 0.339 -> 21.840
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 48.080 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.080
Candid: 14.040 .right-tabs.clearfix - #citations link density 0.015 -> 13.823
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
https://www.sciencedaily.com/release...1130153849.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_2\181130153849.xhtml
Candid: -8.460 #related_releases - .col-md-6 link density 0.221 -> -6.590
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: -12.980 .related-summary - #related_releases link density 0.040 -> -12.465
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Fetching https://www.sciencedaily.com/release...1130111637.htm
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Fetched https://www.sciencedaily.com/release...1130120439.htm in 0.612000 seconds
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Top 5 : 191.910 #text - #story_text.hyphenate
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Top 5 : 116.931 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.540 .modal-text - .modal-content.modal-content-custom
Top 5 : 46.540 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.130 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Downloaded article: Greenhouse gas 'detergent' recycles itself in atmosphere from https://www.sciencedaily.com/release...1130153849.htm
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 121.530 #text - #story_text.hyphenate.less-top-margin
Top 5 : 83.172 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.080 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.725 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 21.840 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1130111640.htm in 0.472000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130153841.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153841.htm
Parsed https://www.sciencedaily.com/release...1130120442.htm in 0.7 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120442.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.076 -> 28.780
Candid: 36.280 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.280
Candid: 14.140 .col-md-8.col-md-push-4 - .row link density 0.007 -> 14.040
Candid: 36.280 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.280
Candid: 33.140 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.140
Candid: 116.465 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.007 -> 115.611
Candid: 175.520 #text - #story_text.hyphenate link density 0.000 -> 175.520
Candid: 33.410 #story_source - #story_text.hyphenate link density 0.265 -> 24.573
Candid: 48.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.980
Candid: 14.490 .right-tabs.clearfix - #citations link density 0.021 -> 14.192
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.490
Candid: -9.025 #related_releases - .col-md-6 link density 0.298 -> -6.337
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.497
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.093 -> 28.249
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 32.370 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.370
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 9.095 .col-md-8.col-md-push-4 - .row link density 0.014 -> 8.963
https://www.sciencedaily.com/release...1130120442.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_4\181130120442.xhtml
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 32.370 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.370
Candid: 31.185 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.185
https://www.sciencedaily.com/release...1130153841.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_3\181130153841.xhtml
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 67.155 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 66.150
Fetched https://www.sciencedaily.com/release...1130111637.htm in 0.519000 seconds
Candid: 89.790 #text - #story_text.hyphenate link density 0.000 -> 89.790
Fetching https://www.sciencedaily.com/release...1130111632.htm
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.235 -> 25.144
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 45.560 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.560
Fetching https://www.sciencedaily.com/release...1130111626.htm
Top 5 : 175.520 #text - #story_text.hyphenate
Candid: 12.780 .right-tabs.clearfix - #citations link density 0.022 -> 12.498
Top 5 : 115.611 #story_text.hyphenate - .col-md-8.col-md-push-4
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Top 5 : 48.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.280 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.280 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: -10.515 #related_releases - .col-md-6 link density 0.217 -> -8.229
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.471
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Downloaded article: Researchers alleviate Schizophrenia symptoms in new mouse models from https://www.sciencedaily.com/release...1130120442.htm
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Downloaded article: Scientists reveal substantial water loss in global landlocked regions from https://www.sciencedaily.com/release...1130153841.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 89.790 #text - #story_text.hyphenate
Top 5 : 66.150 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.560 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.370 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.370 #story_photo.hyphenate - .col-md-8.col-md-push-4
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130120439.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120439.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.184
Candid: 37.950 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.950
Candid: 12.475 .col-md-8.col-md-push-4 - .row link density 0.014 -> 12.295
Candid: 37.950 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.950
Candid: 33.975 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.975
Candid: 66.155 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 65.101
Candid: 85.290 #text - #story_text.hyphenate link density 0.000 -> 85.290
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.250 -> 24.765
Parsed https://www.sciencedaily.com/release...1130111640.htm in 0.7 seconds
Candid: 46.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.850
Candid: 13.425 .right-tabs.clearfix - #citations link density 0.018 -> 13.182
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -11.515 #related_releases - .col-md-6 link density 0.238 -> -8.778
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Processing images...
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -16.020 .related-summary - #related_releases link density 0.041 -> -15.371
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111640.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 85.290 #text - #story_text.hyphenate
Top 5 : 65.101 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.850 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.950 .modal-text - .modal-content.modal-content-custom
Top 5 : 37.950 #story_photo.hyphenate - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1130120439.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_5\181130120439.xhtml
Fetching https://www.sciencedaily.com/release...1130111621.htm
Downloaded article: To image leaky atmosphere, NASA rocket team heads north from https://www.sciencedaily.com/release...1130120439.htm
Fetched https://www.sciencedaily.com/release...1130111632.htm in 0.468000 seconds
https://www.sciencedaily.com/release...1130111640.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_6\181130111640.xhtml
Fetching https://www.sciencedaily.com/release...1130111618.htm
Fetched https://www.sciencedaily.com/release...1130111626.htm in 0.524000 seconds
Downloaded article: Brilliant iron molecule could provide cheaper solar energy from https://www.sciencedaily.com/release...1130111640.htm
Parsed https://www.sciencedaily.com/release...1130111637.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111637.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.107 -> 27.789
Candid: 34.240 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.240
Candid: 11.120 .col-md-8.col-md-push-4 - .row link density 0.017 -> 10.927
Candid: 34.240 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.240
Candid: 32.120 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.120
Candid: 57.900 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.019 -> 56.798
Candid: 66.850 #text - #story_text.hyphenate link density 0.000 -> 66.850
Candid: 32.950 #story_source - #story_text.hyphenate link density 0.284 -> 23.579
Candid: 46.070 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.070
Candid: 13.035 .right-tabs.clearfix - #citations link density 0.020 -> 12.771
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: -11.480 #related_releases - .col-md-6 link density 0.261 -> -8.486
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -15.030 .related-summary - #related_releases link density 0.041 -> -14.421
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.112 -> 27.648
Candid: 62.950 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 61.830
Candid: 7.005 .col-md-8.col-md-push-4 - .row link density 0.018 -> 6.881
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 84.910 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 84.910
https://www.sciencedaily.com/release...1130111637.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_7\181130111637.xhtml
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.970 #story_source - #story_text.hyphenate.less-top-margin link density 0.297 -> 23.168
Candid: 50.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.000
Candid: 15.000 .right-tabs.clearfix - #citations link density 0.018 -> 14.734
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Fetching https://www.sciencedaily.com/release...1130094306.htm
Candid: -10.045 #related_releases - .col-md-6 link density 0.273 -> -7.302
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.455
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Downloaded article: Great strides for carbon capture using earth-abundant elements as photocatalytic system from https://www.sciencedaily.com/release...1130111637.htm
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Fetched https://www.sciencedaily.com/release...1130111621.htm in 0.453000 seconds
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 66.850 #text - #story_text.hyphenate
Top 5 : 56.798 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.070 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.240 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.240 .modal-text - .modal-content.modal-content-custom
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 84.910 #text - #story_text.hyphenate.less-top-margin
Top 5 : 61.830 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 50.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.648 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.168 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1130111618.htm in 0.538000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130111632.htm in 0.6 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1130111626.htm in 0.6 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111632.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111626.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.102 -> 27.964
Candid: 81.190 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 80.014
Candid: 7.050 .col-md-8.col-md-push-4 - .row link density 0.014 -> 6.948
Candid: 121.250 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 121.250
Candid: 32.930 #story_source - #story_text.hyphenate.less-top-margin link density 0.187 -> 26.775
Candid: 45.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.980
Candid: 12.990 .right-tabs.clearfix - #citations link density 0.021 -> 12.723
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -8.080 #related_releases - .col-md-6 link density 0.278 -> -5.834
Candid: -12.080 .related-summary - #related_releases link density 0.041 -> -11.581
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: -15.090 .related-summary - #related_releases link density 0.042 -> -14.461
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
https://www.sciencedaily.com/release...1130111632.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_8\181130111632.xhtml
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Fetching https://www.sciencedaily.com/release...1130090201.htm
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 121.250 #text - #story_text.hyphenate.less-top-margin
Top 5 : 80.014 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.964 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.775 #story_source - #story_text.hyphenate.less-top-margin
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
https://www.sciencedaily.com/release...1130111626.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_9\181130111626.xhtml
Downloaded article: A bastard seal from the past reveals the potential for human hybrids from https://www.sciencedaily.com/release...1130111632.htm
Downloaded article: More than 6,000 antibiotic resistance genes discovered in the bacteria that inhabit the human gut from https://www.sciencedaily.com/release...1130111626.htm
Fetching https://www.sciencedaily.com/release...1130080349.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.078 -> 28.718
Candid: 88.660 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 87.461
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 8.385
Candid: 130.300 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 130.300
Candid: 33.020 #story_source - #story_text.hyphenate.less-top-margin link density 0.328 -> 22.203
Candid: 45.680 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.680
Candid: 12.840 .right-tabs.clearfix - #citations link density 0.022 -> 12.563
Candid: -11.990 .related-summary - #related_releases link density 0.040 -> -11.513
Candid: -8.985 #related_releases - .col-md-6 link density 0.211 -> -7.089
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Fetched https://www.sciencedaily.com/release...1130094306.htm in 0.564000 seconds
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 130.300 #text - #story_text.hyphenate.less-top-margin
Top 5 : 87.461 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.680 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.718 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.203 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1130111621.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111621.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1130111618.htm in 0.6 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111618.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.131 -> 27.041
Candid: 60.445 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 59.525
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.015 -> 8.371
Candid: 74.010 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 74.010
Candid: 32.880 #story_source - #story_text.hyphenate.less-top-margin link density 0.147 -> 28.045
Candid: 45.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.980
Candid: 12.990 .right-tabs.clearfix - #citations link density 0.021 -> 12.723
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.482
Candid: -9.495 #related_releases - .col-md-6 link density 0.257 -> -7.053
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
https://www.sciencedaily.com/release...1130111621.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_10\181130111621.xhtml
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetching https://www.sciencedaily.com/release...1129175009.htm
Downloaded article: Planting more hedgerows and trees could help bees thrive once again from https://www.sciencedaily.com/release...1130111621.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 74.010 #text - #story_text.hyphenate.less-top-margin
Top 5 : 59.525 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.045 #story_source - #story_text.hyphenate.less-top-margin
Top 5 : 27.041 .col-sm-8.main.less-padding-right.hyphenate - .row
Fetched https://www.sciencedaily.com/release...1130090201.htm in 0.508000 seconds
https://www.sciencedaily.com/release...1130111618.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_11\181130111618.xhtml
Downloaded article: New research questions fish stocking obligations from https://www.sciencedaily.com/release...1130111618.htm
Fetching https://www.sciencedaily.com/release...1129153840.htm
Fetched https://www.sciencedaily.com/release...1130080349.htm in 0.531000 seconds
Parsed https://www.sciencedaily.com/release...1130094306.htm in 0.6 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094306.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.078 -> 28.696
Candid: 86.745 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.012 -> 85.662
Candid: 8.000 .col-md-8.col-md-push-4 - .row link density 0.012 -> 7.900
Candid: 128.540 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 128.540
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.284 -> 23.579
Candid: 46.100 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.100
Candid: 13.050 .right-tabs.clearfix - #citations link density 0.020 -> 12.787
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -10.570 #related_releases - .col-md-6 link density 0.253 -> -7.898
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -16.060 .related-summary - #related_releases link density 0.041 -> -15.403
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
https://www.sciencedaily.com/release...1130094306.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_12\181130094306.xhtml
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Fetching https://www.sciencedaily.com/release...1129153834.htm
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.087 -> 28.424
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 39.110 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 39.110
Top 5 : 128.540 #text - #story_text.hyphenate.less-top-margin
Top 5 : 85.662 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.100 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 13.055 .col-md-8.col-md-push-4 - .row link density 0.015 -> 12.858
Top 5 : 28.696 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: 39.110 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 39.110
Top 5 : 23.579 #story_source - #story_text.hyphenate.less-top-margin
Candid: 34.555 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.555
Candid: 104.405 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 102.730
Candid: 161.570 #text - #story_text.hyphenate link density 0.008 -> 160.275
Candid: 33.240 #story_source - #story_text.hyphenate link density 0.203 -> 26.496
Candid: 45.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.980
Candid: 12.990 .right-tabs.clearfix - #citations link density 0.021 -> 12.723
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -10.055 #related_releases - .col-md-6 link density 0.268 -> -7.362
Candid: -14.100 .related-summary - #related_releases link density 0.042 -> -13.513
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.393
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 160.275 #text - #story_text.hyphenate
Top 5 : 102.730 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 39.110 .modal-text - .modal-content.modal-content-custom
Top 5 : 39.110 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: Historical climate important for soil responses to future climate change from https://www.sciencedaily.com/release...1130094306.htm
Parsed https://www.sciencedaily.com/release...1130090201.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130090201.htm
Parsed https://www.sciencedaily.com/release...1130080349.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130080349.htm
https://www.sciencedaily.com/release...1130090201.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_13\181130090201.xhtml
Downloaded article: Focus on resistance to HIV offers insight into how to fight the virus from https://www.sciencedaily.com/release...1130090201.htm
Fetching https://www.sciencedaily.com/release...1129153831.htm
Fetched https://www.sciencedaily.com/release...1129153840.htm in 0.522000 seconds
https://www.sciencedaily.com/release...1130080349.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_14\181130080349.xhtml
Fetching https://www.sciencedaily.com/release...1129142450.htm
Downloaded article: Virtual reality could serve as powerful environmental education tool from https://www.sciencedaily.com/release...1130080349.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.084 -> 28.535
Candid: 36.650 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.650
Candid: 13.325 .col-md-8.col-md-push-4 - .row link density 0.016 -> 13.118
Candid: 36.650 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.650
Candid: 33.325 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.325
Candid: 75.580 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 74.315
Candid: 98.100 #text - #story_text.hyphenate link density 0.000 -> 98.100
Candid: 33.060 #story_source - #story_text.hyphenate link density 0.350 -> 21.489
Candid: 48.740 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.740
Candid: 14.370 .right-tabs.clearfix - #citations link density 0.014 -> 14.166
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
Candid: -9.020 #related_releases - .col-md-6 link density 0.259 -> -6.688
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.458
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.497
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 98.100 #text - #story_text.hyphenate
Top 5 : 74.315 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.740 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.650 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.650 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1129175009.htm in 0.851000 seconds
Fetched https://www.sciencedaily.com/release...1129153831.htm in 0.243000 seconds
Parsed https://www.sciencedaily.com/release...1129153840.htm in 0.4 seconds
Removing unlikely candidate - .row.header - .container.white
Processing images...
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129153840.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.082 -> 28.567
Candid: 40.740 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 40.740
Candid: 13.870 .col-md-8.col-md-push-4 - .row link density 0.015 -> 13.662
Candid: 40.740 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 40.740
Candid: 35.370 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 35.370
Candid: 70.085 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 68.896
Candid: 93.140 #text - #story_text.hyphenate link density 0.000 -> 93.140
Candid: 33.030 #story_source - #story_text.hyphenate link density 0.333 -> 22.020
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -9.005 #related_releases - .col-md-6 link density 0.224 -> -6.988
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: -14.070 .related-summary - #related_releases link density 0.041 -> -13.492
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.100 -> 28.014
Candid: 69.315 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.030 -> 67.213
Candid: 7.580 .col-md-8.col-md-push-4 - .row link density 0.030 -> 7.351
Candid: 95.340 #text - #story_text.hyphenate.less-top-margin link density 0.019 -> 93.484
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 32.970 #story_source - #story_text.hyphenate.less-top-margin link density 0.297 -> 23.168
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 45.830 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.830
Candid: 12.915 .right-tabs.clearfix - #citations link density 0.021 -> 12.643
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -10.495 #related_releases - .col-md-6 link density 0.194 -> -8.458
https://www.sciencedaily.com/release...1129153840.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_16\181129153840.xhtml
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetching https://www.sciencedaily.com/release...1129142447.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Top 5 : 93.140 #text - #story_text.hyphenate
Top 5 : 68.896 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 40.740 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 40.740 .modal-text - .modal-content.modal-content-custom
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Fetched https://www.sciencedaily.com/release...1129153834.htm in 0.851000 seconds
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 93.484 #text - #story_text.hyphenate.less-top-margin
Top 5 : 67.213 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.830 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.014 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.168 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: Quirky glacial behavior explained from https://www.sciencedaily.com/release...1129153840.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129175009.htm in 0.6 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1129153831.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129175009.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129153831.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.070 -> 28.953
Candid: 34.220 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.220
Candid: 9.855 .col-md-8.col-md-push-4 - .row link density 0.017 -> 9.688
Candid: 34.220 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.220
Candid: 32.110 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.110
Fetched https://www.sciencedaily.com/release...1129142450.htm in 0.808000 seconds
Candid: 88.285 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.018 -> 86.664
Candid: 131.460 #text - #story_text.hyphenate link density 0.000 -> 131.460
Candid: 34.130 #story_source - #story_text.hyphenate link density 0.386 -> 20.962
Candid: 50.120 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.120
Candid: 15.060 .right-tabs.clearfix - #citations link density 0.017 -> 14.798
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -9.255 #related_releases - .col-md-6 link density 0.223 -> -7.188
Candid: -15.430 .related-summary - #related_releases link density 0.049 -> -14.671
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.457
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.482
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
https://www.sciencedaily.com/release...1129175009.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_15\181129175009.xhtml
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
https://www.sciencedaily.com/release...1129153831.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_18\181129153831.xhtml
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Downloaded article: How the devil ray got its horns from https://www.sciencedaily.com/release...1129175009.htm
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Downloaded article: Insight into swimming fish could lead to robotics advances from https://www.sciencedaily.com/release...1129153831.htm
Fetching https://www.sciencedaily.com/release...1129142435.htm
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Fetching https://www.sciencedaily.com/release...1129142426.htm
Top 5 : 131.460 #text - #story_text.hyphenate
Top 5 : 86.664 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 50.120 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.220 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.220 .modal-text - .modal-content.modal-content-custom
Fetched https://www.sciencedaily.com/release...1129142447.htm in 0.517000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.172
Parsed https://www.sciencedaily.com/release...1129153834.htm in 0.6 seconds
Candid: 32.280 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.280
Candid: 8.480 .col-md-8.col-md-push-4 - .row link density 0.017 -> 8.337
Candid: 32.280 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.280
Candid: 31.140 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.140
Candid: 75.765 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 74.452
Processing images...
Candid: 109.040 #text - #story_text.hyphenate link density 0.000 -> 109.040
Candid: 33.130 #story_source - #story_text.hyphenate link density 0.315 -> 22.695
Candid: 46.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.850
Candid: 13.425 .right-tabs.clearfix - #citations link density 0.018 -> 13.182
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -8.980 #related_releases - .col-md-6 link density 0.258 -> -6.665
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.495
Removing unlikely candidate - .row.header - .container.white
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129153834.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 109.040 #text - #story_text.hyphenate
Top 5 : 74.452 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.850 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.280 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.280 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.878
Candid: 32.310 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.310
Candid: 10.655 .col-md-8.col-md-push-4 - .row link density 0.011 -> 10.540
Candid: 32.310 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.310
Candid: 31.155 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.155
Candid: 65.660 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 64.930
Candid: 80.550 #text - #story_text.hyphenate link density 0.000 -> 80.550
Candid: 32.770 #story_source - #story_text.hyphenate link density 0.143 -> 28.089
Candid: 50.330 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.330
Candid: 15.165 .right-tabs.clearfix - #citations link density 0.017 -> 14.908
Candid: -15.310 .related-summary - #related_releases link density 0.046 -> -14.603
Candid: -10.160 #related_releases - .col-md-6 link density 0.318 -> -6.927
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
https://www.sciencedaily.com/release...1129153834.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_17\181129153834.xhtml
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetching https://www.sciencedaily.com/release...1129142423.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 80.550 #text - #story_text.hyphenate
Top 5 : 64.930 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 50.330 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.310 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.310 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: New tools illuminate mechanisms behind overlooked cellular components' critical roles from https://www.sciencedaily.com/release...1129153834.htm
Parsed https://www.sciencedaily.com/release...1129142450.htm in 0.6 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1129142435.htm in 0.467000 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142450.htm
Parsed https://www.sciencedaily.com/release...1129142447.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142447.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1129142450.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_19\181129142450.xhtml
Fetching https://www.sciencedaily.com/release...1129142412.htm
Downloaded article: Mammal-like milk provisioning and parental care discovered in jumping spider from https://www.sciencedaily.com/release...1129142450.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.112 -> 27.638
https://www.sciencedaily.com/release...1129142447.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_20\181129142447.xhtml
Candid: 54.465 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 53.642
Candid: 8.295 .col-md-8.col-md-push-4 - .row link density 0.015 -> 8.170
Candid: 62.980 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 62.980
Candid: 32.770 #story_source - #story_text.hyphenate.less-top-margin link density 0.044 -> 31.330
Candid: 44.810 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 44.810
Fetching https://www.sciencedaily.com/release...1129142409.htm
Candid: 12.405 .right-tabs.clearfix - #citations link density 0.025 -> 12.092
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.468
Candid: -8.050 #related_releases - .col-md-6 link density 0.229 -> -6.204
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: -14.070 .related-summary - #related_releases link density 0.041 -> -13.492
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetched https://www.sciencedaily.com/release...1129142426.htm in 0.789000 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Fetched https://www.sciencedaily.com/release...1129142423.htm in 0.436000 seconds
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Downloaded article: Toolbox for studying the existence of animal cultures from https://www.sciencedaily.com/release...1129142447.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 62.980 #text - #story_text.hyphenate.less-top-margin
Top 5 : 53.642 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 44.810 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 31.330 #story_source - #story_text.hyphenate.less-top-margin
Top 5 : 27.638 .col-sm-8.main.less-padding-right.hyphenate - .row
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129142435.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142435.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.091 -> 28.310
Candid: 32.310 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.310
Candid: 10.625 .col-md-8.col-md-push-4 - .row link density 0.014 -> 10.479
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 32.310 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.310
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 31.155 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.155
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 80.275 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 79.147
Candid: 109.540 #text - #story_text.hyphenate link density 0.000 -> 109.540
Candid: 33.130 #story_source - #story_text.hyphenate link density 0.315 -> 22.695
Candid: 46.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.850
Candid: 13.425 .right-tabs.clearfix - #citations link density 0.018 -> 13.182
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.052 -> 29.504
Candid: 43.000 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 43.000
Candid: -7.955 #related_releases - .col-md-6 link density 0.262 -> -5.871
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.458
Candid: 16.000 .col-md-8.col-md-push-4 - .row link density 0.006 -> 15.898
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: 43.000 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 43.000
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.475
Candid: 36.500 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 36.500
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 101.420 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.008 -> 100.650
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 152.000 #text - #story_text.hyphenate link density 0.000 -> 152.000
Candid: 32.840 #story_source - #story_text.hyphenate link density 0.204 -> 26.138
Candid: 48.960 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.960
Candid: 14.480 .right-tabs.clearfix - #citations link density 0.014 -> 14.282
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.393
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: -9.540 #related_releases - .col-md-6 link density 0.238 -> -7.269
Fetched https://www.sciencedaily.com/release...1129142412.htm in 0.461000 seconds
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -14.030 .related-summary - #related_releases link density 0.041 -> -13.461
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
https://www.sciencedaily.com/release...1129142435.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_21\181129142435.xhtml
Downloaded article: Soil compound fights chronic wasting disease from https://www.sciencedaily.com/release...1129142435.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Fetching https://www.sciencedaily.com/release...1129142407.htm
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Fetched https://www.sciencedaily.com/release...1129142409.htm in 0.479000 seconds
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 109.540 #text - #story_text.hyphenate
Top 5 : 79.147 #story_text.hyphenate - .col-md-8.col-md-push-4
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Top 5 : 46.850 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.310 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.310 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 152.000 #text - #story_text.hyphenate
Top 5 : 100.650 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.960 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 43.000 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 43.000 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1129142426.htm in 0.7 seconds
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.116
Candid: 68.295 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.008 -> 67.782
Candid: 7.500 .col-md-8.col-md-push-4 - .row link density 0.007 -> 7.444
Candid: 93.430 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 93.430
Candid: 33.160 #story_source - #story_text.hyphenate.less-top-margin link density 0.154 -> 28.058
Candid: 45.740 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.740
Candid: 12.870 .right-tabs.clearfix - #citations link density 0.021 -> 12.595
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -8.530 #related_releases - .col-md-6 link density 0.280 -> -6.142
Candid: -11.970 .related-summary - #related_releases link density 0.039 -> -11.498
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Parsed https://www.sciencedaily.com/release...1129142423.htm in 0.8 seconds
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.448
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142426.htm
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Processing images...
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142423.htm
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.075 -> 28.795
Candid: 33.540 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 33.540
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 12.770 .col-md-8.col-md-push-4 - .row link density 0.008 -> 12.668
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 33.540 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 33.540
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 31.770 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.770
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 108.000 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.008 -> 107.089
Candid: 158.560 #text - #story_text.hyphenate link density 0.000 -> 158.560
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 33.440 #story_source - #story_text.hyphenate link density 0.291 -> 23.704
Candid: 52.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 52.000
Candid: 16.000 .right-tabs.clearfix - #citations link density 0.013 -> 15.792
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Top 5 : 93.430 #text - #story_text.hyphenate.less-top-margin
Top 5 : 67.782 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.740 .tab-content.tab-citations - .right-tabs.clearfix
Candid: -9.550 #related_releases - .col-md-6 link density 0.272 -> -6.957
Top 5 : 28.116 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Top 5 : 28.058 #story_source - #story_text.hyphenate.less-top-margin
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.455
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Fetched https://www.sciencedaily.com/release...1129142407.htm in 0.480000 seconds
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
https://www.sciencedaily.com/release...1129142426.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_22\181129142426.xhtml
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Fetching https://www.sciencedaily.com/release...1129142349.htm
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 158.560 #text - #story_text.hyphenate
Top 5 : 107.089 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 52.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 33.540 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 33.540 .modal-text - .modal-content.modal-content-custom
Downloaded article: New archaeological site revises human habitation timeline on Tibetan plateau from https://www.sciencedaily.com/release...1129142426.htm
https://www.sciencedaily.com/release...1129142423.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_23\181129142423.xhtml
Fetching https://www.sciencedaily.com/release...1129142347.htm
Parsed https://www.sciencedaily.com/release...1129142412.htm in 0.8 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: Whales lost their teeth before evolving hair-like baleen in their mouths from https://www.sciencedaily.com/release...1129142423.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142412.htm
Parsed https://www.sciencedaily.com/release...1129142409.htm in 0.7 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.083 -> 28.560
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142409.htm
Candid: 32.550 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.550
Candid: 10.775 .col-md-8.col-md-push-4 - .row link density 0.017 -> 10.590
Candid: 32.550 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.550
Candid: 31.275 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.275
Candid: 94.595 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.018 -> 92.929
Candid: 137.790 #text - #story_text.hyphenate link density 0.000 -> 137.790
Candid: 33.400 #story_source - #story_text.hyphenate link density 0.494 -> 16.917
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.012 -> 14.323
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: -6.490 #related_releases - .col-md-6 link density 0.285 -> -4.643
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: -10.970 .related-summary - #related_releases link density 0.039 -> -10.539
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.447
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
https://www.sciencedaily.com/release...1129142412.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_24\181129142412.xhtml
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 137.790 #text - #story_text.hyphenate
Top 5 : 92.929 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.550 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.550 .modal-text - .modal-content.modal-content-custom
Fetching https://www.sciencedaily.com/release...1129131032.htm
Downloaded article: How viruses hijack part of your immune system and use it against you from https://www.sciencedaily.com/release...1129142412.htm
https://www.sciencedaily.com/release...1129142409.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_25\181129142409.xhtml
Fetching https://www.sciencedaily.com/release...1129131029.htm
Downloaded article: With these nanoparticles, a simple urine test could diagnose bacterial pneumonia from https://www.sciencedaily.com/release...1129142409.htm
Parsed https://www.sciencedaily.com/release...1129142407.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142407.htm
Fetched https://www.sciencedaily.com/release...1129142347.htm in 0.435000 seconds
https://www.sciencedaily.com/release...1129142407.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_26\181129142407.xhtml
Fetching https://www.sciencedaily.com/release...1129122506.htm
Downloaded article: The whole of Africa was the cradle of humankind from https://www.sciencedaily.com/release...1129142407.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129142349.htm in 0.703000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.116 -> 27.521
Candid: 68.385 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.019 -> 67.110
Candid: 6.645 .col-md-8.col-md-push-4 - .row link density 0.019 -> 6.521
Candid: 97.230 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 97.230
Candid: 32.960 #story_source - #story_text.hyphenate.less-top-margin link density 0.291 -> 23.372
Candid: 46.010 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.010
Candid: 13.005 .right-tabs.clearfix - #citations link density 0.020 -> 12.739
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: -10.150 #related_releases - .col-md-6 link density 0.256 -> -7.550
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -15.230 .related-summary - #related_releases link density 0.044 -> -14.555
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Fetched https://www.sciencedaily.com/release...1129131032.htm in 0.486000 seconds
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 97.230 #text - #story_text.hyphenate.less-top-margin
Top 5 : 67.110 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.010 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.521 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.372 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129131029.htm in 0.480000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.085 -> 28.491
Candid: 98.040 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 96.753
Candid: 8.460 .col-md-8.col-md-push-4 - .row link density 0.013 -> 8.349
Candid: 149.290 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 149.290
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.284 -> 23.579
Removing unlikely candidate - .row.header - .container.white
Candid: 45.650 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.650
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 12.825 .right-tabs.clearfix - #citations link density 0.022 -> 12.547
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: -9.995 #related_releases - .col-md-6 link density 0.237 -> -7.625
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Parsed https://www.sciencedaily.com/release...1129142347.htm in 0.5 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Processing images...
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142347.htm
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 149.290 #text - #story_text.hyphenate.less-top-margin
Top 5 : 96.753 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.650 .tab-content.tab-citations - .right-tabs.clearfix
Removing unlikely candidate - .row.header - .container.white
Top 5 : 28.491 .col-sm-8.main.less-padding-right.hyphenate - .row
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Top 5 : 23.579 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.061 -> 29.227
Candid: 40.070 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 40.070
Candid: 12.905 .col-md-8.col-md-push-4 - .row link density 0.010 -> 12.782
Candid: 40.070 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 40.070
Candid: 35.035 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 35.035
Candid: 129.495 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.010 -> 128.161
Candid: 214.450 #text - #story_text.hyphenate link density 0.000 -> 214.450
Candid: 33.060 #story_source - #story_text.hyphenate link density 0.350 -> 21.489
Candid: 49.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.850
Candid: 14.925 .right-tabs.clearfix - #citations link density 0.018 -> 14.655
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -8.755 #related_releases - .col-md-6 link density 0.277 -> -6.328
Candid: -14.520 .related-summary - #related_releases link density 0.052 -> -13.769
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.096 -> 28.144
Candid: 75.510 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 74.301
Candid: 6.925 .col-md-8.col-md-push-4 - .row link density 0.016 -> 6.814
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 110.280 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 110.280
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 33.040 #story_source - #story_text.hyphenate.less-top-margin link density 0.263 -> 24.360
Candid: 47.420 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.420
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 13.710 .right-tabs.clearfix - #citations link density 0.017 -> 13.480
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.509
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -9.565 #related_releases - .col-md-6 link density 0.257 -> -7.106
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
https://www.sciencedaily.com/release...1129142347.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_28\181129142347.xhtml
Candid: -15.030 .related-summary - #related_releases link density 0.040 -> -14.423
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.451
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Top 5 : 214.450 #text - #story_text.hyphenate
Fetching https://www.sciencedaily.com/release...1129122500.htm
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Top 5 : 128.161 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.850 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 40.070 .modal-text - .modal-content.modal-content-custom
Top 5 : 40.070 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1129142349.htm in 0.6 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Processing images...
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142349.htm
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 110.280 #text - #story_text.hyphenate.less-top-margin
Top 5 : 74.301 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Downloaded article: Decoding sleeping sickness signals could aid quest for treatments from https://www.sciencedaily.com/release...1129142347.htm
Top 5 : 47.420 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.144 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.360 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1129122506.htm in 0.732000 seconds
Parsed https://www.sciencedaily.com/release...1129131032.htm in 0.7 seconds
https://www.sciencedaily.com/release...1129142349.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_27\181129142349.xhtml
Downloaded article: Shape-shifting protein protects bacteria from invaders from https://www.sciencedaily.com/release...1129142349.htm
Fetching https://www.sciencedaily.com/release...1129122455.htm
Processing images...
Parsed https://www.sciencedaily.com/release...1129131029.htm in 0.7 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129131029.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129131032.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.108 -> 27.782
Candid: 69.590 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 68.465
Candid: 6.945 .col-md-8.col-md-push-4 - .row link density 0.016 -> 6.833
Candid: 98.480 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 98.480
Candid: 32.920 #story_source - #story_text.hyphenate.less-top-margin link density 0.264 -> 24.224
Candid: 48.110 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.110
Candid: 14.055 .right-tabs.clearfix - #citations link density 0.015 -> 13.839
Candid: -15.340 .related-summary - #related_releases link density 0.047 -> -14.621
Candid: -9.190 #related_releases - .col-md-6 link density 0.259 -> -6.807
Candid: -12.980 .related-summary - #related_releases link density 0.039 -> -12.468
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
https://www.sciencedaily.com/release...1129131029.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_30\181129131029.xhtml
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 98.480 #text - #story_text.hyphenate.less-top-margin
Top 5 : 68.465 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.110 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.782 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.224 #story_source - #story_text.hyphenate.less-top-margin
Fetching https://www.sciencedaily.com/release...1129122448.htm
Fetched https://www.sciencedaily.com/release...1129122500.htm in 0.554000 seconds
Downloaded article: Six antibodies produced to combat Zika virus from https://www.sciencedaily.com/release...1129131029.htm
https://www.sciencedaily.com/release...1129131032.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_29\181129131032.xhtml
Fetching https://www.sciencedaily.com/release...1129122441.htm
Downloaded article: Oldest-known ancestor of modern primates may have come from North America, not Asia from https://www.sciencedaily.com/release...1129131032.htm
Parsed https://www.sciencedaily.com/release...1129122506.htm in 0.6 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122506.htm
Fetched https://www.sciencedaily.com/release...1129122455.htm in 0.481000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.074 -> 28.841
Candid: 91.190 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.012 -> 90.131
Candid: 7.390 .col-md-8.col-md-push-4 - .row link density 0.012 -> 7.304
Candid: 139.570 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 139.570
Candid: 33.250 #story_source - #story_text.hyphenate.less-top-margin link density 0.439 -> 18.658
Candid: 47.600 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.600
Candid: 13.800 .right-tabs.clearfix - #citations link density 0.016 -> 13.574
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -9.010 #related_releases - .col-md-6 link density 0.248 -> -6.779
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.404
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.478
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
https://www.sciencedaily.com/release...1129122506.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_31\181129122506.xhtml
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Fetching https://www.sciencedaily.com/release...1129114127.htm
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 139.570 #text - #story_text.hyphenate.less-top-margin
Top 5 : 90.131 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.600 .tab-content.tab-citations - .right-tabs.clearfix
Downloaded article: Climate change risks 'extinction domino effect' from https://www.sciencedaily.com/release...1129122506.htm
Top 5 : 28.841 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 18.658 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1129122448.htm in 0.530000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.111 -> 27.668
Candid: 66.085 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.029 -> 64.139
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.029 -> 9.221
Candid: 80.770 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 80.770
Candid: 33.400 #story_source - #story_text.hyphenate.less-top-margin link density 0.494 -> 16.917
Candid: 46.970 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.970
Candid: 13.485 .right-tabs.clearfix - #citations link density 0.018 -> 13.245
Candid: -13.560 .related-summary - #related_releases link density 0.053 -> -12.838
Candid: -9.315 #related_releases - .col-md-6 link density 0.221 -> -7.255
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Parsed https://www.sciencedaily.com/release...1129122500.htm in 0.6 seconds
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Processing images...
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 80.770 #text - #story_text.hyphenate.less-top-margin
Top 5 : 64.139 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.970 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.668 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 16.917 #story_source - #story_text.hyphenate.less-top-margin
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122500.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.090 -> 28.337
Candid: 56.110 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.017 -> 55.171
Candid: 7.995 .col-md-8.col-md-push-4 - .row link density 0.017 -> 7.861
Candid: 67.210 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 67.210
Candid: 33.030 #story_source - #story_text.hyphenate.less-top-margin link density 0.256 -> 24.561
Candid: 52.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 52.000
Candid: 16.000 .right-tabs.clearfix - #citations link density 0.013 -> 15.791
Candid: -15.230 .related-summary - #related_releases link density 0.044 -> -14.555
Candid: -9.295 #related_releases - .col-md-6 link density 0.226 -> -7.194
Candid: -12.000 .related-summary - #related_releases link density 0.040 -> -11.522
Parsed https://www.sciencedaily.com/release...1129122455.htm in 0.6 seconds
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: -16.350 .related-summary - #related_releases link density 0.047 -> -15.580
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Processing images...
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
https://www.sciencedaily.com/release...1129122500.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_32\181129122500.xhtml
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122455.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Fetching https://www.sciencedaily.com/release...1129114124.htm
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Downloaded article: Climate change and air pollution damaging health and causing millions of premature deaths from https://www.sciencedaily.com/release...1129122500.htm
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 67.210 #text - #story_text.hyphenate.less-top-margin
Top 5 : 55.171 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 52.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.337 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.561 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1129122441.htm in 0.759000 seconds
https://www.sciencedaily.com/release...1129122455.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_33\181129122455.xhtml
Fetching https://www.sciencedaily.com/release...1129110141.htm
Parsed https://www.sciencedaily.com/release...1129122448.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122448.htm
Downloaded article: New research could fine-tune the gene scissors CRISPR from https://www.sciencedaily.com/release...1129122455.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.444
Candid: 83.290 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 82.182
Candid: 7.270 .col-md-8.col-md-push-4 - .row link density 0.013 -> 7.174
Candid: 124.570 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 124.570
Candid: 32.930 #story_source - #story_text.hyphenate.less-top-margin link density 0.271 -> 24.005
Candid: 46.130 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.130
Candid: 13.065 .right-tabs.clearfix - #citations link density 0.020 -> 12.802
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
https://www.sciencedaily.com/release...1129122448.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_34\181129122448.xhtml
Candid: -8.985 #related_releases - .col-md-6 link density 0.256 -> -6.685
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -13.030 .related-summary - #related_releases link density 0.040 -> -12.504
Downloaded article: Curry spice boosts exercise performance in mice with heart failure from https://www.sciencedaily.com/release...1129122448.htm
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Fetching https://www.sciencedaily.com/release...1129110136.htm
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 124.570 #text - #story_text.hyphenate.less-top-margin
Top 5 : 82.182 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.130 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.444 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.005 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1129114127.htm in 0.854000 seconds
Fetched https://www.sciencedaily.com/release...1129114124.htm in 0.396000 seconds
Parsed https://www.sciencedaily.com/release...1129122441.htm in 0.5 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129122441.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.103 -> 27.921
Candid: 35.780 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.780
Candid: 11.980 .col-md-8.col-md-push-4 - .row link density 0.013 -> 11.818
Candid: 35.780 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.780
Candid: 32.890 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.890
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.065 -> 29.101
Candid: 71.015 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 69.968
Candid: 38.810 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.810
Candid: 92.820 #text - #story_text.hyphenate link density 0.000 -> 92.820
Candid: 32.850 #story_source - #story_text.hyphenate link density 0.212 -> 25.882
Candid: 13.905 .col-md-8.col-md-push-4 - .row link density 0.014 -> 13.715
Candid: 45.320 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.320
Candid: 38.810 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.810
Candid: 34.405 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.405
Candid: 12.660 .right-tabs.clearfix - #citations link density 0.023 -> 12.369
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: 88.745 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 87.462
Candid: 126.660 #text - #story_text.hyphenate link density 0.009 -> 125.536
Candid: -10.005 #related_releases - .col-md-6 link density 0.268 -> -7.319
Candid: 32.830 #story_source - #story_text.hyphenate link density 0.196 -> 26.399
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 49.220 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.220
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.460
Candid: 14.610 .right-tabs.clearfix - #citations link density 0.020 -> 14.320
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.390
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.473
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: -9.550 #related_releases - .col-md-6 link density 0.217 -> -7.479
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
https://www.sciencedaily.com/release...1129122441.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_35\181129122441.xhtml
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetching https://www.sciencedaily.com/release...1129100036.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Fetched https://www.sciencedaily.com/release...1129110141.htm in 0.591000 seconds
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Downloaded article: Thriving reef fisheries continue to provide food despite coral bleaching from https://www.sciencedaily.com/release...1129122441.htm
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 92.820 #text - #story_text.hyphenate
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Top 5 : 69.968 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.320 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.780 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.780 .modal-text - .modal-content.modal-content-custom
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 125.536 #text - #story_text.hyphenate
Top 5 : 87.462 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.220 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.810 .modal-text - .modal-content.modal-content-custom
Top 5 : 38.810 #story_photo.hyphenate - .col-md-8.col-md-push-4
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129114127.htm in 0.6 seconds
Parsed https://www.sciencedaily.com/release...1129114124.htm in 0.6 seconds
Processing images...
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129114127.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129114124.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.085 -> 28.503
Candid: 37.350 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 37.350
Candid: 11.765 .col-md-8.col-md-push-4 - .row link density 0.021 -> 11.517
Candid: 37.350 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 37.350
Candid: 33.675 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.675
Candid: 81.535 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.022 -> 79.712
Candid: 117.150 #text - #story_text.hyphenate link density 0.000 -> 117.150
Candid: 33.560 #story_source - #story_text.hyphenate link density 0.300 -> 23.492
Candid: 45.680 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.680
Candid: 12.840 .right-tabs.clearfix - #citations link density 0.022 -> 12.563
Candid: -16.080 .related-summary - #related_releases link density 0.041 -> -15.416
Candid: -10.525 #related_releases - .col-md-6 link density 0.197 -> -8.447
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 117.150 #text - #story_text.hyphenate
https://www.sciencedaily.com/release...1129114127.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_36\181129114127.xhtml
Top 5 : 79.712 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.680 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 37.350 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 37.350 .modal-text - .modal-content.modal-content-custom
Downloaded article: How a rat and bat helped heal a 90-year cultural rift from https://www.sciencedaily.com/release...1129114127.htm
Fetching https://www.sciencedaily.com/release...1129100033.htm
https://www.sciencedaily.com/release...1129114124.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_37\181129114124.xhtml
Fetched https://www.sciencedaily.com/release...1129110136.htm in 0.855000 seconds
Fetching https://www.sciencedaily.com/release...1129100030.htm
Fetched https://www.sciencedaily.com/release...1129100036.htm in 0.507000 seconds
Downloaded article: Lizards adapt to invasive fire ants, reversing geographical patterns of lizard traits from https://www.sciencedaily.com/release...1129114124.htm
Parsed https://www.sciencedaily.com/release...1129110141.htm in 0.6 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129110141.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.062 -> 29.196
Candid: 108.650 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.007 -> 107.911
Candid: 9.000 .col-md-8.col-md-push-4 - .row link density 0.007 -> 8.939
Candid: 168.350 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 168.350
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.202 -> 26.300
Candid: 58.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 58.000
Candid: 19.000 .right-tabs.clearfix - #citations link density 0.012 -> 18.770
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -9.495 #related_releases - .col-md-6 link density 0.265 -> -6.982
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.124 -> 27.280
Candid: 35.120 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.120
Candid: 9.340 .col-md-8.col-md-push-4 - .row link density 0.020 -> 9.156
Candid: 35.120 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.120
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 32.560 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 32.560
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 62.590 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.021 -> 61.265
Candid: 84.980 #text - #story_text.hyphenate link density 0.000 -> 84.980
Candid: 33.080 #story_source - #story_text.hyphenate link density 0.287 -> 23.590
Candid: 45.650 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.650
Candid: 12.825 .right-tabs.clearfix - #citations link density 0.022 -> 12.547
Candid: -11.970 .related-summary - #related_releases link density 0.039 -> -11.500
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -7.460 #related_releases - .col-md-6 link density 0.263 -> -5.501
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 168.350 #text - #story_text.hyphenate.less-top-margin
Top 5 : 107.911 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 58.000 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Top 5 : 29.196 .col-sm-8.main.less-padding-right.hyphenate - .row
Fetched https://www.sciencedaily.com/release...1129100033.htm in 0.432000 seconds
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Top 5 : 26.300 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1129110141.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_38\181129110141.xhtml
Fetching https://www.sciencedaily.com/release...1129100026.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetched https://www.sciencedaily.com/release...1129100030.htm in 0.444000 seconds
Downloaded article: Hidden biodiversity: 22 new moth species from across Europe from https://www.sciencedaily.com/release...1129110141.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 84.980 #text - #story_text.hyphenate
Top 5 : 61.265 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.650 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.120 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.120 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129110136.htm in 0.8 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129110136.htm
Parsed https://www.sciencedaily.com/release...1129100036.htm in 0.8 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100036.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.072 -> 28.897
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 36.950 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.950
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 15.975 .col-md-8.col-md-push-4 - .row link density 0.011 -> 15.803
Candid: 36.950 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.950
Candid: 33.475 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.475
Candid: 67.510 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 66.695
Candid: 72.000 #text - #story_text.hyphenate link density 0.000 -> 72.000
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.250 -> 24.765
Candid: 46.670 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.670
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.078 -> 28.710
Candid: 13.335 .right-tabs.clearfix - #citations link density 0.019 -> 13.088
Candid: 36.000 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.000
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 12.000 .col-md-8.col-md-push-4 - .row link density 0.013 -> 11.840
Candid: 36.000 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.000
Candid: -9.510 #related_releases - .col-md-6 link density 0.185 -> -7.752
Candid: 33.000 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.000
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.511
Candid: 75.490 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 74.453
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 101.720 #text - #story_text.hyphenate link density 0.000 -> 101.720
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 33.260 #story_source - #story_text.hyphenate link density 0.379 -> 20.669
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 47.510 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.510
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 13.755 .right-tabs.clearfix - #citations link density 0.017 -> 13.527
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: -7.640 #related_releases - .col-md-6 link density 0.281 -> -5.494
Candid: -11.980 .related-summary - #related_releases link density 0.039 -> -11.507
Candid: -13.260 .related-summary - #related_releases link density 0.045 -> -12.660
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: -16.060 .related-summary - #related_releases link density 0.041 -> -15.403
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
https://www.sciencedaily.com/release...1129110136.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_39\181129110136.xhtml
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetching https://www.sciencedaily.com/release...1129100022.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 72.000 #text - #story_text.hyphenate
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Top 5 : 66.695 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.670 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Fetched https://www.sciencedaily.com/release...1129100026.htm in 0.606000 seconds
Top 5 : 36.950 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
https://www.sciencedaily.com/release...1129100036.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_40\181129100036.xhtml
Top 5 : 36.950 .modal-text - .modal-content.modal-content-custom
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Downloaded article: HIV in liver cells found to be inactive, narrowing potential treatment targets from https://www.sciencedaily.com/release...1129110136.htm
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Downloaded article: New catalyst produces cheap hydrogen fuel from https://www.sciencedaily.com/release...1129100036.htm
Fetching https://www.sciencedaily.com/release...1129085538.htm
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 101.720 #text - #story_text.hyphenate
Top 5 : 74.453 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 47.510 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.000 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.000 #story_photo.hyphenate - .col-md-8.col-md-push-4
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129100033.htm in 0.8 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1129100030.htm in 0.8 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100033.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100030.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.133 -> 27.004
Candid: 35.580 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.580
Candid: 11.480 .col-md-8.col-md-push-4 - .row link density 0.024 -> 11.202
Candid: 35.580 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.580
Candid: 32.790 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.790
Candid: 63.145 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.027 -> 61.451
Candid: 78.340 #text - #story_text.hyphenate link density 0.000 -> 78.340
Candid: 33.190 #story_source - #story_text.hyphenate link density 0.414 -> 19.465
Candid: 48.050 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.050
Candid: 14.025 .right-tabs.clearfix - #citations link density 0.015 -> 13.808
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -10.525 #related_releases - .col-md-6 link density 0.269 -> -7.696
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.387
Candid: -13.060 .related-summary - #related_releases link density 0.041 -> -12.526
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
https://www.sciencedaily.com/release...1129100033.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_41\181129100033.xhtml
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetching https://www.sciencedaily.com/release...1129085527.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 78.340 #text - #story_text.hyphenate
Top 5 : 61.451 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.050 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.580 .modal-text - .modal-content.modal-content-custom
Top 5 : 35.580 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: New study reveals common table salt may have been crucial for the origins of life from https://www.sciencedaily.com/release...1129100033.htm
https://www.sciencedaily.com/release...1129100030.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_42\181129100030.xhtml
Fetching https://www.sciencedaily.com/release...1129084716.htm
Downloaded article: Stone tools linked to ancient human ancestors in Arabia have surprisingly recent date from https://www.sciencedaily.com/release...1129100030.htm
Parsed https://www.sciencedaily.com/release...1129100026.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100026.htm
Fetched https://www.sciencedaily.com/release...1129100022.htm in 0.502000 seconds
https://www.sciencedaily.com/release...1129100026.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_43\181129100026.xhtml
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetching https://www.sciencedaily.com/release...1129084706.htm
Downloaded article: Tool for speedy diagnosis of bacterial infections from https://www.sciencedaily.com/release...1129100026.htm
Fetched https://www.sciencedaily.com/release...1129085538.htm in 0.617000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.082 -> 28.577
Candid: 36.050 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.050
Candid: 11.255 .col-md-8.col-md-push-4 - .row link density 0.013 -> 11.110
Candid: 36.050 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.050
Candid: 33.025 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.025
Candid: 74.205 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 73.194
Candid: 102.480 #text - #story_text.hyphenate link density 0.000 -> 102.480
Candid: 33.010 #story_source - #story_text.hyphenate link density 0.243 -> 24.973
Candid: 53.480 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 53.480
Candid: 16.740 .right-tabs.clearfix - #citations link density 0.017 -> 16.462
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.509
Candid: -8.480 #related_releases - .col-md-6 link density 0.239 -> -6.450
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.458
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetched https://www.sciencedaily.com/release...1129085527.htm in 0.378000 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 102.480 #text - #story_text.hyphenate
Top 5 : 73.194 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 53.480 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.050 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.050 #story_photo.hyphenate - .col-md-8.col-md-push-4
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1129100022.htm in 0.4 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.080 -> 28.647
Candid: 36.960 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.960
Processing images...
Candid: 14.980 .col-md-8.col-md-push-4 - .row link density 0.011 -> 14.808
Candid: 36.960 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.960
Candid: 33.480 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 33.480
Candid: 91.705 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 90.579
Candid: 124.510 #text - #story_text.hyphenate link density 0.000 -> 124.510
Candid: 32.900 #story_source - #story_text.hyphenate link density 0.250 -> 24.675
Candid: 48.380 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.380
Candid: 14.190 .right-tabs.clearfix - #citations link density 0.015 -> 13.978
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.419
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: -9.490 #related_releases - .col-md-6 link density 0.277 -> -6.863
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129100022.htm
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.098 -> 28.072
Candid: 33.670 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 33.670
Candid: 9.835 .col-md-8.col-md-push-4 - .row link density 0.020 -> 9.638
Candid: 33.670 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 33.670
Candid: 31.835 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.835
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 53.100 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.022 -> 51.941
Candid: 60.000 #text - #story_text.hyphenate link density 0.000 -> 60.000
Candid: 34.200 #story_source - #story_text.hyphenate link density 0.418 -> 19.907
Candid: 50.300 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.300
Candid: 15.150 .right-tabs.clearfix - #citations link density 0.017 -> 14.892
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -8.980 #related_releases - .col-md-6 link density 0.244 -> -6.793
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 124.510 #text - #story_text.hyphenate
Top 5 : 90.579 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.380 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Top 5 : 36.960 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Top 5 : 36.960 .modal-text - .modal-content.modal-content-custom
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 60.000 #text - #story_text.hyphenate
Top 5 : 51.941 #story_text.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1129084716.htm in 0.643000 seconds
Top 5 : 50.300 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 33.670 .modal-text - .modal-content.modal-content-custom
Top 5 : 33.670 #story_photo.hyphenate - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1129100022.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_44\181129100022.xhtml
Fetching https://www.sciencedaily.com/release...1128192143.htm
Downloaded article: Soil tilling, mulching key to China's potato crop from https://www.sciencedaily.com/release...1129100022.htm
Parsed https://www.sciencedaily.com/release...1129085538.htm in 0.5 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129085538.htm
Parsed https://www.sciencedaily.com/release...1129085527.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129085527.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.084 -> 28.521
Candid: 34.030 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.030
Candid: 10.510 .col-md-8.col-md-push-4 - .row link density 0.013 -> 10.368
Candid: 34.030 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.030
Candid: 32.015 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.015
Candid: 84.935 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 83.729
Candid: 122.830 #text - #story_text.hyphenate link density 0.000 -> 122.830
Candid: 33.060 #story_source - #story_text.hyphenate link density 0.350 -> 21.489
Candid: 46.460 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.460
Candid: 13.230 .right-tabs.clearfix - #citations link density 0.019 -> 12.977
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.458
Candid: -9.980 #related_releases - .col-md-6 link density 0.255 -> -7.434
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
https://www.sciencedaily.com/release...1129085538.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_45\181129085538.xhtml
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Downloaded article: Modified malaria drug proven effective at inhibiting Ebola from https://www.sciencedaily.com/release...1129085538.htm
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetching https://www.sciencedaily.com/release...1130153847.htm
Fetched https://www.sciencedaily.com/release...1129084706.htm in 0.764000 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
https://www.sciencedaily.com/release...1129085527.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_46\181129085527.xhtml
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 122.830 #text - #story_text.hyphenate
Top 5 : 83.729 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.460 .tab-content.tab-citations - .right-tabs.clearfix
Fetching https://www.sciencedaily.com/release...1130111618.htm
Top 5 : 34.030 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.030 .modal-text - .modal-content.modal-content-custom
Downloaded article: Interfacial electronic state improving hydrogen storage capacity in Pd-MOF materials from https://www.sciencedaily.com/release...1129085527.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129084716.htm in 0.5 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129084716.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.072 -> 28.883
Candid: 32.410 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.410
Candid: 11.705 .col-md-8.col-md-push-4 - .row link density 0.014 -> 11.545
Candid: 32.410 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.410
Candid: 31.205 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.205
Candid: 74.310 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 73.263
Candid: 93.630 #text - #story_text.hyphenate link density 0.000 -> 93.630
Candid: 32.990 #story_source - #story_text.hyphenate link density 0.310 -> 22.772
Candid: 45.350 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.350
Candid: 12.675 .right-tabs.clearfix - #citations link density 0.023 -> 12.385
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -10.495 #related_releases - .col-md-6 link density 0.212 -> -8.266
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 93.630 #text - #story_text.hyphenate
Top 5 : 73.263 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.350 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.410 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.410 .modal-text - .modal-content.modal-content-custom
https://www.sciencedaily.com/release...1129084716.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_47\181129084716.xhtml
Fetching https://www.sciencedaily.com/release...1130094312.htm
Fetched https://www.sciencedaily.com/release...1130153847.htm in 0.383000 seconds
Downloaded article: Forest fragmentation disrupts parasite infection in Australian lizards from https://www.sciencedaily.com/release...1129084716.htm
Parsed https://www.sciencedaily.com/release...1129084706.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129084706.htm
Fetched https://www.sciencedaily.com/release...1130111618.htm in 0.432000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1128192143.htm in 0.837000 seconds
https://www.sciencedaily.com/release...1129084706.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_48\181129084706.xhtml
Fetching https://www.sciencedaily.com/release...1130080349.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.059 -> 29.296
Candid: 140.710 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.008 -> 139.613
Candid: 8.085 .col-md-8.col-md-push-4 - .row link density 0.008 -> 8.022
Candid: 236.090 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 236.090
Candid: 32.990 #story_source - #story_text.hyphenate.less-top-margin link density 0.310 -> 22.772
Candid: 48.410 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.410
Candid: 14.205 .right-tabs.clearfix - #citations link density 0.023 -> 13.884
Candid: -15.080 .related-summary - #related_releases link density 0.041 -> -14.455
Downloaded article: What seabirds can tell us about the tide from https://www.sciencedaily.com/release...1129084706.htm
Candid: -10.105 #related_releases - .col-md-6 link density 0.262 -> -7.456
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -14.090 .related-summary - #related_releases link density 0.041 -> -13.506
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.078 -> 28.718
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Fetched https://www.sciencedaily.com/release...1130094312.htm in 0.447000 seconds
Candid: 88.660 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 87.461
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.013 -> 8.385
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 130.300 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 130.300
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Removing unlikely candidate - .row.header - .container.white
Candid: 33.020 #story_source - #story_text.hyphenate.less-top-margin link density 0.328 -> 22.203
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 45.680 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.680
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 12.840 .right-tabs.clearfix - #citations link density 0.022 -> 12.563
Candid: -11.990 .related-summary - #related_releases link density 0.040 -> -11.513
Candid: -8.985 #related_releases - .col-md-6 link density 0.211 -> -7.089
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Top 5 : 236.090 #text - #story_text.hyphenate.less-top-margin
Top 5 : 139.613 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Top 5 : 48.410 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.296 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Top 5 : 22.772 #story_source - #story_text.hyphenate.less-top-margin
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 130.300 #text - #story_text.hyphenate.less-top-margin
Top 5 : 87.461 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Top 5 : 45.680 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.718 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Top 5 : 22.203 #story_source - #story_text.hyphenate.less-top-margin
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.090 -> 28.319
Candid: 72.085 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 71.149
Candid: 7.470 .col-md-8.col-md-push-4 - .row link density 0.013 -> 7.373
Candid: 101.310 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 101.310
Candid: 32.980 #story_source - #story_text.hyphenate.less-top-margin link density 0.304 -> 22.968
Candid: 55.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 55.000
Candid: 17.500 .right-tabs.clearfix - #citations link density 0.012 -> 17.297
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -11.320 #related_releases - .col-md-6 link density 0.266 -> -8.308
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -16.700 .related-summary - #related_releases link density 0.058 -> -15.737
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Removing unlikely candidate - .row.header - .container.white
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Parsed https://www.sciencedaily.com/release...1130153847.htm in 0.6 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Processing images...
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 101.310 #text - #story_text.hyphenate.less-top-margin
Top 5 : 71.149 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 55.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.319 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.968 #story_source - #story_text.hyphenate.less-top-margin
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130153847.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1130111618.htm in 0.7 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.452
Candid: 80.960 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 80.191
Candid: 9.000 .col-md-8.col-md-push-4 - .row link density 0.009 -> 8.915
Candid: 113.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 113.000
Candid: 32.920 #story_source - #story_text.hyphenate.less-top-margin link density 0.179 -> 27.019
Candid: 46.010 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.010
Processing images...
Candid: 13.005 .right-tabs.clearfix - #citations link density 0.020 -> 12.739
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -8.610 #related_releases - .col-md-6 link density 0.254 -> -6.422
Candid: -14.160 .related-summary - #related_releases link density 0.043 -> -13.550
Candid: -12.030 .related-summary - #related_releases link density 0.040 -> -11.544
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetched https://www.sciencedaily.com/release...1130080349.htm in 0.531000 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130111618.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 113.000 #text - #story_text.hyphenate.less-top-margin
Top 5 : 80.191 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.010 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.452 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 27.019 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1128192143.htm in 0.7 seconds
https://www.sciencedaily.com/release...1130153847.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_0\181130153847.xhtml
Processing images...
Fetching https://www.sciencedaily.com/release...1129223426.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128192143.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: Bigger brains are smarter, but not by much from https://www.sciencedaily.com/release...1130153847.htm
https://www.sciencedaily.com/release...1130111618.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_1\181130111618.xhtml
Fetching https://www.sciencedaily.com/release...1129162649.htm
Parsed https://www.sciencedaily.com/release...1130094312.htm in 0.7 seconds
Processing images...
Downloaded article: New research questions fish stocking obligations from https://www.sciencedaily.com/release...1130111618.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130094312.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.087 -> 28.424
https://www.sciencedaily.com/release...1128192143.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_4\article_49\181128192143.xhtml
Candid: 39.110 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 39.110
Candid: 13.055 .col-md-8.col-md-push-4 - .row link density 0.015 -> 12.858
Candid: 39.110 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 39.110
Candid: 34.555 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 34.555
Candid: 104.405 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.016 -> 102.730
Fetching https://www.sciencedaily.com/release...1129162646.htm
Candid: 161.570 #text - #story_text.hyphenate link density 0.008 -> 160.275
Candid: 33.240 #story_source - #story_text.hyphenate link density 0.203 -> 26.496
Candid: 45.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.980
Candid: 12.990 .right-tabs.clearfix - #citations link density 0.021 -> 12.723
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -10.055 #related_releases - .col-md-6 link density 0.268 -> -7.362
Candid: -14.100 .related-summary - #related_releases link density 0.042 -> -13.513
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.393
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Downloaded article: Researchers rise to challenge of predicting hail, tornadoes three weeks in advance from https://www.sciencedaily.com/release...1128192143.htm
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 160.275 #text - #story_text.hyphenate
Top 5 : 102.730 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 39.110 .modal-text - .modal-content.modal-content-custom
Top 5 : 39.110 #story_photo.hyphenate - .col-md-8.col-md-push-4
https://www.sciencedaily.com/release...1130094312.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_2\181130094312.xhtml
Fetching https://www.sciencedaily.com/release...1129162642.htm
Downloaded article: Mischievous responders taint LGBQ health estimates in national survey from https://www.sciencedaily.com/release...1130094312.htm
Parsed https://www.sciencedaily.com/release...1130080349.htm in 0.6 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1129223426.htm in 0.453000 seconds
Fetched https://www.sciencedaily.com/release...1129162649.htm in 0.363000 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130080349.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129162646.htm in 0.483000 seconds
https://www.sciencedaily.com/release...1130080349.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_3\181130080349.xhtml
Fetching https://www.sciencedaily.com/release...1129142352.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Downloaded article: Virtual reality could serve as powerful environmental education tool from https://www.sciencedaily.com/release...1130080349.htm
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.878
Candid: 69.515 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 68.458
Candid: 7.895 .col-md-8.col-md-push-4 - .row link density 0.015 -> 7.775
Candid: 94.580 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 94.580
Candid: 32.870 #story_source - #story_text.hyphenate.less-top-margin link density 0.228 -> 25.385
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.100 -> 28.030
Candid: 46.220 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.220
Candid: 62.380 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.020 -> 61.111
Candid: 13.110 .right-tabs.clearfix - #citations link density 0.020 -> 12.850
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: 8.270 .col-md-8.col-md-push-4 - .row link density 0.020 -> 8.102
Candid: 78.410 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 78.410
Candid: -9.060 #related_releases - .col-md-6 link density 0.233 -> -6.950
Candid: 33.270 #story_source - #story_text.hyphenate.less-top-margin link density 0.383 -> 20.528
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: 47.480 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.480
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: 13.740 .right-tabs.clearfix - #citations link density 0.017 -> 13.512
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: -10.050 #related_releases - .col-md-6 link density 0.254 -> -7.496
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -16.060 .related-summary - #related_releases link density 0.041 -> -15.400
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.478
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Fetched https://www.sciencedaily.com/release...1129162642.htm in 0.546000 seconds
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 94.580 #text - #story_text.hyphenate.less-top-margin
Top 5 : 68.458 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Top 5 : 46.220 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.878 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 25.385 #story_source - #story_text.hyphenate.less-top-margin
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 78.410 #text - #story_text.hyphenate.less-top-margin
Top 5 : 61.111 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.480 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.030 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 20.528 #story_source - #story_text.hyphenate.less-top-margin
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.074 -> 28.840
Candid: 34.620 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.620
Candid: 9.825 .col-md-8.col-md-push-4 - .row link density 0.011 -> 9.717
Candid: 34.620 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.620
Candid: 32.310 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.310
Candid: 116.840 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 115.533
Candid: 190.100 #text - #story_text.hyphenate link density 0.000 -> 190.100
Candid: 33.520 #story_source - #story_text.hyphenate link density 0.307 -> 23.222
Candid: 55.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 55.000
Candid: 17.500 .right-tabs.clearfix - #citations link density 0.012 -> 17.288
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Candid: -10.475 #related_releases - .col-md-6 link density 0.276 -> -7.588
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.379
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Removing unlikely candidate - .row.header - .container.white
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Parsed https://www.sciencedaily.com/release...1129223426.htm in 0.7 seconds
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Parsed https://www.sciencedaily.com/release...1129162649.htm in 0.7 seconds
Top 5 : 190.100 #text - #story_text.hyphenate
Top 5 : 115.533 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 55.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.620 .modal-text - .modal-content.modal-content-custom
Top 5 : 34.620 #story_photo.hyphenate - .col-md-8.col-md-push-4
Processing images...
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129162649.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129223426.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.079 -> 28.679
Candid: 93.790 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 92.924
Candid: 8.450 .col-md-8.col-md-push-4 - .row link density 0.009 -> 8.372
Candid: 140.880 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 140.880
Candid: 32.900 #story_source - #story_text.hyphenate.less-top-margin link density 0.163 -> 27.522
Candid: 49.760 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.760
Candid: 14.880 .right-tabs.clearfix - #citations link density 0.018 -> 14.608
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -8.015 #related_releases - .col-md-6 link density 0.262 -> -5.911
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.475
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.511
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Fetched https://www.sciencedaily.com/release...1129142352.htm in 0.553000 seconds
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 140.880 #text - #story_text.hyphenate.less-top-margin
Top 5 : 92.924 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 49.760 .tab-content.tab-citations - .right-tabs.clearfix
https://www.sciencedaily.com/release...1129162649.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_5\181129162649.xhtml
Top 5 : 28.679 .col-sm-8.main.less-padding-right.hyphenate - .row
https://www.sciencedaily.com/release...1129223426.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_4\181129223426.xhtml
Top 5 : 27.522 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: An opioid epidemic may be looming in Mexico -- and the US may be partly responsible from https://www.sciencedaily.com/release...1129162649.htm
Parsed https://www.sciencedaily.com/release...1129162646.htm in 0.7 seconds
Downloaded article: The Wizard of Oz most 'influential' film of all time according to network science from https://www.sciencedaily.com/release...1129223426.htm
Fetching https://www.sciencedaily.com/release...1129114127.htm
Fetching https://www.sciencedaily.com/release...1128154009.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129162646.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129162642.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129162642.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.068 -> 29.005
Candid: 90.485 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 89.633
Candid: 9.500 .col-md-8.col-md-push-4 - .row link density 0.009 -> 9.411
Candid: 130.020 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 130.020
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.202 -> 26.300
Candid: 46.070 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.070
Candid: 13.035 .right-tabs.clearfix - #citations link density 0.020 -> 12.771
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.482
Candid: -10.035 #related_releases - .col-md-6 link density 0.221 -> -7.813
Candid: -16.030 .related-summary - #related_releases link density 0.041 -> -15.380
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
https://www.sciencedaily.com/release...1129162646.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_6\181129162646.xhtml
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetching https://www.sciencedaily.com/release...1128154000.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 130.020 #text - #story_text.hyphenate.less-top-margin
Top 5 : 89.633 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.070 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.005 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.300 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: More pregnant women are using meth and opioids, study finds from https://www.sciencedaily.com/release...1129162646.htm
https://www.sciencedaily.com/release...1129162642.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_7\181129162642.xhtml
Fetching https://www.sciencedaily.com/release...1128141813.htm
Fetched https://www.sciencedaily.com/release...1129114127.htm in 0.405000 seconds
Downloaded article: Certain state lawmakers aim to loosen childhood vaccine requirements, but legal barriers persist from https://www.sciencedaily.com/release...1129162642.htm
Parsed https://www.sciencedaily.com/release...1129142352.htm in 0.6 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1128154009.htm in 0.487000 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142352.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
https://www.sciencedaily.com/release...1129142352.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_8\181129142352.xhtml
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.103 -> 27.921
Candid: 35.780 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.780
Candid: 11.980 .col-md-8.col-md-push-4 - .row link density 0.013 -> 11.818
Candid: 35.780 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.780
Candid: 32.890 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.890
Fetching https://www.sciencedaily.com/release...1128141700.htm
Candid: 71.015 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 69.968
Candid: 92.820 #text - #story_text.hyphenate link density 0.000 -> 92.820
Candid: 32.850 #story_source - #story_text.hyphenate link density 0.212 -> 25.882
Candid: 45.320 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.320
Candid: 12.660 .right-tabs.clearfix - #citations link density 0.023 -> 12.369
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: -10.005 #related_releases - .col-md-6 link density 0.268 -> -7.319
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.460
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.390
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Downloaded article: How sounds going into our ears become words going through our brains from https://www.sciencedaily.com/release...1129142352.htm
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.098 -> 28.077
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 39.160 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 39.160
Fetched https://www.sciencedaily.com/release...1128154000.htm in 0.461000 seconds
Candid: 12.035 .col-md-8.col-md-push-4 - .row link density 0.018 -> 11.823
Candid: 39.160 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 39.160
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 34.580 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.580
Top 5 : 92.820 #text - #story_text.hyphenate
Top 5 : 69.968 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.320 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 65.725 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.021 -> 64.374
Top 5 : 35.780 .modal-text - .modal-content.modal-content-custom
Candid: 88.560 #text - #story_text.hyphenate link density 0.000 -> 88.560
Top 5 : 35.780 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 33.070 #story_source - #story_text.hyphenate link density 0.355 -> 21.318
Candid: 48.410 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.410
Candid: 14.205 .right-tabs.clearfix - #citations link density 0.015 -> 13.994
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -11.530 #related_releases - .col-md-6 link density 0.235 -> -8.825
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.373
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 88.560 #text - #story_text.hyphenate
Top 5 : 64.374 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.410 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 39.160 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 39.160 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129114127.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129114127.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1128154009.htm in 0.5 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.104 -> 27.900
Candid: 87.395 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 85.984
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.016 -> 8.363
Candid: 127.850 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 127.850
Processing images...
Candid: 32.940 #story_source - #story_text.hyphenate.less-top-margin link density 0.194 -> 26.535
Candid: 45.350 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.350
Candid: 12.675 .right-tabs.clearfix - #citations link density 0.023 -> 12.385
Candid: -16.910 .related-summary - #related_releases link density 0.067 -> -15.783
Candid: -10.430 #related_releases - .col-md-6 link density 0.258 -> -7.742
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128154009.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 127.850 #text - #story_text.hyphenate.less-top-margin
Top 5 : 85.984 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.350 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.900 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.535 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1129114127.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_9\181129114127.xhtml
Fetching https://www.sciencedaily.com/release...1128115051.htm
Downloaded article: How a rat and bat helped heal a 90-year cultural rift from https://www.sciencedaily.com/release...1129114127.htm
https://www.sciencedaily.com/release...1128154009.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_10\181128154009.xhtml
Fetching https://www.sciencedaily.com/release...1128115045.htm
Parsed https://www.sciencedaily.com/release...1128154000.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128154000.htm
Downloaded article: Innate 'fingerprint' could detect tampered steel parts from https://www.sciencedaily.com/release...1128154009.htm
Fetched https://www.sciencedaily.com/release...1128141813.htm in 0.870000 seconds
https://www.sciencedaily.com/release...1128154000.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_11\181128154000.xhtml
Fetching https://www.sciencedaily.com/release...1128115003.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.101 -> 27.998
Candid: 65.885 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 64.896
Candid: 7.500 .col-md-8.col-md-push-4 - .row link density 0.015 -> 7.388
Candid: 88.870 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 88.870
Candid: 32.900 #story_source - #story_text.hyphenate.less-top-margin link density 0.250 -> 24.675
Candid: 51.290 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.290
Candid: 15.645 .right-tabs.clearfix - #citations link density 0.015 -> 15.409
Candid: -13.980 .related-summary - #related_releases link density 0.040 -> -13.426
Candid: -9.995 #related_releases - .col-md-6 link density 0.226 -> -7.733
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Downloaded article: High costs of fetal alcohol spectrum disorder from https://www.sciencedaily.com/release...1128154000.htm
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 88.870 #text - #story_text.hyphenate.less-top-margin
Top 5 : 64.896 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 51.290 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.998 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.675 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1128141813.htm in 0.2 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128141813.htm
Fetched https://www.sciencedaily.com/release...1128115045.htm in 0.288000 seconds
https://www.sciencedaily.com/release...1128141813.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_12\181128141813.xhtml
Fetching https://www.sciencedaily.com/release...1128114921.htm
Downloaded article: When a city feels good, people take more risks from https://www.sciencedaily.com/release...1128141813.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.089 -> 28.360
Candid: 71.745 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 70.457
Fetched https://www.sciencedaily.com/release...1128115051.htm in 0.476000 seconds
Candid: 9.000 .col-md-8.col-md-push-4 - .row link density 0.018 -> 8.839
Candid: 94.330 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 94.330
Candid: 33.160 #story_source - #story_text.hyphenate.less-top-margin link density 0.400 -> 19.896
Candid: 55.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 55.000
Candid: 17.500 .right-tabs.clearfix - #citations link density 0.012 -> 17.290
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -10.500 #related_releases - .col-md-6 link density 0.238 -> -8.001
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -15.030 .related-summary - #related_releases link density 0.041 -> -14.421
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Fetched https://www.sciencedaily.com/release...1128141700.htm in 0.927000 seconds
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 94.330 #text - #story_text.hyphenate.less-top-margin
Top 5 : 70.457 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 55.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.360 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 19.896 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1128115045.htm in 0.4 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.120 -> 27.384
Candid: 58.915 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 57.872
Candid: 8.500 .col-md-8.col-md-push-4 - .row link density 0.018 -> 8.350
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128115045.htm
Candid: 70.820 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 70.820
Candid: 33.010 #story_source - #story_text.hyphenate.less-top-margin link density 0.243 -> 24.973
Candid: 48.110 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.110
Candid: 14.055 .right-tabs.clearfix - #citations link density 0.015 -> 13.839
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: -10.065 #related_releases - .col-md-6 link density 0.293 -> -7.116
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.448
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.088 -> 28.399
Candid: 89.290 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.010 -> 88.363
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 8.525 .col-md-8.col-md-push-4 - .row link density 0.010 -> 8.437
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 131.530 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 131.530
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.202 -> 26.300
Candid: 48.440 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.440
Candid: 14.220 .right-tabs.clearfix - #citations link density 0.015 -> 14.009
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -9.970 #related_releases - .col-md-6 link density 0.238 -> -7.601
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -13.000 .related-summary - #related_releases link density 0.040 -> -12.480
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Fetched https://www.sciencedaily.com/release...1128115003.htm in 0.658000 seconds
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 70.820 #text - #story_text.hyphenate.less-top-margin
Top 5 : 57.872 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Top 5 : 48.110 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Top 5 : 27.384 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.973 #story_source - #story_text.hyphenate.less-top-margin
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 131.530 #text - #story_text.hyphenate.less-top-margin
Top 5 : 88.363 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.440 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.399 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.300 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1128115045.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_15\181128115045.xhtml
Downloaded article: Only 12 percent of American adults are metabolically healthy, study finds from https://www.sciencedaily.com/release...1128115045.htm
Fetching https://www.sciencedaily.com/release...1128114904.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1128115051.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128115051.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1128141700.htm in 0.6 seconds
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.129 -> 27.132
Candid: 65.125 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.021 -> 63.777
Candid: 8.940 .col-md-8.col-md-push-4 - .row link density 0.021 -> 8.755
Candid: 81.180 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 81.180
Candid: 33.310 #story_source - #story_text.hyphenate.less-top-margin link density 0.200 -> 26.648
Candid: 44.960 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 44.960
Candid: 12.480 .right-tabs.clearfix - #citations link density 0.025 -> 12.174
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -9.060 #related_releases - .col-md-6 link density 0.255 -> -6.746
Candid: -15.090 .related-summary - #related_releases link density 0.041 -> -14.464
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.478
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128141700.htm
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetched https://www.sciencedaily.com/release...1128114921.htm in 0.759000 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 81.180 #text - #story_text.hyphenate.less-top-margin
Top 5 : 63.777 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 44.960 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.132 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.648 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1128115051.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_14\181128115051.xhtml
Downloaded article: Trends in opioid prescriptions in children and adolescents from https://www.sciencedaily.com/release...1128115051.htm
Fetching https://www.sciencedaily.com/release...1128114844.htm
https://www.sciencedaily.com/release...1128141700.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_13\181128141700.xhtml
Fetching https://www.sciencedaily.com/release...1128114837.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: Views of ideal female appearance in China are changing from https://www.sciencedaily.com/release...1128141700.htm
Parsed https://www.sciencedaily.com/release...1128115003.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128115003.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.102 -> 27.945
Candid: 68.210 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 67.281
Candid: 7.285 .col-md-8.col-md-push-4 - .row link density 0.014 -> 7.186
Candid: 94.340 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 94.340
Candid: 32.940 #story_source - #story_text.hyphenate.less-top-margin link density 0.194 -> 26.535
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.013 -> 14.311
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -9.970 #related_releases - .col-md-6 link density 0.233 -> -7.651
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 94.340 #text - #story_text.hyphenate.less-top-margin
Top 5 : 67.281 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.945 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.535 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1128114904.htm in 0.547000 seconds
https://www.sciencedaily.com/release...1128115003.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_16\181128115003.xhtml
Fetching https://www.sciencedaily.com/release...1127171419.htm
Downloaded article: How much do you trust Dr. Google? from https://www.sciencedaily.com/release...1128115003.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1128114921.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128114921.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.114 -> 27.598
Candid: 65.165 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.020 -> 63.832
Candid: 9.000 .col-md-8.col-md-push-4 - .row link density 0.020 -> 8.816
Candid: 81.170 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 81.170
Candid: 33.160 #story_source - #story_text.hyphenate.less-top-margin link density 0.331 -> 22.192
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.011 -> 14.339
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -8.035 #related_releases - .col-md-6 link density 0.275 -> -5.825
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.487
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 81.170 #text - #story_text.hyphenate.less-top-margin
Top 5 : 63.832 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.598 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.192 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1128114921.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_17\181128114921.xhtml
Fetching https://www.sciencedaily.com/release...1127171405.htm
Parsed https://www.sciencedaily.com/release...1128114904.htm in 0.2 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128114904.htm
https://www.sciencedaily.com/release...1128114904.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_18\181128114904.xhtml
Downloaded article: Computer hackers could be thwarted by new 'deception consistency' method from https://www.sciencedaily.com/release...1128114921.htm
Downloaded article: One in four suicide attempts are associated with perceptual difficulties from https://www.sciencedaily.com/release...1128114904.htm
Fetching https://www.sciencedaily.com/release...1127131537.htm
Fetched https://www.sciencedaily.com/release...1128114837.htm in 0.556000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.111 -> 27.678
Candid: 78.025 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.023 -> 76.246
Candid: 10.500 .col-md-8.col-md-push-4 - .row link density 0.023 -> 10.261
Candid: 100.900 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 100.900
Candid: 33.150 #story_source - #story_text.hyphenate.less-top-margin link density 0.395 -> 20.044
Candid: 45.920 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.920
Candid: 12.960 .right-tabs.clearfix - #citations link density 0.021 -> 12.691
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -9.045 #related_releases - .col-md-6 link density 0.270 -> -6.602
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.447
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.432
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 100.900 #text - #story_text.hyphenate.less-top-margin
Top 5 : 76.246 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.920 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.678 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 20.044 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1128114837.htm in 0.1 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128114837.htm
Fetched https://www.sciencedaily.com/release...1128114844.htm in 0.759000 seconds
https://www.sciencedaily.com/release...1128114837.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_20\181128114837.xhtml
Fetching https://www.sciencedaily.com/release...1127110956.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: Link between job titles and gender equality from https://www.sciencedaily.com/release...1128114837.htm
Fetched https://www.sciencedaily.com/release...1127131537.htm in 0.405000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.080 -> 28.642
Candid: 100.430 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 98.642
Candid: 11.500 .col-md-8.col-md-push-4 - .row link density 0.018 -> 11.295
Candid: 139.560 #text - #story_text.hyphenate.less-top-margin link density 0.011 -> 137.991
Candid: 35.300 #story_source - #story_text.hyphenate.less-top-margin link density 0.458 -> 19.121
Candid: 55.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 55.000
Candid: 17.500 .right-tabs.clearfix - #citations link density 0.012 -> 17.298
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -10.020 #related_releases - .col-md-6 link density 0.308 -> -6.932
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -14.030 .related-summary - #related_releases link density 0.040 -> -13.464
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Fetched https://www.sciencedaily.com/release...1127171405.htm in 0.599000 seconds
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 137.991 #text - #story_text.hyphenate.less-top-margin
Top 5 : 98.642 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 55.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.642 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 19.121 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1127171419.htm in 0.823000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.110 -> 27.695
Candid: 73.200 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 72.065
Candid: 12.010 .col-md-8.col-md-push-4 - .row link density 0.015 -> 11.824
Candid: 85.420 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 85.420
Candid: 32.940 #story_source - #story_text.hyphenate.less-top-margin link density 0.194 -> 26.535
Candid: 56.630 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 56.630
Candid: 18.315 .right-tabs.clearfix - #citations link density 0.016 -> 18.016
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: -10.535 #related_releases - .col-md-6 link density 0.255 -> -7.847
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -14.060 .related-summary - #related_releases link density 0.041 -> -13.485
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Removing unlikely candidate - .row.header - .container.white
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Parsed https://www.sciencedaily.com/release...1128114844.htm in 0.5 seconds
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Processing images...
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 85.420 #text - #story_text.hyphenate.less-top-margin
Top 5 : 72.065 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 56.630 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.695 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.535 #story_source - #story_text.hyphenate.less-top-margin
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128114844.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.111
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 91.830 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 90.552
Candid: 8.475 .col-md-8.col-md-push-4 - .row link density 0.014 -> 8.357
Candid: 136.780 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 136.780
Candid: 32.980 #story_source - #story_text.hyphenate.less-top-margin link density 0.304 -> 22.968
Candid: 46.580 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.580
Candid: 13.290 .right-tabs.clearfix - #citations link density 0.019 -> 13.040
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.083 -> 28.547
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: 82.145 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.011 -> 81.257
Candid: -9.010 #related_releases - .col-md-6 link density 0.254 -> -6.725
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: 10.000 .col-md-8.col-md-push-4 - .row link density 0.011 -> 9.892
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: 110.970 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 110.970
Candid: -15.030 .related-summary - #related_releases link density 0.040 -> -14.423
Candid: 33.320 #story_source - #story_text.hyphenate.less-top-margin link density 0.233 -> 25.561
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 52.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 52.000
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 16.000 .right-tabs.clearfix - #citations link density 0.012 -> 15.807
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -9.025 #related_releases - .col-md-6 link density 0.260 -> -6.675
Candid: -16.120 .related-summary - #related_releases link density 0.042 -> -15.442
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.460
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
https://www.sciencedaily.com/release...1128114844.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_19\181128114844.xhtml
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Parsed https://www.sciencedaily.com/release...1127131537.htm in 0.6 seconds
Fetching https://www.sciencedaily.com/release...1127101735.htm
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Processing images...
Downloaded article: New report calls for health monitoring and research program on Gulf War and post-9/11 veterans from https://www.sciencedaily.com/release...1128114844.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127131537.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Top 5 : 136.780 #text - #story_text.hyphenate.less-top-margin
Top 5 : 90.552 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Top 5 : 46.580 .tab-content.tab-citations - .right-tabs.clearfix
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Top 5 : 28.111 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.968 #story_source - #story_text.hyphenate.less-top-margin
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 110.970 #text - #story_text.hyphenate.less-top-margin
Top 5 : 81.257 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 52.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.547 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 25.561 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1127110956.htm in 0.711000 seconds
https://www.sciencedaily.com/release...1127131537.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_23\181127131537.xhtml
Fetching https://www.sciencedaily.com/release...1127092547.htm
Downloaded article: Wriggly, giggle, puffball: What makes some words funny? from https://www.sciencedaily.com/release...1127131537.htm
Parsed https://www.sciencedaily.com/release...1127171405.htm in 0.7 seconds
Parsed https://www.sciencedaily.com/release...1127171419.htm in 0.7 seconds
Removing unlikely candidate - .row.header - .container.white
Processing images...
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Processing images...
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127171405.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127171419.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.116 -> 27.512
Candid: 60.200 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 59.102
Candid: 7.420 .col-md-8.col-md-push-4 - .row link density 0.018 -> 7.285
Candid: 77.820 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 77.820
Candid: 32.900 #story_source - #story_text.hyphenate.less-top-margin link density 0.250 -> 24.675
Candid: 47.360 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.360
Candid: 13.680 .right-tabs.clearfix - #citations link density 0.017 -> 13.449
Candid: -14.020 .related-summary - #related_releases link density 0.040 -> -13.457
Candid: -9.190 #related_releases - .col-md-6 link density 0.268 -> -6.728
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -14.340 .related-summary - #related_releases link density 0.047 -> -13.668
Candid: -15.030 .related-summary - #related_releases link density 0.041 -> -14.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Fetched https://www.sciencedaily.com/release...1127101735.htm in 0.414000 seconds
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
https://www.sciencedaily.com/release...1127171419.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_21\181127171419.xhtml
https://www.sciencedaily.com/release...1127171405.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_22\181127171405.xhtml
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 77.820 #text - #story_text.hyphenate.less-top-margin
Top 5 : 59.102 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.360 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.512 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.675 #story_source - #story_text.hyphenate.less-top-margin
Fetching https://www.sciencedaily.com/release...1127092544.htm
Fetching https://www.sciencedaily.com/release...1127092523.htm
Downloaded article: An understudied form of child abuse and 'intimate terrorism': Parental alienation from https://www.sciencedaily.com/release...1127171419.htm
Downloaded article: New methods help identify what drives sensitive or socially unacceptable behaviors from https://www.sciencedaily.com/release...1127171405.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1127110956.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127110956.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.116
Candid: 34.700 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.700
Candid: 9.850 .col-md-8.col-md-push-4 - .row link density 0.020 -> 9.654
Candid: 34.700 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.700
Candid: 32.350 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.350
Candid: 83.700 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.020 -> 81.992
Candid: 124.310 #text - #story_text.hyphenate link density 0.014 -> 122.556
Candid: 33.090 #story_source - #story_text.hyphenate link density 0.366 -> 20.984
Candid: 53.690 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 53.690
Candid: 16.845 .right-tabs.clearfix - #citations link density 0.016 -> 16.572
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.448
Candid: -9.535 #related_releases - .col-md-6 link density 0.245 -> -7.201
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 122.556 #text - #story_text.hyphenate
Top 5 : 81.992 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 53.690 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.700 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.700 .modal-text - .modal-content.modal-content-custom
https://www.sciencedaily.com/release...1127110956.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_24\181127110956.xhtml
Fetching https://www.sciencedaily.com/release...1126185429.htm
Downloaded article: Stigma impairs cognition in men living with HIV from https://www.sciencedaily.com/release...1127110956.htm
Parsed https://www.sciencedaily.com/release...1127101735.htm in 0.3 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127101735.htm
https://www.sciencedaily.com/release...1127101735.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_25\181127101735.xhtml
Fetching https://www.sciencedaily.com/release...1126185423.htm
Downloaded article: Nations must triple efforts to reach 2°C target, concludes annual review of global emissions, climate action from https://www.sciencedaily.com/release...1127101735.htm
Fetched https://www.sciencedaily.com/release...1127092523.htm in 0.425000 seconds
Fetched https://www.sciencedaily.com/release...1127092547.htm in 0.685000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.083 -> 28.545
Candid: 90.725 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.010 -> 89.802
Candid: 7.600 .col-md-8.col-md-push-4 - .row link density 0.010 -> 7.523
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 138.110 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 138.110
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 32.940 #story_source - #story_text.hyphenate.less-top-margin link density 0.194 -> 26.535
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 49.010 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.010
Candid: 14.505 .right-tabs.clearfix - #citations link density 0.020 -> 14.208
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: -9.490 #related_releases - .col-md-6 link density 0.235 -> -7.259
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.081 -> 28.620
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 97.450 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 95.936
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 7.490 .col-md-8.col-md-push-4 - .row link density 0.016 -> 7.374
Candid: 151.780 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 151.780
Candid: 33.160 #story_source - #story_text.hyphenate.less-top-margin link density 0.400 -> 19.896
Candid: 47.330 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.330
Candid: 13.665 .right-tabs.clearfix - #citations link density 0.017 -> 13.433
Candid: -15.180 .related-summary - #related_releases link density 0.043 -> -14.523
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: -8.570 #related_releases - .col-md-6 link density 0.235 -> -6.559
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.460
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 138.110 #text - #story_text.hyphenate.less-top-margin
Top 5 : 89.802 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Top 5 : 49.010 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.545 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Top 5 : 26.535 #story_source - #story_text.hyphenate.less-top-margin
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 151.780 #text - #story_text.hyphenate.less-top-margin
Top 5 : 95.936 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.330 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.620 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 19.896 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1126185429.htm in 0.535000 seconds
Parsed https://www.sciencedaily.com/release...1127092523.htm in 0.4 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1127092544.htm in 0.837000 seconds
Parsed https://www.sciencedaily.com/release...1127092547.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127092523.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127092547.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1127092523.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_28\181127092523.xhtml
https://www.sciencedaily.com/release...1127092547.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_26\181127092547.xhtml
Fetching https://www.sciencedaily.com/release...1126185419.htm
Fetching https://www.sciencedaily.com/release...1126154107.htm
Downloaded article: Parents: To prepare kids financially, give them practice with money from https://www.sciencedaily.com/release...1127092523.htm
Downloaded article: Reliance on 'YouTube medicine' may be dangerous for those concerned about prostate cancer from https://www.sciencedaily.com/release...1127092547.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.096 -> 28.132
Candid: 67.765 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 66.768
Candid: 7.905 .col-md-8.col-md-push-4 - .row link density 0.015 -> 7.789
Candid: 90.890 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 90.890
Candid: 33.020 #story_source - #story_text.hyphenate.less-top-margin link density 0.328 -> 22.203
Candid: 46.430 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.430
Candid: 13.215 .right-tabs.clearfix - #citations link density 0.019 -> 12.961
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -9.955 #related_releases - .col-md-6 link density 0.230 -> -7.666
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.096 -> 28.151
Candid: 82.810 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.015 -> 81.535
Candid: 7.330 .col-md-8.col-md-push-4 - .row link density 0.015 -> 7.217
Candid: 123.350 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 123.350
Candid: 32.950 #story_source - #story_text.hyphenate.less-top-margin link density 0.284 -> 23.579
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 52.010 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 52.010
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 16.005 .right-tabs.clearfix - #citations link density 0.020 -> 15.677
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: -8.995 #related_releases - .col-md-6 link density 0.224 -> -6.976
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.458
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.370
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Top 5 : 90.890 #text - #story_text.hyphenate.less-top-margin
Top 5 : 66.768 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.430 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.132 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 22.203 #story_source - #story_text.hyphenate.less-top-margin
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 123.350 #text - #story_text.hyphenate.less-top-margin
Top 5 : 81.535 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 52.010 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.151 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 23.579 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1126185423.htm in 0.908000 seconds
Parsed https://www.sciencedaily.com/release...1126185429.htm in 0.5 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1127092544.htm in 0.5 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126185429.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127092544.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
https://www.sciencedaily.com/release...1126185429.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_29\181126185429.xhtml
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.090 -> 28.343
Candid: 68.335 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.011 -> 67.601
https://www.sciencedaily.com/release...1127092544.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_27\181127092544.xhtml
Candid: 8.000 .col-md-8.col-md-push-4 - .row link density 0.011 -> 7.914
Fetching https://www.sciencedaily.com/release...1126154104.htm
Candid: 91.770 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 91.770
Downloaded article: Big study of fishing communities finds good neighbors are hard to come by from https://www.sciencedaily.com/release...1126185429.htm
Candid: 32.900 #story_source - #story_text.hyphenate.less-top-margin link density 0.163 -> 27.522
Candid: 51.350 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 51.350
Downloaded article: Is your office messy? If so, you may be seen as uncaring, neurotic from https://www.sciencedaily.com/release...1127092544.htm
Candid: 15.675 .right-tabs.clearfix - #citations link density 0.015 -> 15.441
Fetching https://www.sciencedaily.com/release...1126134317.htm
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: -8.970 #related_releases - .col-md-6 link density 0.267 -> -6.578
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.475
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 91.770 #text - #story_text.hyphenate.less-top-margin
Top 5 : 67.601 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 51.350 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.343 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 27.522 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1126154107.htm in 0.556000 seconds
Parsed https://www.sciencedaily.com/release...1126185423.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126185423.htm
Fetched https://www.sciencedaily.com/release...1126185419.htm in 0.632000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1126185423.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_30\181126185423.xhtml
Downloaded article: Some research may be encouraging ineffective prescriptions, says new study from https://www.sciencedaily.com/release...1126185423.htm
Fetching https://www.sciencedaily.com/release...1126134308.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.090 -> 28.321
Candid: 103.575 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.008 -> 102.754
Candid: 7.665 .col-md-8.col-md-push-4 - .row link density 0.008 -> 7.604
Candid: 163.190 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 163.190
Candid: 33.300 #story_source - #story_text.hyphenate.less-top-margin link density 0.208 -> 26.362
Candid: 50.300 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.300
Candid: 15.150 .right-tabs.clearfix - #citations link density 0.017 -> 14.892
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -10.905 #related_releases - .col-md-6 link density 0.289 -> -7.759
Candid: -16.850 .related-summary - #related_releases link density 0.064 -> -15.774
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 163.190 #text - #story_text.hyphenate.less-top-margin
Top 5 : 102.754 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 50.300 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.321 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.362 #story_source - #story_text.hyphenate.less-top-margin
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.108 -> 27.780
Candid: 67.525 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 66.469
Candid: 8.000 .col-md-8.col-md-push-4 - .row link density 0.016 -> 7.875
Candid: 89.790 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 89.790
Candid: 33.260 #story_source - #story_text.hyphenate.less-top-margin link density 0.193 -> 26.846
Candid: 46.160 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.160
Candid: 13.080 .right-tabs.clearfix - #citations link density 0.020 -> 12.818
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -9.485 #related_releases - .col-md-6 link density 0.220 -> -7.401
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.460
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 89.790 #text - #story_text.hyphenate.less-top-margin
Top 5 : 66.469 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.160 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.780 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.846 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1126154107.htm in 0.3 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126154107.htm
Parsed https://www.sciencedaily.com/release...1126185419.htm in 0.3 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126185419.htm
https://www.sciencedaily.com/release...1126154107.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_32\181126154107.xhtml
Fetching https://www.sciencedaily.com/release...1126134257.htm
https://www.sciencedaily.com/release...1126185419.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_31\181126185419.xhtml
Fetching https://www.sciencedaily.com/release...1126134251.htm
Downloaded article: The tragedy of the commons -- minus the tragedy from https://www.sciencedaily.com/release...1126154107.htm
Downloaded article: Natural habitats larger than Greece created to offset economic developments from https://www.sciencedaily.com/release...1126185419.htm
Fetched https://www.sciencedaily.com/release...1126134317.htm in 0.796000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.077 -> 28.724
Candid: 107.550 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.011 -> 106.367
Candid: 7.975 .col-md-8.col-md-push-4 - .row link density 0.011 -> 7.887
Candid: 169.810 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 169.810
Candid: 33.390 #story_source - #story_text.hyphenate.less-top-margin link density 0.275 -> 24.224
Candid: 46.310 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.310
Candid: 13.155 .right-tabs.clearfix - #citations link density 0.020 -> 12.898
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.473
Candid: -10.070 #related_releases - .col-md-6 link density 0.255 -> -7.500
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
Candid: -14.030 .related-summary - #related_releases link density 0.041 -> -13.461
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.370
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 169.810 #text - #story_text.hyphenate.less-top-margin
Top 5 : 106.367 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 46.310 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.724 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.224 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1126134317.htm in 0.1 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126134317.htm
https://www.sciencedaily.com/release...1126134317.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_34\181126134317.xhtml
Fetched https://www.sciencedaily.com/release...1126154104.htm in 0.977000 seconds
Fetching https://www.sciencedaily.com/release...1126134248.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: Coordinated development could help wind farms be better neighbors from https://www.sciencedaily.com/release...1126134317.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.085 -> 28.492
Candid: 88.725 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.011 -> 87.745
Candid: 8.145 .col-md-8.col-md-push-4 - .row link density 0.011 -> 8.055
Candid: 131.960 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 131.960
Candid: 32.910 #story_source - #story_text.hyphenate.less-top-margin link density 0.257 -> 24.447
Candid: 45.830 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.830
Candid: 12.915 .right-tabs.clearfix - #citations link density 0.021 -> 12.643
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -7.495 #related_releases - .col-md-6 link density 0.220 -> -5.844
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: -13.040 .related-summary - #related_releases link density 0.041 -> -12.509
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.473
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 131.960 #text - #story_text.hyphenate.less-top-margin
Top 5 : 87.745 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.830 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.492 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 24.447 #story_source - #story_text.hyphenate.less-top-margin
Fetched https://www.sciencedaily.com/release...1126134308.htm in 0.772000 seconds
Fetched https://www.sciencedaily.com/release...1126134257.htm in 0.520000 seconds
Parsed https://www.sciencedaily.com/release...1126154104.htm in 0.2 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126154104.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.090 -> 28.346
Candid: 88.200 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.009 -> 87.409
Candid: 8.080 .col-md-8.col-md-push-4 - .row link density 0.009 -> 8.008
Removing unlikely candidate - .row.header - .container.white
Candid: 130.930 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 130.930
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 33.150 #story_source - #story_text.hyphenate.less-top-margin link density 0.147 -> 28.267
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 45.710 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.710
Candid: 12.855 .right-tabs.clearfix - #citations link density 0.021 -> 12.579
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: -10.535 #related_releases - .col-md-6 link density 0.276 -> -7.632
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.428
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
https://www.sciencedaily.com/release...1126154104.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_33\181126154104.xhtml
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetching https://www.sciencedaily.com/release...1126123401.htm
Downloaded article: The complexity of the commons: Scientists recast social dilemmas from https://www.sciencedaily.com/release...1126154104.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 130.930 #text - #story_text.hyphenate.less-top-margin
Top 5 : 87.409 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.710 .tab-content.tab-citations - .right-tabs.clearfix
Fetched https://www.sciencedaily.com/release...1126134251.htm in 0.756000 seconds
Top 5 : 28.346 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 28.267 #story_source - #story_text.hyphenate.less-top-margin
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.096 -> 28.135
Candid: 74.175 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.013 -> 73.183
Candid: 8.000 .col-md-8.col-md-push-4 - .row link density 0.013 -> 7.893
Candid: 103.410 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 103.410
Candid: 32.940 #story_source - #story_text.hyphenate.less-top-margin link density 0.194 -> 26.535
Candid: 45.500 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.500
Candid: 12.750 .right-tabs.clearfix - #citations link density 0.022 -> 12.466
Candid: -15.030 .related-summary - #related_releases link density 0.040 -> -14.423
Candid: -9.765 #related_releases - .col-md-6 link density 0.237 -> -7.453
Candid: -12.430 .related-summary - #related_releases link density 0.049 -> -11.819
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 103.410 #text - #story_text.hyphenate.less-top-margin
Top 5 : 73.183 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.500 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.135 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.535 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1126134248.htm in 0.679000 seconds
Parsed https://www.sciencedaily.com/release...1126134308.htm in 0.6 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126134308.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.867
Candid: 70.045 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.020 -> 68.644
Candid: 7.125 .col-md-8.col-md-push-4 - .row link density 0.020 -> 6.983
Parsed https://www.sciencedaily.com/release...1126134257.htm in 0.6 seconds
Candid: 98.550 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 98.550
Candid: 33.040 #story_source - #story_text.hyphenate.less-top-margin link density 0.339 -> 21.840
Candid: 49.100 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.100
Candid: 14.550 .right-tabs.clearfix - #citations link density 0.020 -> 14.256
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Processing images...
Candid: -9.980 #related_releases - .col-md-6 link density 0.217 -> -7.813
Candid: -13.970 .related-summary - #related_releases link density 0.040 -> -13.416
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.417
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126134257.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Removing unlikely candidate - .row.header - .container.white
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 98.550 #text - #story_text.hyphenate.less-top-margin
Top 5 : 68.644 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 49.100 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.867 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 21.840 #story_source - #story_text.hyphenate.less-top-margin
https://www.sciencedaily.com/release...1126134308.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_35\181126134308.xhtml
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Downloaded article: The five types of problem drinking are more common at different ages from https://www.sciencedaily.com/release...1126134308.htm
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetching https://www.sciencedaily.com/release...1125113728.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.085 -> 28.501
Candid: 91.945 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.018 -> 90.328
Candid: 7.445 .col-md-8.col-md-push-4 - .row link density 0.018 -> 7.314
https://www.sciencedaily.com/release...1126134257.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_36\181126134257.xhtml
Candid: 140.740 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 140.740
Candid: 33.370 #story_source - #story_text.hyphenate.less-top-margin link density 0.483 -> 17.237
Candid: 47.270 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.270
Candid: 13.635 .right-tabs.clearfix - #citations link density 0.017 -> 13.402
Candid: -14.030 .related-summary - #related_releases link density 0.041 -> -13.461
Fetching https://www.sciencedaily.com/release...1130134403.htm
Candid: -9.520 #related_releases - .col-md-6 link density 0.209 -> -7.529
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.451
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 140.740 #text - #story_text.hyphenate.less-top-margin
Top 5 : 90.328 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.270 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.501 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 17.237 #story_source - #story_text.hyphenate.less-top-margin
Parsed https://www.sciencedaily.com/release...1126134251.htm in 0.6 seconds
Downloaded article: Persistence of pesticides threatens European soils from https://www.sciencedaily.com/release...1126134257.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126134251.htm
Parsed https://www.sciencedaily.com/release...1126134248.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126134248.htm
https://www.sciencedaily.com/release...1126134251.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_37\181126134251.xhtml
Fetching https://www.sciencedaily.com/release...1130120439.htm
Downloaded article: Drug use, religion explain 'reverse gender gap' on marijuana from https://www.sciencedaily.com/release...1126134251.htm
Fetched https://www.sciencedaily.com/release...1126123401.htm in 0.828000 seconds
https://www.sciencedaily.com/release...1126134248.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_38\181126134248.xhtml
Fetching https://www.sciencedaily.com/release...1129142450.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1125113728.htm in 0.452000 seconds
Fetched https://www.sciencedaily.com/release...1130134403.htm in 0.451000 seconds
Downloaded article: Does teen cannabis use lead to behavior problems -- or vice versa? from https://www.sciencedaily.com/release...1126134248.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.096 -> 28.159
Candid: 98.410 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 97.011
Candid: 8.925 .col-md-8.col-md-push-4 - .row link density 0.014 -> 8.798
Candid: 148.080 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 148.080
Candid: 33.040 #story_source - #story_text.hyphenate.less-top-margin link density 0.339 -> 21.840
Candid: 45.260 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.260
Candid: 12.630 .right-tabs.clearfix - #citations link density 0.023 -> 12.337
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: -9.525 #related_releases - .col-md-6 link density 0.283 -> -6.827
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.435
Candid: -15.090 .related-summary - #related_releases link density 0.042 -> -14.461
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Removing unlikely candidate - .row.header - .container.white
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 148.080 #text - #story_text.hyphenate.less-top-margin
Top 5 : 97.011 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 45.260 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.159 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 21.840 #story_source - #story_text.hyphenate.less-top-margin
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.132 -> 27.035
Candid: 54.185 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.032 -> 52.445
Candid: 9.660 .col-md-8.col-md-push-4 - .row link density 0.031 -> 9.359
Candid: 56.960 #text - #story_text.hyphenate link density 0.035 -> 54.946
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.092 -> 28.267
Candid: 2.700 li - ul link density 0.000 -> 2.700
Candid: 32.950 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.950
Candid: 9.085 ul - #text link density 0.000 -> 9.085
Candid: 2.430 li - ul link density 0.000 -> 2.430
Fetched https://www.sciencedaily.com/release...1130120439.htm in 0.516000 seconds
Candid: 9.935 .col-md-8.col-md-push-4 - .row link density 0.014 -> 9.796
Candid: 4.110 li - ul link density 0.000 -> 4.110
Candid: 32.950 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.950
Candid: 2.930 li - ul link density 0.000 -> 2.930
Candid: 31.475 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.475
Candid: 6.280 li - ul link density 0.000 -> 6.280
Candid: 1.640 ul - #text link density 0.000 -> 1.640
Candid: 68.040 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 67.022
Candid: 2.820 li - ul link density 0.000 -> 2.820
Candid: 89.040 #text - #story_text.hyphenate link density 0.000 -> 89.040
Candid: 2.520 ul - #text link density 0.000 -> 2.520
Candid: 33.200 #story_source - #story_text.hyphenate link density 0.164 -> 27.749
Candid: 2.220 li - ul link density 0.000 -> 2.220
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Candid: 4.360 li - ul link density 0.000 -> 4.360
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: 0.680 ul - #text link density 0.000 -> 0.680
Candid: -16.080 .related-summary - #related_releases link density 0.041 -> -15.416
Candid: 32.770 #story_source - #story_text.hyphenate link density 0.143 -> 28.089
Candid: 49.970 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.970
Candid: -11.145 #related_releases - .col-md-6 link density 0.241 -> -8.454
Candid: 14.985 .right-tabs.clearfix - #citations link density 0.018 -> 14.719
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.400
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: -16.180 .related-summary - #related_releases link density 0.043 -> -15.480
Candid: -10.045 #related_releases - .col-md-6 link density 0.241 -> -7.629
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: -14.070 .related-summary - #related_releases link density 0.041 -> -13.489
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.367
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Parsed https://www.sciencedaily.com/release...1126123401.htm in 0.6 seconds
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Processing images...
Fetched https://www.sciencedaily.com/release...1129142450.htm in 0.446000 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126123401.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Top 5 : 89.040 #text - #story_text.hyphenate
Top 5 : 67.022 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.950 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.950 .modal-text - .modal-content.modal-content-custom
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 54.946 #text - #story_text.hyphenate
Top 5 : 52.445 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.970 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.089 #story_source - #story_text.hyphenate
Top 5 : 27.035 .col-sm-8.main.less-padding-right.hyphenate - .row
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1126123401.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_39\181126123401.xhtml
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetching https://www.sciencedaily.com/release...1129142447.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.076 -> 28.780
Candid: 36.280 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.280
Candid: 14.140 .col-md-8.col-md-push-4 - .row link density 0.007 -> 14.040
Candid: 36.280 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.280
Candid: 33.140 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.140
Candid: 116.465 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.007 -> 115.611
Downloaded article: Family matters for future wealth from https://www.sciencedaily.com/release...1126123401.htm
Candid: 175.520 #text - #story_text.hyphenate link density 0.000 -> 175.520
Candid: 33.410 #story_source - #story_text.hyphenate link density 0.265 -> 24.573
Candid: 48.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.980
Candid: 14.490 .right-tabs.clearfix - #citations link density 0.021 -> 14.192
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.490
Candid: -9.025 #related_releases - .col-md-6 link density 0.298 -> -6.337
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.497
Parsed https://www.sciencedaily.com/release...1130134403.htm in 0.8 seconds
Candid: -15.980 .related-summary - #related_releases link density 0.039 -> -15.349
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Parsed https://www.sciencedaily.com/release...1125113728.htm in 0.8 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.172
Candid: 32.280 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.280
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130134403.htm
Candid: 8.480 .col-md-8.col-md-push-4 - .row link density 0.017 -> 8.337
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Processing images...
Candid: 32.280 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.280
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.140 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.140
Candid: 75.765 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 74.452
Candid: 109.040 #text - #story_text.hyphenate link density 0.000 -> 109.040
Candid: 33.130 #story_source - #story_text.hyphenate link density 0.315 -> 22.695
Candid: 46.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.850
Candid: 13.425 .right-tabs.clearfix - #citations link density 0.018 -> 13.182
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: -13.970 .related-summary - #related_releases link density 0.039 -> -13.421
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -8.980 #related_releases - .col-md-6 link density 0.258 -> -6.665
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.495
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1125113728.htm
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 175.520 #text - #story_text.hyphenate
Top 5 : 115.611 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.280 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 36.280 .modal-text - .modal-content.modal-content-custom
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 109.040 #text - #story_text.hyphenate
Top 5 : 74.452 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.850 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.280 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.280 .modal-text - .modal-content.modal-content-custom
https://www.sciencedaily.com/release...1130134403.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_0\181130134403.xhtml
Fetching https://www.sciencedaily.com/release...1129142423.htm
Downloaded article: Force Push VR brings Jedi powers to life from https://www.sciencedaily.com/release...1130134403.htm
Parsed https://www.sciencedaily.com/release...1130120439.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1130120439.htm
Parsed https://www.sciencedaily.com/release...1129142450.htm in 0.7 seconds
https://www.sciencedaily.com/release...1125113728.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_5\article_40\181125113728.xhtml
Fetching https://www.sciencedaily.com/release...1129142414.htm
Processing images...
Downloaded article: New federal climate assessment for U.S. released from https://www.sciencedaily.com/release...1125113728.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142450.htm
Fetched https://www.sciencedaily.com/release...1129142447.htm in 0.499000 seconds
https://www.sciencedaily.com/release...1130120439.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_1\181130120439.xhtml
Fetching https://www.sciencedaily.com/release...1129142354.htm
Downloaded article: To image leaky atmosphere, NASA rocket team heads north from https://www.sciencedaily.com/release...1130120439.htm
https://www.sciencedaily.com/release...1129142450.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_2\181129142450.xhtml
Fetching https://www.sciencedaily.com/release...1129103506.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1129142423.htm in 0.419000 seconds
Downloaded article: Mammal-like milk provisioning and parental care discovered in jumping spider from https://www.sciencedaily.com/release...1129142450.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.105 -> 27.878
Candid: 32.310 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.310
Candid: 10.655 .col-md-8.col-md-push-4 - .row link density 0.011 -> 10.540
Candid: 32.310 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.310
Candid: 31.155 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.155
Candid: 65.660 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.011 -> 64.930
Candid: 80.550 #text - #story_text.hyphenate link density 0.000 -> 80.550
Candid: 32.770 #story_source - #story_text.hyphenate link density 0.143 -> 28.089
Candid: 50.330 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 50.330
Candid: 15.165 .right-tabs.clearfix - #citations link density 0.017 -> 14.908
Candid: -15.310 .related-summary - #related_releases link density 0.046 -> -14.603
Candid: -10.160 #related_releases - .col-md-6 link density 0.318 -> -6.927
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.393
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Fetched https://www.sciencedaily.com/release...1129142414.htm in 0.419000 seconds
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 80.550 #text - #story_text.hyphenate
Top 5 : 64.930 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 50.330 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.310 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.310 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.052 -> 29.504
Candid: 43.000 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 43.000
Candid: 16.000 .col-md-8.col-md-push-4 - .row link density 0.006 -> 15.898
Candid: 43.000 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 43.000
Candid: 36.500 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 36.500
Candid: 101.420 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.008 -> 100.650
Candid: 152.000 #text - #story_text.hyphenate link density 0.000 -> 152.000
Candid: 32.840 #story_source - #story_text.hyphenate link density 0.204 -> 26.138
Candid: 48.960 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.960
Candid: 14.480 .right-tabs.clearfix - #citations link density 0.014 -> 14.282
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.393
Candid: -9.540 #related_releases - .col-md-6 link density 0.238 -> -7.269
Removing unlikely candidate - .row.header - .container.white
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Candid: -14.030 .related-summary - #related_releases link density 0.041 -> -13.461
Fetched https://www.sciencedaily.com/release...1129142354.htm in 0.463000 seconds
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Parsed https://www.sciencedaily.com/release...1129142447.htm in 0.6 seconds
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Processing images...
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142447.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 152.000 #text - #story_text.hyphenate
Top 5 : 100.650 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.960 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 43.000 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 43.000 .modal-text - .modal-content.modal-content-custom
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.052 -> 29.505
Candid: 38.400 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.400
Candid: 11.775 .col-md-8.col-md-push-4 - .row link density 0.006 -> 11.699
Candid: 38.400 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.400
Candid: 34.200 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.200
Candid: 126.935 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.007 -> 126.030
Candid: 210.660 #text - #story_text.hyphenate link density 0.000 -> 210.660
Candid: 32.910 #story_source - #story_text.hyphenate link density 0.257 -> 24.447
Candid: 54.380 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 54.380
Candid: 17.190 .right-tabs.clearfix - #citations link density 0.015 -> 16.934
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: -10.050 #related_releases - .col-md-6 link density 0.250 -> -7.538
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.410
Candid: -13.990 .related-summary - #related_releases link density 0.040 -> -13.433
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetched https://www.sciencedaily.com/release...1129103506.htm in 0.594000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
https://www.sciencedaily.com/release...1129142447.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_3\181129142447.xhtml
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Fetching https://www.sciencedaily.com/release...1129084718.htm
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Downloaded article: Toolbox for studying the existence of animal cultures from https://www.sciencedaily.com/release...1129142447.htm
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 210.660 #text - #story_text.hyphenate
Top 5 : 126.030 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 54.380 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.400 .modal-text - .modal-content.modal-content-custom
Top 5 : 38.400 #story_photo.hyphenate - .col-md-8.col-md-push-4
Parsed https://www.sciencedaily.com/release...1129142423.htm in 0.7 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.095 -> 28.190
Candid: 38.250 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.250
Candid: 11.130 .col-md-8.col-md-push-4 - .row link density 0.014 -> 10.976
Candid: 38.250 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.250
Candid: 34.125 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.125
Candid: 85.530 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 84.238
Candid: 129.600 #text - #story_text.hyphenate link density 0.000 -> 129.600
Candid: 33.440 #story_source - #story_text.hyphenate link density 0.253 -> 24.974
Candid: 46.850 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.850
Candid: 13.425 .right-tabs.clearfix - #citations link density 0.018 -> 13.182
Candid: -16.360 .related-summary - #related_releases link density 0.047 -> -15.585
Candid: -9.675 #related_releases - .col-md-6 link density 0.303 -> -6.744
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142423.htm
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.471
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 129.600 #text - #story_text.hyphenate
Top 5 : 84.238 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.850 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.250 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.250 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1129142414.htm in 0.8 seconds
Processing images...
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142414.htm
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.098 -> 28.093
Candid: 35.600 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.600
Candid: 10.330 .col-md-8.col-md-push-4 - .row link density 0.016 -> 10.167
Candid: 35.600 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.600
Candid: 32.800 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.800
Candid: 70.205 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 69.004
Candid: 97.320 #text - #story_text.hyphenate link density 0.000 -> 97.320
Candid: 32.970 #story_source - #story_text.hyphenate link density 0.297 -> 23.168
Candid: 45.410 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.410
Candid: 12.705 .right-tabs.clearfix - #citations link density 0.023 -> 12.418
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: -8.065 #related_releases - .col-md-6 link density 0.233 -> -6.183
Candid: -13.050 .related-summary - #related_releases link density 0.041 -> -12.519
Candid: -13.030 .related-summary - #related_releases link density 0.040 -> -12.504
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
https://www.sciencedaily.com/release...1129142423.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_4\181129142423.xhtml
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetching https://www.sciencedaily.com/release...1128141833.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Downloaded article: Whales lost their teeth before evolving hair-like baleen in their mouths from https://www.sciencedaily.com/release...1129142423.htm
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 97.320 #text - #story_text.hyphenate
Top 5 : 69.004 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.410 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.600 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.600 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1129142354.htm in 0.8 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1129084718.htm in 0.518000 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129142354.htm
https://www.sciencedaily.com/release...1129142414.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_5\181129142414.xhtml
Fetching https://www.sciencedaily.com/release...1128114950.htm
Downloaded article: All of the starlight ever produced by the observable universe measured from https://www.sciencedaily.com/release...1129142414.htm
Parsed https://www.sciencedaily.com/release...1129103506.htm in 0.8 seconds
Processing images...
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129103506.htm
https://www.sciencedaily.com/release...1129142354.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_6\181129142354.xhtml
Downloaded article: Switching identities: Revolutionary insulator-like material also conducts electricity from https://www.sciencedaily.com/release...1129142354.htm
Fetching https://www.sciencedaily.com/release...1128114932.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.114 -> 27.581
Candid: 36.370 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.370
Candid: 12.185 .col-md-8.col-md-push-4 - .row link density 0.014 -> 12.020
Candid: 36.370 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.370
Candid: 33.185 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.185
Candid: 59.385 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 58.512
Candid: 70.000 #text - #story_text.hyphenate link density 0.000 -> 70.000
Candid: 32.770 #story_source - #story_text.hyphenate link density 0.143 -> 28.089
Candid: 45.050 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.050
Candid: 12.525 .right-tabs.clearfix - #citations link density 0.024 -> 12.223
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -8.995 #related_releases - .col-md-6 link density 0.273 -> -6.535
Candid: -15.980 .related-summary - #related_releases link density 0.040 -> -15.346
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.495
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Fetched https://www.sciencedaily.com/release...1128141833.htm in 0.444000 seconds
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
https://www.sciencedaily.com/release...1129103506.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_7\181129103506.xhtml
Top 5 : 70.000 #text - #story_text.hyphenate
Top 5 : 58.512 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.050 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.370 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.370 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetching https://www.sciencedaily.com/release...1128114927.htm
Downloaded article: A new way to create Saturn's radiation belts from https://www.sciencedaily.com/release...1129103506.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Parsed https://www.sciencedaily.com/release...1129084718.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1129084718.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.086 -> 28.448
Candid: 35.820 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.820
Candid: 11.910 .col-md-8.col-md-push-4 - .row link density 0.016 -> 11.723
Candid: 35.820 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.820
Candid: 32.910 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.910
Candid: 82.570 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.017 -> 81.135
Candid: 115.880 #text - #story_text.hyphenate link density 0.000 -> 115.880
Candid: 33.260 #story_source - #story_text.hyphenate link density 0.443 -> 18.531
Candid: 46.940 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.940
Fetched https://www.sciencedaily.com/release...1128114932.htm in 0.348000 seconds
Candid: 13.470 .right-tabs.clearfix - #citations link density 0.018 -> 13.229
Candid: -14.050 .related-summary - #related_releases link density 0.041 -> -13.475
Candid: -8.505 #related_releases - .col-md-6 link density 0.268 -> -6.229
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -12.980 .related-summary - #related_releases link density 0.039 -> -12.468
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.410
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
https://www.sciencedaily.com/release...1129084718.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_8\181129084718.xhtml
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Fetching https://www.sciencedaily.com/release...1128082735.htm
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 115.880 #text - #story_text.hyphenate
Top 5 : 81.135 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.940 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.820 .modal-text - .modal-content.modal-content-custom
Top 5 : 35.820 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: A prosthetic arm that decodes phantom limb movements from https://www.sciencedaily.com/release...1129084718.htm
Fetched https://www.sciencedaily.com/release...1128114927.htm in 0.407000 seconds
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Parsed https://www.sciencedaily.com/release...1128141833.htm in 0.5 seconds
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.084 -> 28.518
Candid: 32.330 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.330
Candid: 12.165 .col-md-8.col-md-push-4 - .row link density 0.019 -> 11.939
Candid: 32.330 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.330
Candid: 31.165 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.165
Candid: 68.580 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.019 -> 67.273
Candid: 80.000 #text - #story_text.hyphenate link density 0.000 -> 80.000
Candid: 33.160 #story_source - #story_text.hyphenate link density 0.400 -> 19.896
Candid: 47.960 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.960
Fetched https://www.sciencedaily.com/release...1128114950.htm in 0.846000 seconds
Candid: 13.980 .right-tabs.clearfix - #citations link density 0.016 -> 13.761
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.363
Candid: -11.040 #related_releases - .col-md-6 link density 0.230 -> -8.498
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -16.050 .related-summary - #related_releases link density 0.041 -> -15.396
Candid: -15.030 .related-summary - #related_releases link density 0.041 -> -14.421
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128141833.htm
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 80.000 #text - #story_text.hyphenate
Top 5 : 67.273 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 47.960 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.330 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.330 #story_photo.hyphenate - .col-md-8.col-md-push-4
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.130 -> 27.079
Candid: 35.080 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 35.080
Candid: 12.040 .col-md-8.col-md-push-4 - .row link density 0.038 -> 11.578
Candid: 35.080 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 35.080
Candid: 32.540 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.540
Candid: 54.325 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.041 -> 52.084
Candid: 57.670 #text - #story_text.hyphenate link density 0.038 -> 55.495
Candid: 32.980 #story_source - #story_text.hyphenate link density 0.304 -> 22.968
Candid: 45.800 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.800
Candid: 12.900 .right-tabs.clearfix - #citations link density 0.021 -> 12.627
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: -10.055 #related_releases - .col-md-6 link density 0.246 -> -7.583
Candid: -15.020 .related-summary - #related_releases link density 0.040 -> -14.414
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
https://www.sciencedaily.com/release...1128141833.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_9\181128141833.xhtml
Candid: -14.040 .related-summary - #related_releases link density 0.041 -> -13.471
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Downloaded article: Atomic clocks now keep time well enough to improve models of Earth from https://www.sciencedaily.com/release...1128141833.htm
Fetching https://www.sciencedaily.com/release...1127131537.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 55.495 #text - #story_text.hyphenate
Top 5 : 52.084 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.800 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 35.080 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 35.080 .modal-text - .modal-content.modal-content-custom
Parsed https://www.sciencedaily.com/release...1128114932.htm in 0.6 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.075 -> 28.803
Candid: 32.480 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.480
Processing images...
Candid: 13.240 .col-md-8.col-md-push-4 - .row link density 0.015 -> 13.047
Candid: 32.480 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.480
Candid: 31.240 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.240
Candid: 69.580 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 68.537
Candid: 78.000 #text - #story_text.hyphenate link density 0.000 -> 78.000
Candid: 33.160 #story_source - #story_text.hyphenate link density 0.400 -> 19.896
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.012 -> 14.321
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: -9.060 #related_releases - .col-md-6 link density 0.232 -> -6.954
Candid: -15.070 .related-summary - #related_releases link density 0.041 -> -14.451
Candid: -12.000 .related-summary - #related_releases link density 0.040 -> -11.522
Candid: -16.000 .related-summary - #related_releases link density 0.040 -> -15.360
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128114932.htm
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 78.000 #text - #story_text.hyphenate
Top 5 : 68.537 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.480 .modal-text - .modal-content.modal-content-custom
Top 5 : 32.480 #story_photo.hyphenate - .col-md-8.col-md-push-4
Fetched https://www.sciencedaily.com/release...1128082735.htm in 0.711000 seconds
https://www.sciencedaily.com/release...1128114932.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_11\181128114932.xhtml
Parsed https://www.sciencedaily.com/release...1128114927.htm in 0.7 seconds
Downloaded article: Reading rats' minds from https://www.sciencedaily.com/release...1128114932.htm
Fetching https://www.sciencedaily.com/release...1127111025.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128114927.htm
Parsed https://www.sciencedaily.com/release...1128114950.htm in 0.7 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128114950.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1128114927.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_12\181128114927.xhtml
Downloaded article: Flexible electronic skin aids human-machine interactions from https://www.sciencedaily.com/release...1128114927.htm
Fetching https://www.sciencedaily.com/release...1127110959.htm
Fetched https://www.sciencedaily.com/release...1127131537.htm in 0.534000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.068 -> 29.003
Candid: 40.250 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 40.250
Candid: 12.535 .col-md-8.col-md-push-4 - .row link density 0.016 -> 12.340
Candid: 40.250 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 40.250
Candid: 35.125 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 35.125
Candid: 97.470 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.018 -> 95.757
Candid: 151.510 #text - #story_text.hyphenate link density 0.000 -> 151.510
Candid: 33.790 #story_source - #story_text.hyphenate link density 0.264 -> 24.861
Candid: 46.280 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 46.280
https://www.sciencedaily.com/release...1128114950.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_10\181128114950.xhtml
Candid: 13.140 .right-tabs.clearfix - #citations link density 0.020 -> 12.882
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Downloaded article: Scientists discovered a set of enzymes to create glowing organisms from https://www.sciencedaily.com/release...1128114950.htm
Candid: -10.030 #related_releases - .col-md-6 link density 0.228 -> -7.746
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.495
Fetching https://www.sciencedaily.com/release...1127092552.htm
Candid: -16.030 .related-summary - #related_releases link density 0.040 -> -15.383
Candid: -16.010 .related-summary - #related_releases link density 0.040 -> -15.370
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 151.510 #text - #story_text.hyphenate
Top 5 : 95.757 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 46.280 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 40.250 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 40.250 .modal-text - .modal-content.modal-content-custom
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Fetched https://www.sciencedaily.com/release...1127111025.htm in 0.436000 seconds
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.110 -> 27.695
Candid: 73.200 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.016 -> 72.065
Candid: 12.010 .col-md-8.col-md-push-4 - .row link density 0.015 -> 11.824
Candid: 85.420 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 85.420
Candid: 32.940 #story_source - #story_text.hyphenate.less-top-margin link density 0.194 -> 26.535
Candid: 56.630 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 56.630
Candid: 18.315 .right-tabs.clearfix - #citations link density 0.016 -> 18.016
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: -10.535 #related_releases - .col-md-6 link density 0.255 -> -7.847
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -16.040 .related-summary - #related_releases link density 0.041 -> -15.390
Candid: -14.060 .related-summary - #related_releases link density 0.041 -> -13.485
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Parsed https://www.sciencedaily.com/release...1128082735.htm in 0.6 seconds
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Processing images...
Top 5 : 85.420 #text - #story_text.hyphenate.less-top-margin
Top 5 : 72.065 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 56.630 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 27.695 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.535 #story_source - #story_text.hyphenate.less-top-margin
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1128082735.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Parsed https://www.sciencedaily.com/release...1127131537.htm in 0.5 seconds
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Processing images...
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.097 -> 28.110
Candid: 36.980 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 36.980
Candid: 10.100 .col-md-8.col-md-push-4 - .row link density 0.011 -> 9.992
Candid: 36.980 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 36.980
Candid: 33.490 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 33.490
Candid: 78.800 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.012 -> 77.818
Candid: 118.200 #text - #story_text.hyphenate link density 0.000 -> 118.200
Candid: 32.960 #story_source - #story_text.hyphenate link density 0.291 -> 23.372
Candid: 45.920 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.920
Candid: 12.960 .right-tabs.clearfix - #citations link density 0.021 -> 12.691
Candid: -13.090 .related-summary - #related_releases link density 0.042 -> -12.545
Candid: -7.100 #related_releases - .col-md-6 link density 0.240 -> -5.395
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.440
Candid: -14.140 .related-summary - #related_releases link density 0.043 -> -13.537
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127131537.htm
https://www.sciencedaily.com/release...1128082735.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_13\181128082735.xhtml
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.458
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetching https://www.sciencedaily.com/release...1127092549.htm
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 118.200 #text - #story_text.hyphenate
Top 5 : 77.818 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.920 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 36.980 .modal-text - .modal-content.modal-content-custom
Top 5 : 36.980 #story_photo.hyphenate - .col-md-8.col-md-push-4
Downloaded article: North American checklist identifies the fungus among us from https://www.sciencedaily.com/release...1128082735.htm
https://www.sciencedaily.com/release...1127131537.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_14\181127131537.xhtml
Fetched https://www.sciencedaily.com/release...1127110959.htm in 0.677000 seconds
Fetching https://www.sciencedaily.com/release...1127092541.htm
Downloaded article: Wriggly, giggle, puffball: What makes some words funny? from https://www.sciencedaily.com/release...1127131537.htm
Fetched https://www.sciencedaily.com/release...1127092552.htm in 0.616000 seconds
Parsed https://www.sciencedaily.com/release...1127111025.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127111025.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.060 -> 29.271
Candid: 115.880 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.012 -> 114.485
Candid: 12.000 .col-md-8.col-md-push-4 - .row link density 0.012 -> 11.856
Candid: 170.570 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 170.570
Candid: 33.190 #story_source - #story_text.hyphenate.less-top-margin link density 0.414 -> 19.465
Candid: 49.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.000
Candid: 14.500 .right-tabs.clearfix - #citations link density 0.013 -> 14.312
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -9.630 #related_releases - .col-md-6 link density 0.216 -> -7.554
Candid: -15.270 .related-summary - #related_releases link density 0.045 -> -14.579
https://www.sciencedaily.com/release...1127111025.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_15\181127111025.xhtml
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.340
Candid: -13.030 .related-summary - #related_releases link density 0.040 -> -12.504
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Fetching https://www.sciencedaily.com/release...1127092525.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.085 -> 28.491
Candid: 61.160 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.010 -> 60.555
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 7.620 .col-md-8.col-md-push-4 - .row link density 0.010 -> 7.545
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 79.000 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 79.000
Candid: 32.840 #story_source - #story_text.hyphenate.less-top-margin link density 0.112 -> 29.154
Candid: 55.000 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 55.000
Candid: 17.500 .right-tabs.clearfix - #citations link density 0.013 -> 17.265
Candid: -14.000 .related-summary - #related_releases link density 0.040 -> -13.442
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: -7.645 #related_releases - .col-md-6 link density 0.277 -> -5.526
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: -12.300 .related-summary - #related_releases link density 0.046 -> -11.732
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 170.570 #text - #story_text.hyphenate.less-top-margin
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Top 5 : 114.485 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Top 5 : 49.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.271 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 19.465 #story_source - #story_text.hyphenate.less-top-margin
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 79.000 #text - #story_text.hyphenate.less-top-margin
Top 5 : 60.555 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Downloaded article: Prehistoric cave art suggests ancient use of complex astronomy from https://www.sciencedaily.com/release...1127111025.htm
Top 5 : 55.000 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 29.154 #story_source - #story_text.hyphenate.less-top-margin
Top 5 : 28.491 .col-sm-8.main.less-padding-right.hyphenate - .row
Parsed https://www.sciencedaily.com/release...1127110959.htm in 0.5 seconds
Processing images...
Fetched https://www.sciencedaily.com/release...1127092549.htm in 0.611000 seconds
Parsed https://www.sciencedaily.com/release...1127092552.htm in 0.5 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127110959.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127092552.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
https://www.sciencedaily.com/release...1127092552.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_17\181127092552.xhtml
https://www.sciencedaily.com/release...1127110959.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_16\181127110959.xhtml
Fetching https://www.sciencedaily.com/release...1126142856.htm
Fetching https://www.sciencedaily.com/release...1126134306.htm
Fetched https://www.sciencedaily.com/release...1127092525.htm in 0.445000 seconds
Downloaded article: The warm and loving tegu lizard becomes a genetic resource from https://www.sciencedaily.com/release...1127092552.htm
Downloaded article: Why small size matters: Tiny mitochondria stimulate brain cell connections from https://www.sciencedaily.com/release...1127110959.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.082 -> 28.579
Candid: 80.560 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.014 -> 79.412
Candid: 10.000 .col-md-8.col-md-push-4 - .row link density 0.014 -> 9.858
Fetched https://www.sciencedaily.com/release...1127092541.htm in 0.772000 seconds
Candid: 108.040 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 108.040
Candid: 33.080 #story_source - #story_text.hyphenate.less-top-margin link density 0.361 -> 21.150
Candid: 48.990 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.990
Candid: 14.495 .right-tabs.clearfix - #citations link density 0.014 -> 14.299
Candid: -15.970 .related-summary - #related_releases link density 0.039 -> -15.342
Candid: -9.950 #related_releases - .col-md-6 link density 0.225 -> -7.716
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.353
Candid: -12.970 .related-summary - #related_releases link density 0.039 -> -12.460
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 108.040 #text - #story_text.hyphenate.less-top-margin
Top 5 : 79.412 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 48.990 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.579 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 21.150 #story_source - #story_text.hyphenate.less-top-margin
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.074 -> 28.832
Candid: 38.490 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 38.490
Candid: 12.245 .col-md-8.col-md-push-4 - .row link density 0.012 -> 12.092
Candid: 38.490 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 38.490
Candid: 34.245 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 34.245
Candid: 86.080 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 84.863
Candid: 127.140 #text - #story_text.hyphenate link density 0.000 -> 127.140
Candid: 33.020 #story_source - #story_text.hyphenate link density 0.328 -> 22.203
Candid: 49.820 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 49.820
Candid: 14.910 .right-tabs.clearfix - #citations link density 0.018 -> 14.639
Candid: -14.980 .related-summary - #related_releases link density 0.039 -> -14.389
Candid: -8.525 #related_releases - .col-md-6 link density 0.240 -> -6.481
Candid: -13.010 .related-summary - #related_releases link density 0.040 -> -12.490
Candid: -14.070 .related-summary - #related_releases link density 0.041 -> -13.489
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Parsed https://www.sciencedaily.com/release...1127092549.htm in 0.5 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Processing images...
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.091 -> 28.296
Candid: 34.990 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.990
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 10.150 .col-md-8.col-md-push-4 - .row link density 0.014 -> 10.013
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127092549.htm
Candid: 34.990 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.990
Candid: 32.495 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.495
Candid: 84.090 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.014 -> 82.900
Candid: 124.530 #text - #story_text.hyphenate link density 0.000 -> 124.530
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 33.030 #story_source - #story_text.hyphenate link density 0.333 -> 22.020
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: 45.920 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.920
Candid: 12.960 .right-tabs.clearfix - #citations link density 0.021 -> 12.691
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: -15.250 .related-summary - #related_releases link density 0.045 -> -14.567
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: -8.120 #related_releases - .col-md-6 link density 0.273 -> -5.905
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: -12.990 .related-summary - #related_releases link density 0.040 -> -12.473
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: -13.020 .related-summary - #related_releases link density 0.040 -> -12.495
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Top 5 : 127.140 #text - #story_text.hyphenate
Top 5 : 84.863 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 49.820 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 38.490 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 38.490 .modal-text - .modal-content.modal-content-custom
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 124.530 #text - #story_text.hyphenate
Top 5 : 82.900 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.920 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.990 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.990 .modal-text - .modal-content.modal-content-custom
https://www.sciencedaily.com/release...1127092549.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_18\181127092549.xhtml
Fetching https://www.sciencedaily.com/release...1126123411.htm
Parsed https://www.sciencedaily.com/release...1127092525.htm in 0.5 seconds
Processing images...
Downloaded article: Electrical stimulation in the nose induces sense of smell in human subjects from https://www.sciencedaily.com/release...1127092549.htm
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127092525.htm
Parsed https://www.sciencedaily.com/release...1127092541.htm in 0.5 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1127092541.htm
https://www.sciencedaily.com/release...1127092525.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_20\181127092525.xhtml
Fetched https://www.sciencedaily.com/release...1126142856.htm in 0.684000 seconds
Fetching https://www.sciencedaily.com/release...1126105506.htm
Fetched https://www.sciencedaily.com/release...1126134306.htm in 0.699000 seconds
Downloaded article: Newly discovered deep-sea microbes gobble greenhouse gases and perhaps oil spills, too from https://www.sciencedaily.com/release...1127092525.htm
https://www.sciencedaily.com/release...1127092541.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_19\181127092541.xhtml
Fetching https://www.sciencedaily.com/release...1126105500.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Downloaded article: Newly discovered wasp turns social spiders into zombies from https://www.sciencedaily.com/release...1127092541.htm
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.100 -> 28.012
Candid: 70.390 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.013 -> 69.491
Candid: 7.775 .col-md-8.col-md-push-4 - .row link density 0.012 -> 7.678
Candid: 96.800 #text - #story_text.hyphenate link density 0.000 -> 96.800
Candid: 32.880 #story_source - #story_text.hyphenate link density 0.147 -> 28.045
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 48.560 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 48.560
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 14.280 .right-tabs.clearfix - #citations link density 0.022 -> 13.965
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.450
Candid: -9.585 #related_releases - .col-md-6 link density 0.261 -> -7.081
Candid: -16.080 .related-summary - #related_releases link density 0.041 -> -15.416
Candid: -14.030 .related-summary - #related_releases link density 0.041 -> -13.461
Candid: -15.050 .related-summary - #related_releases link density 0.041 -> -14.437
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.102 -> 27.966
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 34.910 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 34.910
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 11.455 .col-md-8.col-md-push-4 - .row link density 0.017 -> 11.257
Candid: 34.910 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 34.910
Candid: 32.455 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 32.455
Candid: 65.995 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.018 -> 64.779
Candid: 82.280 #text - #story_text.hyphenate link density 0.000 -> 82.280
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 33.710 #story_source - #story_text.hyphenate link density 0.157 -> 28.426
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 45.620 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.620
Candid: 12.810 .right-tabs.clearfix - #citations link density 0.022 -> 12.531
Candid: -13.980 .related-summary - #related_releases link density 0.039 -> -13.428
Candid: -8.995 #related_releases - .col-md-6 link density 0.232 -> -6.906
Candid: -15.990 .related-summary - #related_releases link density 0.040 -> -15.356
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: -12.980 .related-summary - #related_releases link density 0.039 -> -12.468
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 96.800 #text - #story_text.hyphenate
Top 5 : 69.491 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 48.560 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.045 #story_source - #story_text.hyphenate
Top 5 : 28.012 .col-sm-8.main.less-padding-right.hyphenate - .row
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 82.280 #text - #story_text.hyphenate
Top 5 : 64.779 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.620 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 34.910 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 34.910 .modal-text - .modal-content.modal-content-custom
Fetched https://www.sciencedaily.com/release...1126123411.htm in 0.530000 seconds
Parsed https://www.sciencedaily.com/release...1126142856.htm in 0.4 seconds
Processing images...
Parsed https://www.sciencedaily.com/release...1126134306.htm in 0.4 seconds
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126142856.htm
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126134306.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.110 -> 27.712
Candid: 33.420 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 33.420
Candid: 12.710 .col-md-8.col-md-push-4 - .row link density 0.018 -> 12.485
Candid: 33.420 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 33.420
Candid: 31.710 .modal-content.modal-content-custom - .modal-dialog link density 0.000 -> 31.710
Candid: 64.990 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.019 -> 63.742
Candid: 73.000 #text - #story_text.hyphenate link density 0.000 -> 73.000
Candid: 32.980 #story_source - #story_text.hyphenate link density 0.304 -> 22.968
Candid: 45.560 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.560
Candid: 12.780 .right-tabs.clearfix - #citations link density 0.022 -> 12.498
Candid: -16.020 .related-summary - #related_releases link density 0.040 -> -15.376
Candid: -10.490 #related_releases - .col-md-6 link density 0.258 -> -7.785
https://www.sciencedaily.com/release...1126142856.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_21\181126142856.xhtml
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: -15.010 .related-summary - #related_releases link density 0.040 -> -14.407
Candid: -14.970 .related-summary - #related_releases link density 0.039 -> -14.382
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
https://www.sciencedaily.com/release...1126134306.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_22\181126134306.xhtml
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 73.000 #text - #story_text.hyphenate
Top 5 : 63.742 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.560 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 33.420 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 33.420 .modal-text - .modal-content.modal-content-custom
Fetched https://www.sciencedaily.com/release...1126105500.htm in 0.563000 seconds
Downloaded article: A water treatment breakthrough, inspired by a sea creature from https://www.sciencedaily.com/release...1126142856.htm
Downloaded article: Living electrodes with bacteria and organic electronics from https://www.sciencedaily.com/release...1126134306.htm
Parsed https://www.sciencedaily.com/release...1126123411.htm in 0.4 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126123411.htm
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Fetched https://www.sciencedaily.com/release...1126105506.htm in 0.776000 seconds
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.081 -> 28.598
Candid: 32.660 #story_photo.hyphenate - .col-md-8.col-md-push-4 link density 0.000 -> 32.660
Candid: 8.830 .col-md-8.col-md-push-4 - .row link density 0.014 -> 8.705
Candid: 32.660 .modal-text - .modal-content.modal-content-custom link density 0.000 -> 32.660
Candid: 31.330 .modal-content.modal-content-custom - .modal-dialog.modal-lg link density 0.000 -> 31.330
Candid: 74.175 #story_text.hyphenate - .col-md-8.col-md-push-4 link density 0.015 -> 73.092
Candid: 105.310 #text - #story_text.hyphenate link density 0.000 -> 105.310
Candid: 33.040 #story_source - #story_text.hyphenate link density 0.339 -> 21.840
Candid: 45.980 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 45.980
Candid: 12.990 .right-tabs.clearfix - #citations link density 0.021 -> 12.723
Candid: -14.990 .related-summary - #related_releases link density 0.040 -> -14.396
Candid: -10.580 #related_releases - .col-md-6 link density 0.191 -> -8.564
Candid: -15.040 .related-summary - #related_releases link density 0.041 -> -14.430
https://www.sciencedaily.com/release...1126123411.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_23\181126123411.xhtml
Candid: -16.070 .related-summary - #related_releases link density 0.041 -> -15.407
Candid: -15.060 .related-summary - #related_releases link density 0.041 -> -14.444
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Removing unlikely candidate - .row.header - .container.white
Removing unlikely candidate - i.fa.fa-twitter.fa-fw - a.btn.btn-default
Removing unlikely candidate - i.fa.fa-rss.fa-fw - a.btn.btn-default.hidden-tiny
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 105.310 #text - #story_text.hyphenate
Top 5 : 73.092 #story_text.hyphenate - .col-md-8.col-md-push-4
Top 5 : 45.980 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 32.660 #story_photo.hyphenate - .col-md-8.col-md-push-4
Top 5 : 32.660 .modal-text - .modal-content.modal-content-custom
Candid: 7.280 #message - #message_box.hidden-sm.hidden-xs link density 0.539 -> 3.353
Candid: 6.140 #message_box.hidden-sm.hidden-xs - .container.white link density 0.539 -> 2.828
Candid: 7.270 .head.no-print - .col-sm-8.main.less-padding-right.hyphenate link density 0.000 -> 7.270
Candid: 31.135 .col-sm-8.main.less-padding-right.hyphenate - .row link density 0.070 -> 28.955
Candid: 89.030 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4 link density 0.008 -> 88.280
Candid: 6.615 .col-md-8.col-md-push-4 - .row link density 0.008 -> 6.559
Candid: 138.660 #text - #story_text.hyphenate.less-top-margin link density 0.000 -> 138.660
Candid: 32.940 #story_source - #story_text.hyphenate.less-top-margin link density 0.194 -> 26.535
Candid: 47.150 .tab-content.tab-citations - .right-tabs.clearfix link density 0.000 -> 47.150
Candid: 13.575 .right-tabs.clearfix - #citations link density 0.017 -> 13.339
Candid: -15.000 .related-summary - #related_releases link density 0.040 -> -14.403
Candid: -9.565 #related_releases - .col-md-6 link density 0.242 -> -7.254
Candid: -15.140 .related-summary - #related_releases link density 0.042 -> -14.497
Candid: -14.980 .related-summary - #related_releases link density 0.040 -> -14.386
Candid: -14.010 .related-summary - #related_releases link density 0.040 -> -13.447
Candid: 11.750 .aroundtheweb-disclosure - .col-xs-12.col-md-12 link density 0.078 -> 10.832
Candid: 8.375 .col-xs-12.col-md-12 - .row link density 0.071 -> 7.782
Candid: 7.270 div - .yamm-content.hyphenate link density 0.100 -> 6.543
Candid: 31.135 .yamm-content.hyphenate - li.menu-item link density 0.794 -> 6.405
Candid: 10.650 div - .yamm-content.hyphenate link density 0.084 -> 9.753
Candid: 32.825 .yamm-content.hyphenate - li.menu-item link density 0.777 -> 7.328
Candid: 10.570 div - .yamm-content.hyphenate link density 0.092 -> 9.598
Candid: 32.785 .yamm-content.hyphenate - li.menu-item link density 0.797 -> 6.650
Candid: 10.620 div - .yamm-content.hyphenate link density 0.087 -> 9.697
Candid: 32.810 .yamm-content.hyphenate - li.menu-item link density 0.815 -> 6.062
Candid: 9.500 .col-sm-8.col-md-4 - .row.footer-links link density 0.132 -> 8.246
Candid: -14.705 .row.footer-links - .container.light-gray link density 0.162 -> -12.319
Candid: 7.750 .col-sm-8.col-md-4 - .row.footer-links link density 0.252 -> 5.796
Candid: 8.340 .col-sm-8.col-md-4 - .row.footer-links link density 0.137 -> 7.196
Candid: 8.870 div - .container.dark-gray link density 0.235 -> 6.787
Candid: 20.255 .container.dark-gray - footer link density 0.200 -> 16.197
Candid: 6.660 footer - body#readabilityBody link density 0.183 -> 5.444
Top 5 : 138.660 #text - #story_text.hyphenate.less-top-margin
Top 5 : 88.280 #story_text.hyphenate.less-top-margin - .col-md-8.col-md-push-4
Top 5 : 47.150 .tab-content.tab-citations - .right-tabs.clearfix
Top 5 : 28.955 .col-sm-8.main.less-padding-right.hyphenate - .row
Top 5 : 26.535 #story_source - #story_text.hyphenate.less-top-margin
Downloaded article: New technique to make objects invisible proposed from https://www.sciencedaily.com/release...1126123411.htm
Parsed https://www.sciencedaily.com/release...1126105500.htm in 0.3 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126105500.htm
Parsed https://www.sciencedaily.com/release...1126105506.htm in 0.3 seconds
Processing images...
Recursion limit reached. Skipping links in https://www.sciencedaily.com/release...1126105506.htm
https://www.sciencedaily.com/release...1126105500.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_25\181126105500.xhtml
https://www.sciencedaily.com/release...1126105506.htm saved to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\j 40g5s_plumber\feed_6\article_24\181126105506.xhtml
Downloaded article: Advances in cellular microscopy: Transparent fruit flies from https://www.sciencedaily.com/release...1126105500.htm
Downloaded article: How ancient viruses got cannabis high from https://www.sciencedaily.com/release...1126105506.htm
Parsing all content...
Parsing feed_4/article_42/index.html ...
Forcing feed_4/article_42/index.html into XHTML namespace
Parsing feed_2/article_34/index.html ...
Forcing feed_2/article_34/index.html into XHTML namespace
Parsing feed_2/index.html ...
Forcing feed_2/index.html into XHTML namespace
Parsing feed_3/article_13/index.html ...
Forcing feed_3/article_13/index.html into XHTML namespace
Parsing feed_0/article_35/index.html ...
Forcing feed_0/article_35/index.html into XHTML namespace
Parsing feed_5/article_15/index.html ...
Forcing feed_5/article_15/index.html into XHTML namespace
Parsing feed_2/article_6/index.html ...
Forcing feed_2/article_6/index.html into XHTML namespace
Parsing feed_5/article_23/index.html ...
Forcing feed_5/article_23/index.html into XHTML namespace
Parsing feed_5/article_21/index.html ...
Forcing feed_5/article_21/index.html into XHTML namespace
Parsing feed_4/article_43/index.html ...
Forcing feed_4/article_43/index.html into XHTML namespace
Parsing feed_0/article_36/index.html ...
Forcing feed_0/article_36/index.html into XHTML namespace
Parsing feed_6/article_20/index.html ...
Forcing feed_6/article_20/index.html into XHTML namespace
Parsing feed_2/article_47/index.html ...
Forcing feed_2/article_47/index.html into XHTML namespace
Parsing feed_2/article_36/index.html ...
Forcing feed_2/article_36/index.html into XHTML namespace
Parsing feed_0/article_37/index.html ...
Forcing feed_0/article_37/index.html into XHTML namespace
Parsing feed_3/article_36/index.html ...
Forcing feed_3/article_36/index.html into XHTML namespace
Parsing index.html ...
Forcing index.html into XHTML namespace
Parsing feed_3/article_17/index.html ...
Forcing feed_3/article_17/index.html into XHTML namespace
Parsing feed_0/article_38/index.html ...
Forcing feed_0/article_38/index.html into XHTML namespace
Parsing feed_4/article_41/index.html ...
Forcing feed_4/article_41/index.html into XHTML namespace
Parsing feed_6/article_10/index.html ...
Forcing feed_6/article_10/index.html into XHTML namespace
Parsing feed_1/article_35/index.html ...
Forcing feed_1/article_35/index.html into XHTML namespace
Parsing feed_0/article_39/index.html ...
Forcing feed_0/article_39/index.html into XHTML namespace
Parsing feed_4/article_30/index.html ...
Forcing feed_4/article_30/index.html into XHTML namespace
Parsing feed_4/article_33/index.html ...
Forcing feed_4/article_33/index.html into XHTML namespace
Parsing feed_6/article_11/index.html ...
Forcing feed_6/article_11/index.html into XHTML namespace
Parsing feed_2/article_14/index.html ...
Forcing feed_2/article_14/index.html into XHTML namespace
Parsing feed_0/article_14/index.html ...
Forcing feed_0/article_14/index.html into XHTML namespace
Parsing feed_3/article_35/index.html ...
Forcing feed_3/article_35/index.html into XHTML namespace
Parsing feed_0/article_4/index.html ...
Forcing feed_0/article_4/index.html into XHTML namespace
Parsing feed_2/article_48/index.html ...
Forcing feed_2/article_48/index.html into XHTML namespace
Parsing feed_1/article_6/index.html ...
Forcing feed_1/article_6/index.html into XHTML namespace
Parsing feed_0/article_42/index.html ...
Forcing feed_0/article_42/index.html into XHTML namespace
Parsing feed_6/article_12/index.html ...
Forcing feed_6/article_12/index.html into XHTML namespace
Parsing feed_0/article_40/index.html ...
Forcing feed_0/article_40/index.html into XHTML namespace
Parsing feed_4/index.html ...
Forcing feed_4/index.html into XHTML namespace
Parsing feed_6/article_23/index.html ...
Forcing feed_6/article_23/index.html into XHTML namespace
Parsing feed_3/article_27/index.html ...
Forcing feed_3/article_27/index.html into XHTML namespace
Parsing feed_5/article_35/index.html ...
Forcing feed_5/article_35/index.html into XHTML namespace
Parsing feed_0/article_43/index.html ...
Forcing feed_0/article_43/index.html into XHTML namespace
Parsing feed_3/article_37/index.html ...
Forcing feed_3/article_37/index.html into XHTML namespace
Parsing feed_3/article_16/index.html ...
Forcing feed_3/article_16/index.html into XHTML namespace
Parsing feed_5/article_29/index.html ...
Forcing feed_5/article_29/index.html into XHTML namespace
Parsing feed_3/article_48/index.html ...
Forcing feed_3/article_48/index.html into XHTML namespace
Parsing feed_1/article_9/index.html ...
Forcing feed_1/article_9/index.html into XHTML namespace
Parsing feed_6/article_21/index.html ...
Forcing feed_6/article_21/index.html into XHTML namespace
Parsing feed_1/article_36/index.html ...
Forcing feed_1/article_36/index.html into XHTML namespace
Parsing feed_6/article_5/index.html ...
Forcing feed_6/article_5/index.html into XHTML namespace
Parsing feed_0/article_44/index.html ...
Forcing feed_0/article_44/index.html into XHTML namespace
Parsing feed_5/index.html ...
Forcing feed_5/index.html into XHTML namespace
Parsing feed_0/article_15/index.html ...
Forcing feed_0/article_15/index.html into XHTML namespace
Parsing feed_2/article_22/index.html ...
Forcing feed_2/article_22/index.html into XHTML namespace
Parsing feed_0/article_45/index.html ...
Forcing feed_0/article_45/index.html into XHTML namespace
Parsing feed_2/article_30/index.html ...
Forcing feed_2/article_30/index.html into XHTML namespace
Parsing feed_3/article_30/index.html ...
Forcing feed_3/article_30/index.html into XHTML namespace
Parsing feed_6/article_22/index.html ...
Forcing feed_6/article_22/index.html into XHTML namespace
Parsing feed_1/article_10/index.html ...
Forcing feed_1/article_10/index.html into XHTML namespace
Parsing feed_0/article_46/index.html ...
Forcing feed_0/article_46/index.html into XHTML namespace
Parsing feed_4/article_11/index.html ...
Forcing feed_4/article_11/index.html into XHTML namespace
Parsing feed_4/article_49/index.html ...
Forcing feed_4/article_49/index.html into XHTML namespace
Parsing feed_0/article_47/index.html ...
Forcing feed_0/article_47/index.html into XHTML namespace
Parsing feed_6/article_24/index.html ...
Forcing feed_6/article_24/index.html into XHTML namespace
Parsing feed_4/article_26/index.html ...
Forcing feed_4/article_26/index.html into XHTML namespace
Parsing feed_2/article_5/index.html ...
Forcing feed_2/article_5/index.html into XHTML namespace
Parsing feed_1/article_5/index.html ...
Forcing feed_1/article_5/index.html into XHTML namespace
Parsing feed_0/article_48/index.html ...
Forcing feed_0/article_48/index.html into XHTML namespace
Parsing feed_4/article_12/index.html ...
Forcing feed_4/article_12/index.html into XHTML namespace
Parsing feed_6/article_25/index.html ...
Forcing feed_6/article_25/index.html into XHTML namespace
Parsing feed_2/article_27/index.html ...
Forcing feed_2/article_27/index.html into XHTML namespace
Parsing feed_0/article_49/index.html ...
Forcing feed_0/article_49/index.html into XHTML namespace
Parsing feed_3/article_34/index.html ...
Forcing feed_3/article_34/index.html into XHTML namespace
Parsing feed_6/article_3/index.html ...
Forcing feed_6/article_3/index.html into XHTML namespace
Parsing feed_1/article_37/index.html ...
Forcing feed_1/article_37/index.html into XHTML namespace
Parsing feed_3/article_18/index.html ...
Forcing feed_3/article_18/index.html into XHTML namespace
Parsing feed_4/article_47/index.html ...
Forcing feed_4/article_47/index.html into XHTML namespace
Parsing feed_0/article_5/index.html ...
Forcing feed_0/article_5/index.html into XHTML namespace
Parsing feed_2/article_1/index.html ...
Forcing feed_2/article_1/index.html into XHTML namespace
Parsing feed_3/article_8/index.html ...
Forcing feed_3/article_8/index.html into XHTML namespace
Parsing feed_3/article_42/index.html ...
Forcing feed_3/article_42/index.html into XHTML namespace
Parsing feed_0/article_16/index.html ...
Forcing feed_0/article_16/index.html into XHTML namespace
Parsing feed_1/article_13/index.html ...
Forcing feed_1/article_13/index.html into XHTML namespace
Parsing feed_2/article_7/index.html ...
Forcing feed_2/article_7/index.html into XHTML namespace
Parsing feed_3/article_41/index.html ...
Forcing feed_3/article_41/index.html into XHTML namespace
Parsing feed_0/article_6/index.html ...
Forcing feed_0/article_6/index.html into XHTML namespace
Parsing feed_2/article_39/index.html ...
Forcing feed_2/article_39/index.html into XHTML namespace
Parsing feed_1/article_16/index.html ...
Forcing feed_1/article_16/index.html into XHTML namespace
Parsing feed_3/article_23/index.html ...
Forcing feed_3/article_23/index.html into XHTML namespace
Parsing feed_4/article_45/index.html ...
Forcing feed_4/article_45/index.html into XHTML namespace
Parsing feed_5/article_31/index.html ...
Forcing feed_5/article_31/index.html into XHTML namespace
Parsing feed_2/article_17/index.html ...
Forcing feed_2/article_17/index.html into XHTML namespace
Parsing feed_6/article_0/index.html ...
Forcing feed_6/article_0/index.html into XHTML namespace
Parsing feed_3/article_43/index.html ...
Forcing feed_3/article_43/index.html into XHTML namespace
Parsing feed_4/article_8/index.html ...
Forcing feed_4/article_8/index.html into XHTML namespace
Parsing feed_3/article_25/index.html ...
Forcing feed_3/article_25/index.html into XHTML namespace
Parsing feed_0/article_7/index.html ...
Forcing feed_0/article_7/index.html into XHTML namespace
Parsing feed_4/article_36/index.html ...
Forcing feed_4/article_36/index.html into XHTML namespace
Parsing feed_2/article_43/index.html ...
Forcing feed_2/article_43/index.html into XHTML namespace
Parsing feed_0/article_29/index.html ...
Forcing feed_0/article_29/index.html into XHTML namespace
Parsing feed_3/article_46/index.html ...
Forcing feed_3/article_46/index.html into XHTML namespace
Parsing feed_1/article_18/index.html ...
Forcing feed_1/article_18/index.html into XHTML namespace
Parsing feed_0/article_17/index.html ...
Forcing feed_0/article_17/index.html into XHTML namespace
Parsing feed_2/article_2/index.html ...
Forcing feed_2/article_2/index.html into XHTML namespace
Parsing feed_4/article_18/index.html ...
Forcing feed_4/article_18/index.html into XHTML namespace
Parsing feed_4/article_7/index.html ...
Forcing feed_4/article_7/index.html into XHTML namespace
Parsing feed_4/article_34/index.html ...
Forcing feed_4/article_34/index.html into XHTML namespace
Parsing feed_1/article_7/index.html ...
Forcing feed_1/article_7/index.html into XHTML namespace
Parsing feed_0/article_8/index.html ...
Forcing feed_0/article_8/index.html into XHTML namespace
Parsing feed_5/article_7/index.html ...
Forcing feed_5/article_7/index.html into XHTML namespace
Parsing feed_3/article_3/index.html ...
Forcing feed_3/article_3/index.html into XHTML namespace
Parsing feed_1/article_15/index.html ...
Forcing feed_1/article_15/index.html into XHTML namespace
Parsing feed_2/article_18/index.html ...
Forcing feed_2/article_18/index.html into XHTML namespace
Parsing feed_5/article_26/index.html ...
Forcing feed_5/article_26/index.html into XHTML namespace
Parsing feed_5/article_32/index.html ...
Forcing feed_5/article_32/index.html into XHTML namespace
Parsing feed_4/article_27/index.html ...
Forcing feed_4/article_27/index.html into XHTML namespace
Parsing feed_3/article_10/index.html ...
Forcing feed_3/article_10/index.html into XHTML namespace
Parsing feed_2/article_21/index.html ...
Forcing feed_2/article_21/index.html into XHTML namespace
Parsing feed_2/article_49/index.html ...
Forcing feed_2/article_49/index.html into XHTML namespace
Parsing feed_6/article_7/index.html ...
Forcing feed_6/article_7/index.html into XHTML namespace
Parsing feed_2/article_46/index.html ...
Forcing feed_2/article_46/index.html into XHTML namespace
Parsing feed_6/article_6/index.html ...
Forcing feed_6/article_6/index.html into XHTML namespace
Parsing feed_4/article_19/index.html ...
Forcing feed_4/article_19/index.html into XHTML namespace
Parsing feed_0/article_9/index.html ...
Forcing feed_0/article_9/index.html into XHTML namespace
Parsing feed_1/article_39/index.html ...
Forcing feed_1/article_39/index.html into XHTML namespace
Parsing feed_3/article_45/index.html ...
Forcing feed_3/article_45/index.html into XHTML namespace
Parsing feed_2/article_25/index.html ...
Forcing feed_2/article_25/index.html into XHTML namespace
Parsing feed_1/article_14/index.html ...
Forcing feed_1/article_14/index.html into XHTML namespace
Parsing feed_3/article_32/index.html ...
Forcing feed_3/article_32/index.html into XHTML namespace
Parsing feed_0/article_18/index.html ...
Forcing feed_0/article_18/index.html into XHTML namespace
Parsing feed_5/article_18/index.html ...
Forcing feed_5/article_18/index.html into XHTML namespace
Parsing feed_2/article_23/index.html ...
Forcing feed_2/article_23/index.html into XHTML namespace
Parsing feed_4/article_10/index.html ...
Forcing feed_4/article_10/index.html into XHTML namespace
Parsing feed_5/article_25/index.html ...
Forcing feed_5/article_25/index.html into XHTML namespace
Parsing feed_3/article_14/index.html ...
Forcing feed_3/article_14/index.html into XHTML namespace
Parsing feed_1/article_12/index.html ...
Forcing feed_1/article_12/index.html into XHTML namespace
Parsing feed_1/article_0/index.html ...
Forcing feed_1/article_0/index.html into XHTML namespace
Parsing feed_2/article_40/index.html ...
Forcing feed_2/article_40/index.html into XHTML namespace
Parsing feed_3/article_2/index.html ...
Forcing feed_3/article_2/index.html into XHTML namespace
Parsing feed_5/article_2/index.html ...
Forcing feed_5/article_2/index.html into XHTML namespace
Parsing feed_3/article_40/index.html ...
Forcing feed_3/article_40/index.html into XHTML namespace
Parsing feed_1/index.html ...
Forcing feed_1/index.html into XHTML namespace
Parsing feed_3/article_26/index.html ...
Forcing feed_3/article_26/index.html into XHTML namespace
Parsing feed_5/article_38/index.html ...
Forcing feed_5/article_38/index.html into XHTML namespace
Parsing feed_2/article_26/index.html ...
Forcing feed_2/article_26/index.html into XHTML namespace
Parsing feed_3/article_39/index.html ...
Forcing feed_3/article_39/index.html into XHTML namespace
Parsing feed_5/article_19/index.html ...
Forcing feed_5/article_19/index.html into XHTML namespace
Parsing feed_5/article_17/index.html ...
Forcing feed_5/article_17/index.html into XHTML namespace
Parsing feed_1/article_17/index.html ...
Forcing feed_1/article_17/index.html into XHTML namespace
Parsing feed_2/article_16/index.html ...
Forcing feed_2/article_16/index.html into XHTML namespace
Parsing feed_3/article_9/index.html ...
Forcing feed_3/article_9/index.html into XHTML namespace
Parsing feed_1/article_4/index.html ...
Forcing feed_1/article_4/index.html into XHTML namespace
Parsing feed_2/article_41/index.html ...
Forcing feed_2/article_41/index.html into XHTML namespace
Parsing feed_1/article_1/index.html ...
Forcing feed_1/article_1/index.html into XHTML namespace
Parsing feed_2/article_8/index.html ...
Forcing feed_2/article_8/index.html into XHTML namespace
Parsing feed_2/article_13/index.html ...
Forcing feed_2/article_13/index.html into XHTML namespace
Parsing feed_0/article_19/index.html ...
Forcing feed_0/article_19/index.html into XHTML namespace
Parsing feed_1/article_19/index.html ...
Forcing feed_1/article_19/index.html into XHTML namespace
Parsing feed_3/article_0/index.html ...
Forcing feed_3/article_0/index.html into XHTML namespace
Parsing feed_4/article_37/index.html ...
Forcing feed_4/article_37/index.html into XHTML namespace
Parsing feed_5/article_4/index.html ...
Forcing feed_5/article_4/index.html into XHTML namespace
Parsing feed_4/article_2/index.html ...
Forcing feed_4/article_2/index.html into XHTML namespace
Parsing feed_0/article_24/index.html ...
Forcing feed_0/article_24/index.html into XHTML namespace
Parsing feed_4/article_6/index.html ...
Forcing feed_4/article_6/index.html into XHTML namespace
Parsing feed_6/article_8/index.html ...
Forcing feed_6/article_8/index.html into XHTML namespace
Parsing feed_0/article_25/index.html ...
Forcing feed_0/article_25/index.html into XHTML namespace
Parsing feed_2/article_29/index.html ...
Forcing feed_2/article_29/index.html into XHTML namespace
Parsing feed_5/article_6/index.html ...
Forcing feed_5/article_6/index.html into XHTML namespace
Parsing feed_6/article_4/index.html ...
Forcing feed_6/article_4/index.html into XHTML namespace
Parsing feed_0/article_1/index.html ...
Forcing feed_0/article_1/index.html into XHTML namespace
Parsing feed_5/article_20/index.html ...
Forcing feed_5/article_20/index.html into XHTML namespace
Parsing feed_4/article_39/index.html ...
Forcing feed_4/article_39/index.html into XHTML namespace
Parsing feed_2/article_12/index.html ...
Forcing feed_2/article_12/index.html into XHTML namespace
Parsing feed_1/article_11/index.html ...
Forcing feed_1/article_11/index.html into XHTML namespace
Parsing feed_3/article_15/index.html ...
Forcing feed_3/article_15/index.html into XHTML namespace
Parsing feed_4/article_38/index.html ...
Forcing feed_4/article_38/index.html into XHTML namespace
Parsing feed_5/article_40/index.html ...
Forcing feed_5/article_40/index.html into XHTML namespace
Parsing feed_0/article_0/index.html ...
Forcing feed_0/article_0/index.html into XHTML namespace
Parsing feed_2/article_44/index.html ...
Forcing feed_2/article_44/index.html into XHTML namespace
Parsing feed_2/article_10/index.html ...
Forcing feed_2/article_10/index.html into XHTML namespace
Parsing feed_0/index.html ...
Forcing feed_0/index.html into XHTML namespace
Parsing feed_1/article_3/index.html ...
Forcing feed_1/article_3/index.html into XHTML namespace
Parsing feed_4/article_15/index.html ...
Forcing feed_4/article_15/index.html into XHTML namespace
Parsing feed_2/article_31/index.html ...
Forcing feed_2/article_31/index.html into XHTML namespace
Parsing feed_2/article_42/index.html ...
Forcing feed_2/article_42/index.html into XHTML namespace
Parsing feed_3/article_31/index.html ...
Forcing feed_3/article_31/index.html into XHTML namespace
Parsing feed_1/article_2/index.html ...
Forcing feed_1/article_2/index.html into XHTML namespace
Parsing feed_6/index.html ...
Forcing feed_6/index.html into XHTML namespace
Parsing feed_1/article_8/index.html ...
Forcing feed_1/article_8/index.html into XHTML namespace
Parsing feed_5/article_0/index.html ...
Forcing feed_5/article_0/index.html into XHTML namespace
Parsing feed_5/article_9/index.html ...
Forcing feed_5/article_9/index.html into XHTML namespace
Parsing feed_2/article_0/index.html ...
Forcing feed_2/article_0/index.html into XHTML namespace
Parsing feed_4/article_21/index.html ...
Forcing feed_4/article_21/index.html into XHTML namespace
Parsing feed_1/article_32/index.html ...
Forcing feed_1/article_32/index.html into XHTML namespace
Parsing feed_3/article_1/index.html ...
Forcing feed_3/article_1/index.html into XHTML namespace
Parsing feed_3/article_29/index.html ...
Forcing feed_3/article_29/index.html into XHTML namespace
Parsing feed_3/article_49/index.html ...
Forcing feed_3/article_49/index.html into XHTML namespace
Parsing feed_4/article_3/index.html ...
Forcing feed_4/article_3/index.html into XHTML namespace
Parsing feed_0/article_10/index.html ...
Forcing feed_0/article_10/index.html into XHTML namespace
Parsing feed_2/article_11/index.html ...
Forcing feed_2/article_11/index.html into XHTML namespace
Parsing feed_5/article_1/index.html ...
Forcing feed_5/article_1/index.html into XHTML namespace
Parsing feed_1/article_21/index.html ...
Forcing feed_1/article_21/index.html into XHTML namespace
Parsing feed_2/article_28/index.html ...
Forcing feed_2/article_28/index.html into XHTML namespace
Parsing feed_2/article_35/index.html ...
Forcing feed_2/article_35/index.html into XHTML namespace
Parsing feed_3/article_12/index.html ...
Forcing feed_3/article_12/index.html into XHTML namespace
Parsing feed_1/article_40/index.html ...
Forcing feed_1/article_40/index.html into XHTML namespace
Parsing feed_4/article_48/index.html ...
Forcing feed_4/article_48/index.html into XHTML namespace
Parsing feed_5/article_11/index.html ...
Forcing feed_5/article_11/index.html into XHTML namespace
Parsing feed_2/article_3/index.html ...
Forcing feed_2/article_3/index.html into XHTML namespace
Parsing feed_4/article_1/index.html ...
Forcing feed_4/article_1/index.html into XHTML namespace
Parsing feed_1/article_22/index.html ...
Forcing feed_1/article_22/index.html into XHTML namespace
Parsing feed_1/article_31/index.html ...
Forcing feed_1/article_31/index.html into XHTML namespace
Parsing feed_3/article_5/index.html ...
Forcing feed_3/article_5/index.html into XHTML namespace
Parsing feed_4/article_46/index.html ...
Forcing feed_4/article_46/index.html into XHTML namespace
Parsing feed_4/article_32/index.html ...
Forcing feed_4/article_32/index.html into XHTML namespace
Parsing feed_3/article_21/index.html ...
Forcing feed_3/article_21/index.html into XHTML namespace
Parsing feed_0/article_13/index.html ...
Forcing feed_0/article_13/index.html into XHTML namespace
Parsing feed_5/article_13/index.html ...
Forcing feed_5/article_13/index.html into XHTML namespace
Parsing feed_1/article_20/index.html ...
Forcing feed_1/article_20/index.html into XHTML namespace
Parsing feed_5/article_14/index.html ...
Forcing feed_5/article_14/index.html into XHTML namespace
Parsing feed_5/article_27/index.html ...
Forcing feed_5/article_27/index.html into XHTML namespace
Parsing feed_6/article_18/index.html ...
Forcing feed_6/article_18/index.html into XHTML namespace
Parsing feed_1/article_24/index.html ...
Forcing feed_1/article_24/index.html into XHTML namespace
Parsing feed_2/article_4/index.html ...
Forcing feed_2/article_4/index.html into XHTML namespace
Parsing feed_5/article_16/index.html ...
Forcing feed_5/article_16/index.html into XHTML namespace
Parsing feed_1/article_25/index.html ...
Forcing feed_1/article_25/index.html into XHTML namespace
Parsing feed_4/article_22/index.html ...
Forcing feed_4/article_22/index.html into XHTML namespace
Parsing feed_5/article_22/index.html ...
Forcing feed_5/article_22/index.html into XHTML namespace
Parsing feed_4/article_0/index.html ...
Forcing feed_4/article_0/index.html into XHTML namespace
Parsing feed_6/article_13/index.html ...
Forcing feed_6/article_13/index.html into XHTML namespace
Parsing feed_1/article_26/index.html ...
Forcing feed_1/article_26/index.html into XHTML namespace
Parsing feed_5/article_36/index.html ...
Forcing feed_5/article_36/index.html into XHTML namespace
Parsing feed_5/article_24/index.html ...
Forcing feed_5/article_24/index.html into XHTML namespace
Parsing feed_2/article_9/index.html ...
Forcing feed_2/article_9/index.html into XHTML namespace
Parsing feed_5/article_30/index.html ...
Forcing feed_5/article_30/index.html into XHTML namespace
Parsing feed_1/article_27/index.html ...
Forcing feed_1/article_27/index.html into XHTML namespace
Parsing feed_3/article_47/index.html ...
Forcing feed_3/article_47/index.html into XHTML namespace
Parsing feed_3/article_22/index.html ...
Forcing feed_3/article_22/index.html into XHTML namespace
Parsing feed_1/article_28/index.html ...
Forcing feed_1/article_28/index.html into XHTML namespace
Parsing feed_1/article_30/index.html ...
Forcing feed_1/article_30/index.html into XHTML namespace
Parsing feed_5/article_28/index.html ...
Forcing feed_5/article_28/index.html into XHTML namespace
Parsing feed_1/article_29/index.html ...
Forcing feed_1/article_29/index.html into XHTML namespace
Parsing feed_0/article_11/index.html ...
Forcing feed_0/article_11/index.html into XHTML namespace
Parsing feed_5/article_3/index.html ...
Forcing feed_5/article_3/index.html into XHTML namespace
Parsing feed_4/article_13/index.html ...
Forcing feed_4/article_13/index.html into XHTML namespace
Parsing feed_4/article_23/index.html ...
Forcing feed_4/article_23/index.html into XHTML namespace
Parsing feed_3/article_38/index.html ...
Forcing feed_3/article_38/index.html into XHTML namespace
Parsing feed_0/article_2/index.html ...
Forcing feed_0/article_2/index.html into XHTML namespace
Parsing feed_6/article_19/index.html ...
Forcing feed_6/article_19/index.html into XHTML namespace
Parsing feed_6/article_9/index.html ...
Forcing feed_6/article_9/index.html into XHTML namespace
Parsing feed_4/article_14/index.html ...
Forcing feed_4/article_14/index.html into XHTML namespace
Parsing feed_3/article_6/index.html ...
Forcing feed_3/article_6/index.html into XHTML namespace
Parsing feed_5/article_33/index.html ...
Forcing feed_5/article_33/index.html into XHTML namespace
Parsing feed_5/article_34/index.html ...
Forcing feed_5/article_34/index.html into XHTML namespace
Parsing feed_0/article_23/index.html ...
Forcing feed_0/article_23/index.html into XHTML namespace
Parsing feed_3/article_11/index.html ...
Forcing feed_3/article_11/index.html into XHTML namespace
Parsing feed_6/article_14/index.html ...
Forcing feed_6/article_14/index.html into XHTML namespace
Parsing feed_0/article_20/index.html ...
Forcing feed_0/article_20/index.html into XHTML namespace
Parsing feed_4/article_9/index.html ...
Forcing feed_4/article_9/index.html into XHTML namespace
Parsing feed_0/article_21/index.html ...
Forcing feed_0/article_21/index.html into XHTML namespace
Parsing feed_4/article_24/index.html ...
Forcing feed_4/article_24/index.html into XHTML namespace
Parsing feed_2/article_33/index.html ...
Forcing feed_2/article_33/index.html into XHTML namespace
Parsing feed_3/article_33/index.html ...
Forcing feed_3/article_33/index.html into XHTML namespace
Parsing feed_5/article_8/index.html ...
Forcing feed_5/article_8/index.html into XHTML namespace
Parsing feed_3/article_28/index.html ...
Forcing feed_3/article_28/index.html into XHTML namespace
Parsing feed_1/article_33/index.html ...
Forcing feed_1/article_33/index.html into XHTML namespace
Parsing feed_4/article_44/index.html ...
Forcing feed_4/article_44/index.html into XHTML namespace
Parsing feed_2/article_15/index.html ...
Forcing feed_2/article_15/index.html into XHTML namespace
Parsing feed_0/article_22/index.html ...
Forcing feed_0/article_22/index.html into XHTML namespace
Parsing feed_2/article_38/index.html ...
Forcing feed_2/article_38/index.html into XHTML namespace
Parsing feed_6/article_2/index.html ...
Forcing feed_6/article_2/index.html into XHTML namespace
Parsing feed_4/article_31/index.html ...
Forcing feed_4/article_31/index.html into XHTML namespace
Parsing feed_0/article_26/index.html ...
Forcing feed_0/article_26/index.html into XHTML namespace
Parsing feed_5/article_10/index.html ...
Forcing feed_5/article_10/index.html into XHTML namespace
Parsing feed_5/article_5/index.html ...
Forcing feed_5/article_5/index.html into XHTML namespace
Parsing feed_5/article_37/index.html ...
Forcing feed_5/article_37/index.html into XHTML namespace
Parsing feed_0/article_27/index.html ...
Forcing feed_0/article_27/index.html into XHTML namespace
Parsing feed_4/article_25/index.html ...
Forcing feed_4/article_25/index.html into XHTML namespace
Parsing feed_6/article_16/index.html ...
Forcing feed_6/article_16/index.html into XHTML namespace
Parsing feed_3/article_4/index.html ...
Forcing feed_3/article_4/index.html into XHTML namespace
Parsing feed_0/article_28/index.html ...
Forcing feed_0/article_28/index.html into XHTML namespace
Parsing feed_3/article_44/index.html ...
Forcing feed_3/article_44/index.html into XHTML namespace
Parsing feed_4/article_17/index.html ...
Forcing feed_4/article_17/index.html into XHTML namespace
Parsing feed_6/article_15/index.html ...
Forcing feed_6/article_15/index.html into XHTML namespace
Parsing feed_4/article_20/index.html ...
Forcing feed_4/article_20/index.html into XHTML namespace
Parsing feed_4/article_28/index.html ...
Forcing feed_4/article_28/index.html into XHTML namespace
Parsing feed_1/article_38/index.html ...
Forcing feed_1/article_38/index.html into XHTML namespace
Parsing feed_3/article_24/index.html ...
Forcing feed_3/article_24/index.html into XHTML namespace
Parsing feed_2/article_32/index.html ...
Forcing feed_2/article_32/index.html into XHTML namespace
Parsing feed_4/article_35/index.html ...
Forcing feed_4/article_35/index.html into XHTML namespace
Parsing feed_3/article_20/index.html ...
Forcing feed_3/article_20/index.html into XHTML namespace
Parsing feed_0/article_3/index.html ...
Forcing feed_0/article_3/index.html into XHTML namespace
Parsing feed_2/article_19/index.html ...
Forcing feed_2/article_19/index.html into XHTML namespace
Parsing feed_3/index.html ...
Forcing feed_3/index.html into XHTML namespace
Parsing feed_0/article_41/index.html ...
Forcing feed_0/article_41/index.html into XHTML namespace
Parsing feed_4/article_29/index.html ...
Forcing feed_4/article_29/index.html into XHTML namespace
Parsing feed_0/article_12/index.html ...
Forcing feed_0/article_12/index.html into XHTML namespace
Parsing feed_6/article_17/index.html ...
Forcing feed_6/article_17/index.html into XHTML namespace
Parsing feed_3/article_7/index.html ...
Forcing feed_3/article_7/index.html into XHTML namespace
Parsing feed_0/article_30/index.html ...
Forcing feed_0/article_30/index.html into XHTML namespace
Parsing feed_2/article_20/index.html ...
Forcing feed_2/article_20/index.html into XHTML namespace
Parsing feed_4/article_5/index.html ...
Forcing feed_4/article_5/index.html into XHTML namespace
Parsing feed_5/article_39/index.html ...
Forcing feed_5/article_39/index.html into XHTML namespace
Parsing feed_6/article_1/index.html ...
Forcing feed_6/article_1/index.html into XHTML namespace
Parsing feed_0/article_31/index.html ...
Forcing feed_0/article_31/index.html into XHTML namespace
Parsing feed_4/article_4/index.html ...
Forcing feed_4/article_4/index.html into XHTML namespace
Parsing feed_5/article_12/index.html ...
Forcing feed_5/article_12/index.html into XHTML namespace
Parsing feed_1/article_41/index.html ...
Forcing feed_1/article_41/index.html into XHTML namespace
Parsing feed_3/article_19/index.html ...
Forcing feed_3/article_19/index.html into XHTML namespace
Parsing feed_4/article_40/index.html ...
Forcing feed_4/article_40/index.html into XHTML namespace
Parsing feed_0/article_32/index.html ...
Forcing feed_0/article_32/index.html into XHTML namespace
Parsing feed_2/article_45/index.html ...
Forcing feed_2/article_45/index.html into XHTML namespace
Parsing feed_2/article_37/index.html ...
Forcing feed_2/article_37/index.html into XHTML namespace
Parsing feed_0/article_33/index.html ...
Forcing feed_0/article_33/index.html into XHTML namespace
Parsing feed_1/article_34/index.html ...
Forcing feed_1/article_34/index.html into XHTML namespace
Parsing feed_2/article_24/index.html ...
Forcing feed_2/article_24/index.html into XHTML namespace
Parsing feed_4/article_16/index.html ...
Forcing feed_4/article_16/index.html into XHTML namespace
Parsing feed_0/article_34/index.html ...
Forcing feed_0/article_34/index.html into XHTML namespace
Parsing feed_1/article_23/index.html ...
Forcing feed_1/article_23/index.html into XHTML namespace
Referenced file u'feed_7/index.html' not found
Reading TOC from NCX...
Merging user specified metadata...
Detecting structure...
Flattening CSS and remapping font sizes...
Source base font size is 12.00000pt
Removing fake margins...
Found 935 items of level: div_1
Found 16 items of level: p_5
Found 309 items of level: div_3
Found 795 items of level: div_2
Found 603 items of level: p_2
Found 3908 items of level: p_3
Ignoring level p_5
div_1 left margin stats: Counter({u'': 316})
div_1 right margin stats: Counter({u'': 316})
div_3 left margin stats: Counter({u'': 309})
div_3 right margin stats: Counter({u'': 309})
div_2 left margin stats: Counter({u'': 282})
div_2 right margin stats: Counter({u'': 282})
p_2 left margin stats: Counter({u'0': 603})
p_2 right margin stats: Counter({u'0': 603})
p_3 left margin stats: Counter({u'0': 3908})
p_3 right margin stats: Counter({u'0': 3908})
Cleaning up manifest...
Trimming unused files from manifest...
Creating EPUB Output...
Found non-unique filenames, renaming to support broken EPUB readers like FBReader, Aldiko and Stanza...
{u'feed_0/article_0/index.html': u'feed_0/article_0/index_u175.html',
u'feed_0/article_1/index.html': u'feed_0/article_1/index_u167.html',
u'feed_0/article_10/index.html': u'feed_0/article_10/index_u196.html',
u'feed_0/article_11/index.html': u'feed_0/article_11/index_u240.html',
u'feed_0/article_12/index.html': u'feed_0/article_12/index_u294.html',
u'feed_0/article_13/index.html': u'feed_0/article_13/index_u214.html',
u'feed_0/article_14/index.html': u'feed_0/article_14/index_u27.html',
u'feed_0/article_15/index.html': u'feed_0/article_15/index_u50.html',
u'feed_0/article_16/index.html': u'feed_0/article_16/index_u79.html',
u'feed_0/article_17/index.html': u'feed_0/article_17/index_u100.html',
u'feed_0/article_18/index.html': u'feed_0/article_18/index_u127.html',
u'feed_0/article_19/index.html': u'feed_0/article_19/index_u154.html',
u'feed_0/article_2/index.html': u'feed_0/article_2/index_u245.html',
u'feed_0/article_20/index.html': u'feed_0/article_20/index_u255.html',
u'feed_0/article_21/index.html': u'feed_0/article_21/index_u257.html',
u'feed_0/article_22/index.html': u'feed_0/article_22/index_u266.html',
u'feed_0/article_23/index.html': u'feed_0/article_23/index_u252.html',
u'feed_0/article_24/index.html': u'feed_0/article_24/index_u160.html',
u'feed_0/article_25/index.html': u'feed_0/article_25/index_u163.html',
u'feed_0/article_26/index.html': u'feed_0/article_26/index_u270.html',
u'feed_0/article_27/index.html': u'feed_0/article_27/index_u274.html',
u'feed_0/article_28/index.html': u'feed_0/article_28/index_u278.html',
u'feed_0/article_29/index.html': u'feed_0/article_29/index_u97.html',
u'feed_0/article_3/index.html': u'feed_0/article_3/index_u289.html',
u'feed_0/article_30/index.html': u'feed_0/article_30/index_u297.html',
u'feed_0/article_31/index.html': u'feed_0/article_31/index_u302.html',
u'feed_0/article_32/index.html': u'feed_0/article_32/index_u308.html',
u'feed_0/article_33/index.html': u'feed_0/article_33/index_u311.html',
u'feed_0/article_34/index.html': u'feed_0/article_34/index_u315.html',
u'feed_0/article_35/index.html': u'feed_0/article_35/index_u4.html',
u'feed_0/article_36/index.html': u'feed_0/article_36/index_u10.html',
u'feed_0/article_37/index.html': u'feed_0/article_37/index_u14.html',
u'feed_0/article_38/index.html': u'feed_0/article_38/index_u18.html',
u'feed_0/article_39/index.html': u'feed_0/article_39/index_u22.html',
u'feed_0/article_4/index.html': u'feed_0/article_4/index_u29.html',
u'feed_0/article_40/index.html': u'feed_0/article_40/index_u34.html',
u'feed_0/article_41/index.html': u'feed_0/article_41/index_u292.html',
u'feed_0/article_42/index.html': u'feed_0/article_42/index_u32.html',
u'feed_0/article_43/index.html': u'feed_0/article_43/index_u39.html',
u'feed_0/article_44/index.html': u'feed_0/article_44/index_u48.html',
u'feed_0/article_45/index.html': u'feed_0/article_45/index_u52.html',
u'feed_0/article_46/index.html': u'feed_0/article_46/index_u57.html',
u'feed_0/article_47/index.html': u'feed_0/article_47/index_u60.html',
u'feed_0/article_48/index.html': u'feed_0/article_48/index_u65.html',
u'feed_0/article_49/index.html': u'feed_0/article_49/index_u69.html',
u'feed_0/article_5/index.html': u'feed_0/article_5/index_u75.html',
u'feed_0/article_6/index.html': u'feed_0/article_6/index_u83.html',
u'feed_0/article_7/index.html': u'feed_0/article_7/index_u94.html',
u'feed_0/article_8/index.html': u'feed_0/article_8/index_u106.html',
u'feed_0/article_9/index.html': u'feed_0/article_9/index_u121.html',
u'feed_0/index.html': u'feed_0/index_u178.html',
u'feed_1/article_0/index.html': u'feed_1/article_0/index_u134.html',
u'feed_1/article_1/index.html': u'feed_1/article_1/index_u151.html',
u'feed_1/article_10/index.html': u'feed_1/article_10/index_u56.html',
u'feed_1/article_11/index.html': u'feed_1/article_11/index_u171.html',
u'feed_1/article_12/index.html': u'feed_1/article_12/index_u133.html',
u'feed_1/article_13/index.html': u'feed_1/article_13/index_u80.html',
u'feed_1/article_14/index.html': u'feed_1/article_14/index_u125.html',
u'feed_1/article_15/index.html': u'feed_1/article_15/index_u109.html',
u'feed_1/article_16/index.html': u'feed_1/article_16/index_u85.html',
u'feed_1/article_17/index.html': u'feed_1/article_17/index_u146.html',
u'feed_1/article_18/index.html': u'feed_1/article_18/index_u99.html',
u'feed_1/article_19/index.html': u'feed_1/article_19/index_u155.html',
u'feed_1/article_2/index.html': u'feed_1/article_2/index_u184.html',
u'feed_1/article_20/index.html': u'feed_1/article_20/index_u216.html',
u'feed_1/article_21/index.html': u'feed_1/article_21/index_u199.html',
u'feed_1/article_22/index.html': u'feed_1/article_22/index_u208.html',
u'feed_1/article_23/index.html': u'feed_1/article_23/index_u316.html',
u'feed_1/article_24/index.html': u'feed_1/article_24/index_u220.html',
u'feed_1/article_25/index.html': u'feed_1/article_25/index_u223.html',
u'feed_1/article_26/index.html': u'feed_1/article_26/index_u228.html',
u'feed_1/article_27/index.html': u'feed_1/article_27/index_u233.html',
u'feed_1/article_28/index.html': u'feed_1/article_28/index_u236.html',
u'feed_1/article_29/index.html': u'feed_1/article_29/index_u239.html',
u'feed_1/article_3/index.html': u'feed_1/article_3/index_u179.html',
u'feed_1/article_30/index.html': u'feed_1/article_30/index_u237.html',
u'feed_1/article_31/index.html': u'feed_1/article_31/index_u209.html',
u'feed_1/article_32/index.html': u'feed_1/article_32/index_u191.html',
u'feed_1/article_33/index.html': u'feed_1/article_33/index_u263.html',
u'feed_1/article_34/index.html': u'feed_1/article_34/index_u312.html',
u'feed_1/article_35/index.html': u'feed_1/article_35/index_u21.html',
u'feed_1/article_36/index.html': u'feed_1/article_36/index_u46.html',
u'feed_1/article_37/index.html': u'feed_1/article_37/index_u72.html',
u'feed_1/article_38/index.html': u'feed_1/article_38/index_u284.html',
u'feed_1/article_39/index.html': u'feed_1/article_39/index_u122.html',
u'feed_1/article_4/index.html': u'feed_1/article_4/index_u149.html',
u'feed_1/article_40/index.html': u'feed_1/article_40/index_u203.html',
u'feed_1/article_41/index.html': u'feed_1/article_41/index_u305.html',
u'feed_1/article_5/index.html': u'feed_1/article_5/index_u64.html',
u'feed_1/article_6/index.html': u'feed_1/article_6/index_u31.html',
u'feed_1/article_7/index.html': u'feed_1/article_7/index_u105.html',
u'feed_1/article_8/index.html': u'feed_1/article_8/index_u186.html',
u'feed_1/article_9/index.html': u'feed_1/article_9/index_u44.html',
u'feed_1/index.html': u'feed_1/index_u139.html',
u'feed_2/article_0/index.html': u'feed_2/article_0/index_u189.html',
u'feed_2/article_1/index.html': u'feed_2/article_1/index_u76.html',
u'feed_2/article_10/index.html': u'feed_2/article_10/index_u177.html',
u'feed_2/article_11/index.html': u'feed_2/article_11/index_u197.html',
u'feed_2/article_12/index.html': u'feed_2/article_12/index_u170.html',
u'feed_2/article_13/index.html': u'feed_2/article_13/index_u153.html',
u'feed_2/article_14/index.html': u'feed_2/article_14/index_u26.html',
u'feed_2/article_15/index.html': u'feed_2/article_15/index_u265.html',
u'feed_2/article_16/index.html': u'feed_2/article_16/index_u147.html',
u'feed_2/article_17/index.html': u'feed_2/article_17/index_u89.html',
u'feed_2/article_18/index.html': u'feed_2/article_18/index_u110.html',
u'feed_2/article_19/index.html': u'feed_2/article_19/index_u290.html',
u'feed_2/article_2/index.html': u'feed_2/article_2/index_u101.html',
u'feed_2/article_20/index.html': u'feed_2/article_20/index_u298.html',
u'feed_2/article_21/index.html': u'feed_2/article_21/index_u115.html',
u'feed_2/article_22/index.html': u'feed_2/article_22/index_u51.html',
u'feed_2/article_23/index.html': u'feed_2/article_23/index_u129.html',
u'feed_2/article_24/index.html': u'feed_2/article_24/index_u313.html',
u'feed_2/article_25/index.html': u'feed_2/article_25/index_u124.html',
u'feed_2/article_26/index.html': u'feed_2/article_26/index_u142.html',
u'feed_2/article_27/index.html': u'feed_2/article_27/index_u68.html',
u'feed_2/article_28/index.html': u'feed_2/article_28/index_u200.html',
u'feed_2/article_29/index.html': u'feed_2/article_29/index_u164.html',
u'feed_2/article_3/index.html': u'feed_2/article_3/index_u206.html',
u'feed_2/article_30/index.html': u'feed_2/article_30/index_u53.html',
u'feed_2/article_31/index.html': u'feed_2/article_31/index_u181.html',
u'feed_2/article_32/index.html': u'feed_2/article_32/index_u286.html',
u'feed_2/article_33/index.html': u'feed_2/article_33/index_u259.html',
u'feed_2/article_34/index.html': u'feed_2/article_34/index_u1.html',
u'feed_2/article_35/index.html': u'feed_2/article_35/index_u201.html',
u'feed_2/article_36/index.html': u'feed_2/article_36/index_u13.html',
u'feed_2/article_37/index.html': u'feed_2/article_37/index_u310.html',
u'feed_2/article_38/index.html': u'feed_2/article_38/index_u267.html',
u'feed_2/article_39/index.html': u'feed_2/article_39/index_u84.html',
u'feed_2/article_4/index.html': u'feed_2/article_4/index_u221.html',
u'feed_2/article_40/index.html': u'feed_2/article_40/index_u135.html',
u'feed_2/article_41/index.html': u'feed_2/article_41/index_u150.html',
u'feed_2/article_42/index.html': u'feed_2/article_42/index_u182.html',
u'feed_2/article_43/index.html': u'feed_2/article_43/index_u96.html',
u'feed_2/article_44/index.html': u'feed_2/article_44/index_u176.html',
u'feed_2/article_45/index.html': u'feed_2/article_45/index_u309.html',
u'feed_2/article_46/index.html': u'feed_2/article_46/index_u118.html',
u'feed_2/article_47/index.html': u'feed_2/article_47/index_u12.html',
u'feed_2/article_48/index.html': u'feed_2/article_48/index_u30.html',
u'feed_2/article_49/index.html': u'feed_2/article_49/index_u116.html',
u'feed_2/article_5/index.html': u'feed_2/article_5/index_u63.html',
u'feed_2/article_6/index.html': u'feed_2/article_6/index_u6.html',
u'feed_2/article_7/index.html': u'feed_2/article_7/index_u81.html',
u'feed_2/article_8/index.html': u'feed_2/article_8/index_u152.html',
u'feed_2/article_9/index.html': u'feed_2/article_9/index_u231.html',
u'feed_2/index.html': u'feed_2/index_u2.html',
u'feed_3/article_0/index.html': u'feed_3/article_0/index_u156.html',
u'feed_3/article_1/index.html': u'feed_3/article_1/index_u192.html',
u'feed_3/article_10/index.html': u'feed_3/article_10/index_u114.html',
u'feed_3/article_11/index.html': u'feed_3/article_11/index_u253.html',
u'feed_3/article_12/index.html': u'feed_3/article_12/index_u202.html',
u'feed_3/article_13/index.html': u'feed_3/article_13/index_u3.html',
u'feed_3/article_14/index.html': u'feed_3/article_14/index_u132.html',
u'feed_3/article_15/index.html': u'feed_3/article_15/index_u172.html',
u'feed_3/article_16/index.html': u'feed_3/article_16/index_u41.html',
u'feed_3/article_17/index.html': u'feed_3/article_17/index_u17.html',
u'feed_3/article_18/index.html': u'feed_3/article_18/index_u73.html',
u'feed_3/article_19/index.html': u'feed_3/article_19/index_u306.html',
u'feed_3/article_2/index.html': u'feed_3/article_2/index_u136.html',
u'feed_3/article_20/index.html': u'feed_3/article_20/index_u288.html',
u'feed_3/article_21/index.html': u'feed_3/article_21/index_u213.html',
u'feed_3/article_22/index.html': u'feed_3/article_22/index_u235.html',
u'feed_3/article_23/index.html': u'feed_3/article_23/index_u86.html',
u'feed_3/article_24/index.html': u'feed_3/article_24/index_u285.html',
u'feed_3/article_25/index.html': u'feed_3/article_25/index_u93.html',
u'feed_3/article_26/index.html': u'feed_3/article_26/index_u140.html',
u'feed_3/article_27/index.html': u'feed_3/article_27/index_u37.html',
u'feed_3/article_28/index.html': u'feed_3/article_28/index_u262.html',
u'feed_3/article_29/index.html': u'feed_3/article_29/index_u193.html',
u'feed_3/article_3/index.html': u'feed_3/article_3/index_u108.html',
u'feed_3/article_30/index.html': u'feed_3/article_30/index_u54.html',
u'feed_3/article_31/index.html': u'feed_3/article_31/index_u183.html',
u'feed_3/article_32/index.html': u'feed_3/article_32/index_u126.html',
u'feed_3/article_33/index.html': u'feed_3/article_33/index_u260.html',
u'feed_3/article_34/index.html': u'feed_3/article_34/index_u70.html',
u'feed_3/article_35/index.html': u'feed_3/article_35/index_u28.html',
u'feed_3/article_36/index.html': u'feed_3/article_36/index_u15.html',
u'feed_3/article_37/index.html': u'feed_3/article_37/index_u40.html',
u'feed_3/article_38/index.html': u'feed_3/article_38/index_u244.html',
u'feed_3/article_39/index.html': u'feed_3/article_39/index_u143.html',
u'feed_3/article_4/index.html': u'feed_3/article_4/index_u277.html',
u'feed_3/article_40/index.html': u'feed_3/article_40/index_u138.html',
u'feed_3/article_41/index.html': u'feed_3/article_41/index_u82.html',
u'feed_3/article_42/index.html': u'feed_3/article_42/index_u78.html',
u'feed_3/article_43/index.html': u'feed_3/article_43/index_u91.html',
u'feed_3/article_44/index.html': u'feed_3/article_44/index_u279.html',
u'feed_3/article_45/index.html': u'feed_3/article_45/index_u123.html',
u'feed_3/article_46/index.html': u'feed_3/article_46/index_u98.html',
u'feed_3/article_47/index.html': u'feed_3/article_47/index_u234.html',
u'feed_3/article_48/index.html': u'feed_3/article_48/index_u43.html',
u'feed_3/article_49/index.html': u'feed_3/article_49/index_u194.html',
u'feed_3/article_5/index.html': u'feed_3/article_5/index_u210.html',
u'feed_3/article_6/index.html': u'feed_3/article_6/index_u249.html',
u'feed_3/article_7/index.html': u'feed_3/article_7/index_u296.html',
u'feed_3/article_8/index.html': u'feed_3/article_8/index_u77.html',
u'feed_3/article_9/index.html': u'feed_3/article_9/index_u148.html',
u'feed_3/index.html': u'feed_3/index_u291.html',
u'feed_4/article_0/index.html': u'feed_4/article_0/index_u226.html',
u'feed_4/article_1/index.html': u'feed_4/article_1/index_u207.html',
u'feed_4/article_10/index.html': u'feed_4/article_10/index_u130.html',
u'feed_4/article_11/index.html': u'feed_4/article_11/index_u58.html',
u'feed_4/article_12/index.html': u'feed_4/article_12/index_u66.html',
u'feed_4/article_13/index.html': u'feed_4/article_13/index_u242.html',
u'feed_4/article_14/index.html': u'feed_4/article_14/index_u248.html',
u'feed_4/article_15/index.html': u'feed_4/article_15/index_u180.html',
u'feed_4/article_16/index.html': u'feed_4/article_16/index_u314.html',
u'feed_4/article_17/index.html': u'feed_4/article_17/index_u280.html',
u'feed_4/article_18/index.html': u'feed_4/article_18/index_u102.html',
u'feed_4/article_19/index.html': u'feed_4/article_19/index_u120.html',
u'feed_4/article_2/index.html': u'feed_4/article_2/index_u159.html',
u'feed_4/article_20/index.html': u'feed_4/article_20/index_u282.html',
u'feed_4/article_21/index.html': u'feed_4/article_21/index_u190.html',
u'feed_4/article_22/index.html': u'feed_4/article_22/index_u224.html',
u'feed_4/article_23/index.html': u'feed_4/article_23/index_u243.html',
u'feed_4/article_24/index.html': u'feed_4/article_24/index_u258.html',
u'feed_4/article_25/index.html': u'feed_4/article_25/index_u275.html',
u'feed_4/article_26/index.html': u'feed_4/article_26/index_u62.html',
u'feed_4/article_27/index.html': u'feed_4/article_27/index_u113.html',
u'feed_4/article_28/index.html': u'feed_4/article_28/index_u283.html',
u'feed_4/article_29/index.html': u'feed_4/article_29/index_u293.html',
u'feed_4/article_3/index.html': u'feed_4/article_3/index_u195.html',
u'feed_4/article_30/index.html': u'feed_4/article_30/index_u23.html',
u'feed_4/article_31/index.html': u'feed_4/article_31/index_u269.html',
u'feed_4/article_32/index.html': u'feed_4/article_32/index_u212.html',
u'feed_4/article_33/index.html': u'feed_4/article_33/index_u24.html',
u'feed_4/article_34/index.html': u'feed_4/article_34/index_u104.html',
u'feed_4/article_35/index.html': u'feed_4/article_35/index_u287.html',
u'feed_4/article_36/index.html': u'feed_4/article_36/index_u95.html',
u'feed_4/article_37/index.html': u'feed_4/article_37/index_u157.html',
u'feed_4/article_38/index.html': u'feed_4/article_38/index_u173.html',
u'feed_4/article_39/index.html': u'feed_4/article_39/index_u169.html',
u'feed_4/article_4/index.html': u'feed_4/article_4/index_u303.html',
u'feed_4/article_40/index.html': u'feed_4/article_40/index_u307.html',
u'feed_4/article_41/index.html': u'feed_4/article_41/index_u19.html',
u'feed_4/article_43/index.html': u'feed_4/article_43/index_u9.html',
u'feed_4/article_44/index.html': u'feed_4/article_44/index_u264.html',
u'feed_4/article_45/index.html': u'feed_4/article_45/index_u87.html',
u'feed_4/article_46/index.html': u'feed_4/article_46/index_u211.html',
u'feed_4/article_47/index.html': u'feed_4/article_47/index_u74.html',
u'feed_4/article_48/index.html': u'feed_4/article_48/index_u204.html',
u'feed_4/article_49/index.html': u'feed_4/article_49/index_u59.html',
u'feed_4/article_5/index.html': u'feed_4/article_5/index_u299.html',
u'feed_4/article_6/index.html': u'feed_4/article_6/index_u161.html',
u'feed_4/article_7/index.html': u'feed_4/article_7/index_u103.html',
u'feed_4/article_8/index.html': u'feed_4/article_8/index_u92.html',
u'feed_4/article_9/index.html': u'feed_4/article_9/index_u256.html',
u'feed_4/index.html': u'feed_4/index_u35.html',
u'feed_5/article_0/index.html': u'feed_5/article_0/index_u187.html',
u'feed_5/article_1/index.html': u'feed_5/article_1/index_u198.html',
u'feed_5/article_10/index.html': u'feed_5/article_10/index_u271.html',
u'feed_5/article_11/index.html': u'feed_5/article_11/index_u205.html',
u'feed_5/article_12/index.html': u'feed_5/article_12/index_u304.html',
u'feed_5/article_13/index.html': u'feed_5/article_13/index_u215.html',
u'feed_5/article_14/index.html': u'feed_5/article_14/index_u217.html',
u'feed_5/article_15/index.html': u'feed_5/article_15/index_u5.html',
u'feed_5/article_16/index.html': u'feed_5/article_16/index_u222.html',
u'feed_5/article_17/index.html': u'feed_5/article_17/index_u145.html',
u'feed_5/article_18/index.html': u'feed_5/article_18/index_u128.html',
u'feed_5/article_19/index.html': u'feed_5/article_19/index_u144.html',
u'feed_5/article_2/index.html': u'feed_5/article_2/index_u137.html',
u'feed_5/article_20/index.html': u'feed_5/article_20/index_u168.html',
u'feed_5/article_21/index.html': u'feed_5/article_21/index_u8.html',
u'feed_5/article_22/index.html': u'feed_5/article_22/index_u225.html',
u'feed_5/article_23/index.html': u'feed_5/article_23/index_u7.html',
u'feed_5/article_24/index.html': u'feed_5/article_24/index_u230.html',
u'feed_5/article_25/index.html': u'feed_5/article_25/index_u131.html',
u'feed_5/article_26/index.html': u'feed_5/article_26/index_u111.html',
u'feed_5/article_27/index.html': u'feed_5/article_27/index_u218.html',
u'feed_5/article_28/index.html': u'feed_5/article_28/index_u238.html',
u'feed_5/article_29/index.html': u'feed_5/article_29/index_u42.html',
u'feed_5/article_3/index.html': u'feed_5/article_3/index_u241.html',
u'feed_5/article_30/index.html': u'feed_5/article_30/index_u232.html',
u'feed_5/article_31/index.html': u'feed_5/article_31/index_u88.html',
u'feed_5/article_32/index.html': u'feed_5/article_32/index_u112.html',
u'feed_5/article_33/index.html': u'feed_5/article_33/index_u250.html',
u'feed_5/article_34/index.html': u'feed_5/article_34/index_u251.html',
u'feed_5/article_35/index.html': u'feed_5/article_35/index_u38.html',
u'feed_5/article_36/index.html': u'feed_5/article_36/index_u229.html',
u'feed_5/article_37/index.html': u'feed_5/article_37/index_u273.html',
u'feed_5/article_38/index.html': u'feed_5/article_38/index_u141.html',
u'feed_5/article_39/index.html': u'feed_5/article_39/index_u300.html',
u'feed_5/article_4/index.html': u'feed_5/article_4/index_u158.html',
u'feed_5/article_40/index.html': u'feed_5/article_40/index_u174.html',
u'feed_5/article_5/index.html': u'feed_5/article_5/index_u272.html',
u'feed_5/article_6/index.html': u'feed_5/article_6/index_u165.html',
u'feed_5/article_7/index.html': u'feed_5/article_7/index_u107.html',
u'feed_5/article_8/index.html': u'feed_5/article_8/index_u261.html',
u'feed_5/article_9/index.html': u'feed_5/article_9/index_u188.html',
u'feed_5/index.html': u'feed_5/index_u49.html',
u'feed_6/article_0/index.html': u'feed_6/article_0/index_u90.html',
u'feed_6/article_1/index.html': u'feed_6/article_1/index_u301.html',
u'feed_6/article_10/index.html': u'feed_6/article_10/index_u20.html',
u'feed_6/article_11/index.html': u'feed_6/article_11/index_u25.html',
u'feed_6/article_12/index.html': u'feed_6/article_12/index_u33.html',
u'feed_6/article_13/index.html': u'feed_6/article_13/index_u227.html',
u'feed_6/article_14/index.html': u'feed_6/article_14/index_u254.html',
u'feed_6/article_15/index.html': u'feed_6/article_15/index_u281.html',
u'feed_6/article_16/index.html': u'feed_6/article_16/index_u276.html',
u'feed_6/article_17/index.html': u'feed_6/article_17/index_u295.html',
u'feed_6/article_18/index.html': u'feed_6/article_18/index_u219.html',
u'feed_6/article_19/index.html': u'feed_6/article_19/index_u246.html',
u'feed_6/article_2/index.html': u'feed_6/article_2/index_u268.html',
u'feed_6/article_20/index.html': u'feed_6/article_20/index_u11.html',
u'feed_6/article_21/index.html': u'feed_6/article_21/index_u45.html',
u'feed_6/article_22/index.html': u'feed_6/article_22/index_u55.html',
u'feed_6/article_23/index.html': u'feed_6/article_23/index_u36.html',
u'feed_6/article_24/index.html': u'feed_6/article_24/index_u61.html',
u'feed_6/article_25/index.html': u'feed_6/article_25/index_u67.html',
u'feed_6/article_3/index.html': u'feed_6/article_3/index_u71.html',
u'feed_6/article_4/index.html': u'feed_6/article_4/index_u166.html',
u'feed_6/article_5/index.html': u'feed_6/article_5/index_u47.html',
u'feed_6/article_6/index.html': u'feed_6/article_6/index_u119.html',
u'feed_6/article_7/index.html': u'feed_6/article_7/index_u117.html',
u'feed_6/article_8/index.html': u'feed_6/article_8/index_u162.html',
u'feed_6/article_9/index.html': u'feed_6/article_9/index_u247.html',
u'feed_6/index.html': u'feed_6/index_u185.html',
u'index.html': u'index_u16.html'}
Splitting markup on page breaks and flow limits, if any...
Looking for large trees in feed_5/article_1/index_u198.html...
No large trees found
Looking for large trees in feed_1/article_21/index_u199.html...
No large trees found
Looking for large trees in feed_5/article_40/index_u174.html...
No large trees found
Looking for large trees in feed_2/article_28/index_u200.html...
No large trees found
Looking for large trees in feed_2/article_35/index_u201.html...
No large trees found
Looking for large trees in feed_3/article_12/index_u202.html...
No large trees found
Looking for large trees in feed_1/article_40/index_u203.html...
No large trees found
Looking for large trees in feed_4/article_48/index_u204.html...
No large trees found
Looking for large trees in feed_5/article_11/index_u205.html...
No large trees found
Looking for large trees in feed_2/article_3/index_u206.html...
No large trees found
Looking for large trees in feed_0/article_0/index_u175.html...
No large trees found
Looking for large trees in feed_4/article_1/index_u207.html...
No large trees found
Looking for large trees in feed_1/article_22/index_u208.html...
No large trees found
Looking for large trees in feed_1/article_31/index_u209.html...
No large trees found
Looking for large trees in feed_3/article_5/index_u210.html...
No large trees found
Looking for large trees in feed_4/article_46/index_u211.html...
No large trees found
Looking for large trees in feed_2/article_44/index_u176.html...
No large trees found
Looking for large trees in feed_0/article_5/index_u75.html...
No large trees found
Looking for large trees in feed_4/article_32/index_u212.html...
No large trees found
Looking for large trees in feed_3/article_21/index_u213.html...
No large trees found
Looking for large trees in feed_0/article_13/index_u214.html...
No large trees found
Looking for large trees in feed_5/article_13/index_u215.html...
No large trees found
Looking for large trees in feed_1/article_20/index_u216.html...
No large trees found
Looking for large trees in feed_5/article_14/index_u217.html...
No large trees found
Looking for large trees in feed_5/article_27/index_u218.html...
No large trees found
Looking for large trees in feed_2/article_10/index_u177.html...
No large trees found
Looking for large trees in feed_6/article_18/index_u219.html...
No large trees found
Looking for large trees in feed_1/article_24/index_u220.html...
No large trees found
Looking for large trees in feed_0/article_27/index_u274.html...
No large trees found
Looking for large trees in feed_2/article_4/index_u221.html...
No large trees found
Looking for large trees in feed_5/article_16/index_u222.html...
No large trees found
Looking for large trees in feed_1/article_25/index_u223.html...
No large trees found
Looking for large trees in feed_0/index_u178.html...
No large trees found
Looking for large trees in feed_4/article_22/index_u224.html...
No large trees found
Looking for large trees in feed_5/article_22/index_u225.html...
No large trees found
Looking for large trees in feed_2/article_24/index_u313.html...
No large trees found
Looking for large trees in feed_4/article_0/index_u226.html...
No large trees found
Looking for large trees in feed_4/article_36/index_u95.html...
No large trees found
Looking for large trees in feed_1/article_26/index_u228.html...
No large trees found
Looking for large trees in feed_5/article_36/index_u229.html...
No large trees found
Looking for large trees in feed_5/article_24/index_u230.html...
No large trees found
Looking for large trees in feed_1/article_3/index_u179.html...
No large trees found
Looking for large trees in feed_2/article_9/index_u231.html...
No large trees found
Looking for large trees in feed_5/article_30/index_u232.html...
No large trees found
Looking for large trees in feed_1/article_27/index_u233.html...
No large trees found
Looking for large trees in feed_3/article_47/index_u234.html...
No large trees found
Looking for large trees in feed_3/article_22/index_u235.html...
No large trees found
Looking for large trees in feed_4/article_15/index_u180.html...
No large trees found
Looking for large trees in feed_0/article_12/index_u294.html...
No large trees found
Looking for large trees in feed_1/article_28/index_u236.html...
No large trees found
Looking for large trees in feed_1/article_30/index_u237.html...
No large trees found
Looking for large trees in feed_5/article_28/index_u238.html...
No large trees found
Looking for large trees in feed_0/article_11/index_u240.html...
No large trees found
Looking for large trees in feed_5/article_3/index_u241.html...
No large trees found
Looking for large trees in feed_4/article_13/index_u242.html...
No large trees found
Looking for large trees in feed_2/article_31/index_u181.html...
No large trees found
Looking for large trees in feed_2/article_21/index_u115.html...
No large trees found
Looking for large trees in feed_4/article_23/index_u243.html...
No large trees found
Looking for large trees in feed_3/article_38/index_u244.html...
No large trees found
Looking for large trees in feed_0/article_2/index_u245.html...
No large trees found
Looking for large trees in feed_6/article_19/index_u246.html...
No large trees found
Looking for large trees in feed_1/article_32/index_u191.html...
No large trees found
Looking for large trees in feed_6/article_9/index_u247.html...
No large trees found
Looking for large trees in feed_2/article_42/index_u182.html...
No large trees found
Looking for large trees in feed_4/article_14/index_u248.html...
No large trees found
Looking for large trees in feed_3/article_6/index_u249.html...
No large trees found
Looking for large trees in feed_5/article_33/index_u250.html...
No large trees found
Looking for large trees in feed_5/article_34/index_u251.html...
No large trees found
Looking for large trees in feed_0/article_23/index_u252.html...
No large trees found
Looking for large trees in feed_3/article_11/index_u253.html...
No large trees found
Looking for large trees in feed_6/article_14/index_u254.html...
No large trees found
Looking for large trees in feed_3/article_31/index_u183.html...
No large trees found
Looking for large trees in feed_0/article_20/index_u255.html...
No large trees found
Looking for large trees in feed_4/article_9/index_u256.html...
No large trees found
Looking for large trees in feed_0/article_21/index_u257.html...
No large trees found
Looking for large trees in feed_4/article_24/index_u258.html...
No large trees found
Looking for large trees in feed_2/article_33/index_u259.html...
No large trees found
Looking for large trees in feed_1/article_2/index_u184.html...
No large trees found
Looking for large trees in feed_3/article_33/index_u260.html...
No large trees found
Looking for large trees in feed_5/article_8/index_u261.html...
No large trees found
Looking for large trees in feed_3/article_28/index_u262.html...
No large trees found
Looking for large trees in feed_1/article_33/index_u263.html...
No large trees found
Looking for large trees in feed_4/article_44/index_u264.html...
No large trees found
Looking for large trees in feed_2/article_5/index_u63.html...
No large trees found
Looking for large trees in feed_2/article_15/index_u265.html...
No large trees found
Looking for large trees in feed_0/article_22/index_u266.html...
No large trees found
Looking for large trees in feed_6/index_u185.html...
No large trees found
Looking for large trees in feed_2/article_38/index_u267.html...
No large trees found
Looking for large trees in feed_6/article_2/index_u268.html...
No large trees found
Looking for large trees in feed_4/article_31/index_u269.html...
No large trees found
Looking for large trees in feed_3/article_30/index_u54.html...
No large trees found
Looking for large trees in feed_1/article_8/index_u186.html...
No large trees found
Looking for large trees in feed_3/article_8/index_u77.html...
No large trees found
Looking for large trees in feed_1/article_10/index_u56.html...
No large trees found
Looking for large trees in feed_0/article_46/index_u57.html...
No large trees found
Looking for large trees in feed_4/article_11/index_u58.html...
No large trees found
Looking for large trees in feed_0/article_47/index_u60.html...
No large trees found
Looking for large trees in feed_4/article_26/index_u62.html...
No large trees found
Looking for large trees in feed_6/article_16/index_u276.html...
No large trees found
Looking for large trees in feed_1/article_5/index_u64.html...
No large trees found
Looking for large trees in feed_4/article_12/index_u66.html...
No large trees found
Looking for large trees in feed_2/article_27/index_u68.html...
No large trees found
Looking for large trees in feed_0/article_34/index_u315.html...
No large trees found
Looking for large trees in feed_3/article_34/index_u70.html...
No large trees found
Looking for large trees in feed_1/article_37/index_u72.html...
No large trees found
Looking for large trees in feed_3/article_18/index_u73.html...
No large trees found
Looking for large trees in feed_4/article_47/index_u74.html...
No large trees found
Looking for large trees in feed_2/article_1/index_u76.html...
No large trees found
Looking for large trees in feed_3/article_42/index_u78.html...
No large trees found
Looking for large trees in feed_4/article_21/index_u190.html...
No large trees found
Looking for large trees in feed_1/article_13/index_u80.html...
No large trees found
Looking for large trees in feed_3/article_41/index_u82.html...
No large trees found
Looking for large trees in feed_0/article_6/index_u83.html...
No large trees found
Looking for large trees in feed_2/article_39/index_u84.html...
No large trees found
Looking for large trees in feed_3/article_23/index_u86.html...
No large trees found
Looking for large trees in feed_4/article_45/index_u87.html...
No large trees found
Looking for large trees in feed_5/article_31/index_u88.html...
No large trees found
Looking for large trees in feed_2/article_17/index_u89.html...
No large trees found
Looking for large trees in feed_6/article_0/index_u90.html...
No large trees found
Looking for large trees in feed_4/article_8/index_u92.html...
No large trees found
Looking for large trees in feed_3/article_25/index_u93.html...
No large trees found
Looking for large trees in feed_0/article_7/index_u94.html...
No large trees found
Looking for large trees in feed_2/article_43/index_u96.html...
No large trees found
Looking for large trees in feed_0/article_29/index_u97.html...
No large trees found
Looking for large trees in feed_3/article_46/index_u98.html...
No large trees found
Looking for large trees in feed_0/article_17/index_u100.html...
No large trees found
Looking for large trees in feed_4/article_18/index_u102.html...
No large trees found
Looking for large trees in feed_3/article_49/index_u194.html...
No large trees found
Looking for large trees in feed_4/article_34/index_u104.html...
No large trees found
Looking for large trees in feed_1/article_7/index_u105.html...
No large trees found
Looking for large trees in feed_0/article_8/index_u106.html...
No large trees found
Looking for large trees in feed_5/article_7/index_u107.html...
No large trees found
Looking for large trees in feed_3/article_3/index_u108.html...
No large trees found
Looking for large trees in feed_4/article_3/index_u195.html...
No large trees found
Looking for large trees in feed_2/article_18/index_u110.html...
No large trees found
Looking for large trees in feed_1/article_18/index_u99.html...
No large trees found
Looking for large trees in feed_5/article_32/index_u112.html...
No large trees found
Looking for large trees in feed_0/article_30/index_u297.html...
No large trees found
Looking for large trees in feed_3/article_10/index_u114.html...
No large trees found
Looking for large trees in feed_0/article_10/index_u196.html...
No large trees found
Looking for large trees in feed_0/article_16/index_u79.html...
No large trees found
Looking for large trees in feed_2/article_49/index_u116.html...
No large trees found
Looking for large trees in feed_6/article_7/index_u117.html...
No large trees found
Looking for large trees in feed_2/article_46/index_u118.html...
No large trees found
Looking for large trees in feed_6/article_1/index_u301.html...
No large trees found
Looking for large trees in feed_6/article_6/index_u119.html...
No large trees found
Looking for large trees in feed_4/article_19/index_u120.html...
No large trees found
Looking for large trees in feed_0/article_9/index_u121.html...
No large trees found
Looking for large trees in feed_1/article_39/index_u122.html...
No large trees found
Looking for large trees in feed_3/article_45/index_u123.html...
No large trees found
Looking for large trees in feed_2/article_25/index_u124.html...
No large trees found
Looking for large trees in feed_1/article_41/index_u305.html...
No large trees found
Looking for large trees in feed_3/article_44/index_u279.html...
No large trees found
Looking for large trees in feed_4/article_5/index_u299.html...
No large trees found
Looking for large trees in feed_2/article_7/index_u81.html...
No large trees found
Looking for large trees in feed_5/article_26/index_u111.html...
No large trees found
Looking for large trees in feed_2/article_32/index_u286.html...
No large trees found
Looking for large trees in feed_2/article_19/index_u290.html...
No large trees found
Looking for large trees in feed_6/article_15/index_u281.html...
No large trees found
Looking for large trees in feed_1/article_29/index_u239.html...
No large trees found
Looking for large trees in feed_0/article_48/index_u65.html...
No large trees found
Looking for large trees in feed_0/article_18/index_u127.html...
No large trees found
Looking for large trees in feed_5/article_18/index_u128.html...
No large trees found
Looking for large trees in feed_4/article_16/index_u314.html...
No large trees found
Looking for large trees in feed_1/article_16/index_u85.html...
No large trees found
Looking for large trees in feed_2/article_23/index_u129.html...
No large trees found
Looking for large trees in feed_4/article_10/index_u130.html...
No large trees found
Looking for large trees in feed_4/article_25/index_u275.html...
No large trees found
Looking for large trees in feed_3/article_14/index_u132.html...
No large trees found
Looking for large trees in feed_5/article_12/index_u304.html...
No large trees found
Looking for large trees in feed_3/article_4/index_u277.html...
No large trees found
Looking for large trees in feed_1/article_14/index_u125.html...
No large trees found
Looking for large trees in feed_0/article_28/index_u278.html...
No large trees found
Looking for large trees in feed_6/article_24/index_u61.html...
No large trees found
Looking for large trees in feed_2/article_40/index_u135.html...
No large trees found
Looking for large trees in feed_3/article_24/index_u285.html...
No large trees found
Looking for large trees in feed_3/article_2/index_u136.html...
No large trees found
Looking for large trees in feed_4/article_4/index_u303.html...
No large trees found
Looking for large trees in feed_5/article_2/index_u137.html...
No large trees found
Looking for large trees in feed_4/article_20/index_u282.html...
No large trees found
Looking for large trees in feed_4/article_28/index_u283.html...
No large trees found
Looking for large trees in feed_1/article_38/index_u284.html...
No large trees found
Looking for large trees in feed_5/article_38/index_u141.html...
No large trees found
Looking for large trees in feed_2/article_26/index_u142.html...
No large trees found
Looking for large trees in feed_3/article_39/index_u143.html...
No large trees found
Looking for large trees in feed_5/article_19/index_u144.html...
No large trees found
Looking for large trees in feed_5/article_17/index_u145.html...
No large trees found
Looking for large trees in feed_4/article_35/index_u287.html...
No large trees found
Looking for large trees in feed_0/article_49/index_u69.html...
No large trees found
Looking for large trees in feed_3/index_u291.html...
No large trees found
Looking for large trees in feed_4/article_42/index.html...
No large trees found
Looking for large trees in feed_3/article_9/index_u148.html...
No large trees found
Looking for large trees in feed_3/article_32/index_u126.html...
No large trees found
Looking for large trees in feed_1/article_4/index_u149.html...
No large trees found
Looking for large trees in feed_5/article_15/index_u5.html...
No large trees found
Looking for large trees in feed_4/article_41/index_u19.html...
No large trees found
Looking for large trees in feed_3/article_16/index_u41.html...
No large trees found
Looking for large trees in feed_0/article_35/index_u4.html...
No large trees found
Looking for large trees in feed_2/article_41/index_u150.html...
No large trees found
Looking for large trees in feed_2/article_34/index_u1.html...
No large trees found
Looking for large trees in feed_5/article_25/index_u131.html...
No large trees found
Looking for large trees in feed_5/article_35/index_u38.html...
No large trees found
Looking for large trees in feed_1/article_12/index_u133.html...
No large trees found
Looking for large trees in feed_1/article_0/index_u134.html...
No large trees found
Looking for large trees in feed_1/article_35/index_u21.html...
No large trees found
Looking for large trees in feed_0/article_43/index_u39.html...
No large trees found
Looking for large trees in feed_6/article_17/index_u295.html...
No large trees found
Looking for large trees in feed_1/article_15/index_u109.html...
No large trees found
Looking for large trees in feed_2/index_u2.html...
No large trees found
Looking for large trees in feed_4/article_7/index_u103.html...
No large trees found
Looking for large trees in feed_3/article_40/index_u138.html...
No large trees found
Looking for large trees in feed_1/index_u139.html...
No large trees found
Looking for large trees in feed_3/article_26/index_u140.html...
No large trees found
Looking for large trees in feed_4/article_40/index_u307.html...
No large trees found
Looking for large trees in feed_2/article_14/index_u26.html...
No large trees found
Looking for large trees in feed_2/article_8/index_u152.html...
No large trees found
Looking for large trees in feed_0/article_4/index_u29.html...
No large trees found
Looking for large trees in feed_4/article_43/index_u9.html...
No large trees found
Looking for large trees in feed_2/article_48/index_u30.html...
No large trees found
Looking for large trees in feed_0/article_38/index_u18.html...
No large trees found
Looking for large trees in feed_1/article_17/index_u146.html...
No large trees found
Looking for large trees in feed_2/article_16/index_u147.html...
No large trees found
Looking for large trees in feed_3/article_37/index_u40.html...
No large trees found
Looking for large trees in feed_2/article_13/index_u153.html...
No large trees found
Looking for large trees in feed_3/article_36/index_u15.html...
No large trees found
Looking for large trees in feed_4/index_u35.html...
No large trees found
Looking for large trees in feed_1/article_1/index_u151.html...
No large trees found
Looking for large trees in feed_4/article_29/index_u293.html...
No large trees found
Looking for large trees in feed_3/article_7/index_u296.html...
No large trees found
Looking for large trees in feed_1/article_6/index_u31.html...
No large trees found
Looking for large trees in feed_2/article_20/index_u298.html...
No large trees found
Looking for large trees in feed_0/article_19/index_u154.html...
No large trees found
Looking for large trees in feed_6/article_21/index_u45.html...
No large trees found
Looking for large trees in feed_3/article_0/index_u156.html...
No large trees found
Looking for large trees in feed_1/article_9/index_u44.html...
No large trees found
Looking for large trees in feed_5/article_4/index_u158.html...
No large trees found
Looking for large trees in feed_3/article_35/index_u28.html...
No large trees found
Looking for large trees in feed_5/article_29/index_u42.html...
No large trees found
Looking for large trees in feed_1/article_19/index_u155.html...
No large trees found
Looking for large trees in index_u16.html...
No large trees found
Looking for large trees in feed_6/article_8/index_u162.html...
No large trees found
Looking for large trees in feed_4/article_49/index_u59.html...
No large trees found
Looking for large trees in feed_0/article_14/index_u27.html...
No large trees found
Looking for large trees in feed_2/article_29/index_u164.html...
No large trees found
Looking for large trees in feed_0/article_3/index_u289.html...
No large trees found
Looking for large trees in feed_6/article_12/index_u33.html...
No large trees found
Looking for large trees in feed_5/article_39/index_u300.html...
No large trees found
Looking for large trees in feed_6/article_3/index_u71.html...
No large trees found
Looking for large trees in feed_0/article_1/index_u167.html...
No large trees found
Looking for large trees in feed_0/article_42/index_u32.html...
No large trees found
Looking for large trees in feed_3/article_27/index_u37.html...
No large trees found
Looking for large trees in feed_6/article_11/index_u25.html...
No large trees found
Looking for large trees in feed_0/article_36/index_u10.html...
No large trees found
Looking for large trees in feed_3/article_15/index_u172.html...
No large trees found
Looking for large trees in feed_4/article_37/index_u157.html...
No large trees found
Looking for large trees in feed_0/article_40/index_u34.html...
No large trees found
Looking for large trees in feed_3/article_48/index_u43.html...
No large trees found
Looking for large trees in feed_0/article_26/index_u270.html...
No large trees found
Looking for large trees in feed_0/article_39/index_u22.html...
No large trees found
Looking for large trees in feed_5/index_u49.html...
No large trees found
Looking for large trees in feed_6/article_23/index_u36.html...
No large trees found
Looking for large trees in feed_0/article_31/index_u302.html...
No large trees found
Looking for large trees in feed_4/article_33/index_u24.html...
No large trees found
Looking for large trees in feed_0/article_37/index_u14.html...
No large trees found
Looking for large trees in feed_2/article_45/index_u309.html...
No large trees found
Looking for large trees in feed_3/article_13/index_u3.html...
No large trees found
Looking for large trees in feed_5/article_21/index_u8.html...
No large trees found
Looking for large trees in feed_3/article_43/index_u91.html...
No large trees found
Looking for large trees in feed_1/article_36/index_u46.html...
No large trees found
Looking for large trees in feed_5/article_23/index_u7.html...
No large trees found
Looking for large trees in feed_0/article_44/index_u48.html...
No large trees found
Looking for large trees in feed_4/article_2/index_u159.html...
No large trees found
Looking for large trees in feed_2/article_47/index_u12.html...
No large trees found
Looking for large trees in feed_6/article_10/index_u20.html...
No large trees found
Looking for large trees in feed_3/article_17/index_u17.html...
No large trees found
Looking for large trees in feed_5/article_9/index_u188.html...
No large trees found
Looking for large trees in feed_2/article_36/index_u13.html...
No large trees found
Looking for large trees in feed_0/article_24/index_u160.html...
No large trees found
Looking for large trees in feed_4/article_30/index_u23.html...
No large trees found
Looking for large trees in feed_0/article_15/index_u50.html...
No large trees found
Looking for large trees in feed_3/article_1/index_u192.html...
No large trees found
Looking for large trees in feed_3/article_20/index_u288.html...
No large trees found
Looking for large trees in feed_2/article_2/index_u101.html...
No large trees found
Looking for large trees in feed_3/article_29/index_u193.html...
No large trees found
Looking for large trees in feed_6/article_5/index_u47.html...
No large trees found
Looking for large trees in feed_2/article_6/index_u6.html...
No large trees found
Looking for large trees in feed_6/article_20/index_u11.html...
No large trees found
Looking for large trees in feed_4/article_6/index_u161.html...
No large trees found
Looking for large trees in feed_2/article_11/index_u197.html...
No large trees found
Looking for large trees in feed_5/article_0/index_u187.html...
No large trees found
Looking for large trees in feed_3/article_19/index_u306.html...
No large trees found
Looking for large trees in feed_2/article_37/index_u310.html...
No large trees found
Looking for large trees in feed_0/article_25/index_u163.html...
No large trees found
Looking for large trees in feed_5/article_10/index_u271.html...
No large trees found
Looking for large trees in feed_6/article_25/index_u67.html...
No large trees found
Looking for large trees in feed_2/article_30/index_u53.html...
No large trees found
Looking for large trees in feed_0/article_32/index_u308.html...
No large trees found
Looking for large trees in feed_0/article_45/index_u52.html...
No large trees found
Looking for large trees in feed_5/article_6/index_u165.html...
No large trees found
Looking for large trees in feed_6/article_4/index_u166.html...
No large trees found
Looking for large trees in feed_2/article_22/index_u51.html...
No large trees found
Looking for large trees in feed_0/article_33/index_u311.html...
No large trees found
Looking for large trees in feed_5/article_5/index_u272.html...
No large trees found
Looking for large trees in feed_5/article_20/index_u168.html...
No large trees found
Looking for large trees in feed_6/article_13/index_u227.html...
No large trees found
Looking for large trees in feed_4/article_39/index_u169.html...
No large trees found
Looking for large trees in feed_2/article_12/index_u170.html...
No large trees found
Looking for large trees in feed_0/article_41/index_u292.html...
No large trees found
Looking for large trees in feed_4/article_17/index_u280.html...
No large trees found
Looking for large trees in feed_1/article_11/index_u171.html...
No large trees found
Looking for large trees in feed_4/article_27/index_u113.html...
No large trees found
Looking for large trees in feed_2/article_0/index_u189.html...
No large trees found
Looking for large trees in feed_1/article_23/index_u316.html...
No large trees found
Looking for large trees in feed_1/article_34/index_u312.html...
No large trees found
Looking for large trees in feed_4/article_38/index_u173.html...
No large trees found
Looking for large trees in feed_5/article_37/index_u273.html...
No large trees found
Looking for large trees in feed_6/article_22/index_u55.html...
No large trees found
The cover image has an id != "cover". Renaming to work around bug in Nook Color
EPUB output written to C:\Users\Riley\AppData\Local\Temp\calibre_00eoxa\b nbtmj_recipe_out.epub
USA_Yakuza is offline   Reply With Quote
Old 12-02-2018, 02:35 AM   #8
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,778
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
ecipe looks ok to me, but are you sure you are actually running th ecustom recipe and not the builtin one? because I see no mention of it event trying to download the cover.
kovidgoyal is offline   Reply With Quote
Old 12-02-2018, 05:10 AM   #9
USA_Yakuza
Junior Member
USA_Yakuza began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2018
Device: Kobo Aura ONE Comic Edition
Oh man! That's it. Thanks Kovid, I'm gonna donate right now. This is outstanding.
USA_Yakuza is offline   Reply With Quote
Reply

Tags
cover, news, recipe

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
calibre truly custom cover calibrelupin Calibre 2 05-07-2016 11:51 PM
Custom Cover cnfmsu Recipes 13 12-30-2013 11:00 PM
PRS-300 Pictures: Pink 300 + Sony red cover + custom cover h0bbes Sony Reader 5 01-04-2010 12:41 PM
What I want for a custom leather cover ZenEngineer Sony Reader 4 05-01-2009 02:27 AM
Suggestions for Custom Cover tarifelagund Sony Reader 3 01-16-2009 06:27 PM


All times are GMT -4. The time now is 02:18 AM.


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