diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-09-10 15:38:47 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-09-10 15:38:47 +0200 |
| commit | 028133cec62243ca45ec2b0f4c336598e6240c2f (patch) | |
| tree | 55a733388326ec2ce598f094ce7d4d9ec5407f98 | |
| parent | a0aa1088879be5eb254bb1846df80dd447816192 (diff) | |
| parent | 273f585aa99d9596360b52759adc289e801ea675 (diff) | |
| download | ftr-site-config-028133cec62243ca45ec2b0f4c336598e6240c2f.tar.gz ftr-site-config-028133cec62243ca45ec2b0f4c336598e6240c2f.zip | |
Merge branch 'master' of https://github.com/fivefilters/ftr-site-config
| -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 |
