diff options
| -rw-r--r-- | makeuseof.com.txt | 10 | ||||
| -rw-r--r-- | megamp3.eu.txt | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/makeuseof.com.txt b/makeuseof.com.txt index 6809afe..078e8d0 100644 --- a/makeuseof.com.txt +++ b/makeuseof.com.txt @@ -1,3 +1,9 @@ -tidy: no +title: //h1[@class='entry-title'] -test_url: http://www.makeuseof.com/dir/kindle-it-web-pages-kindle-friendly/
\ No newline at end of file +body: //article//header//img | //article//section[@class='post'] + +strip: //article//section[@class='post']/aside +strip: //article//section[@class='post']/footer + +test_url: http://www.makeuseof.com/tag/cool-websites-and-tools-advanced-photo-editor-keep-your-kids-stuff-online-identify-60-languages/ +test_url: http://www.makeuseof.com/tag/what-do-you-think-of-our-new-look-makeuseof-poll/ diff --git a/megamp3.eu.txt b/megamp3.eu.txt index 0de0421..1b6a127 100644 --- a/megamp3.eu.txt +++ b/megamp3.eu.txt @@ -1,6 +1,8 @@ title: //h3[@class='episode_title'] body: //ul[contains(@class, 'episode_imgdesc')]/li/descendant::* prune: no +strip://*[contains(@class, 'plugin')] +strip://*[contains(@class, 'episode_keywords')] test_url: http://www.megamp3.eu/?p=episode&name=2013-04-19_la_filiere_progressive_431.mp3 -test_url: http://www.megamp3.eu/feed.xml
\ No newline at end of file +test_url: http://www.megamp3.eu/feed.xml |
