diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-03-22 15:38:36 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-03-22 15:38:36 +0100 |
| commit | 44155098b257c22e54a19c65faeb22ce9b15ad05 (patch) | |
| tree | 930af059e4533c5b02de81ba6f545ea04ae00f7e | |
| parent | 5e648452149500584b2091fff4a9b11a642f9e0b (diff) | |
| download | ftr-site-config-44155098b257c22e54a19c65faeb22ce9b15ad05.tar.gz ftr-site-config-44155098b257c22e54a19c65faeb22ce9b15ad05.zip | |
updates
| -rw-r--r-- | .craigslist.org.txt | 8 | ||||
| -rw-r--r-- | abc.es.txt | 2 | ||||
| -rw-r--r-- | luxuo.com.txt | 4 | ||||
| -rw-r--r-- | pakmedia.tv.txt | 17 | ||||
| -rw-r--r-- | reddit.com.txt | 6 |
5 files changed, 35 insertions, 2 deletions
diff --git a/.craigslist.org.txt b/.craigslist.org.txt new file mode 100644 index 0000000..a39aa35 --- /dev/null +++ b/.craigslist.org.txt @@ -0,0 +1,8 @@ +title: //h2[@class='postingtitle'] +date: //p[@class='postinginfo']/date + +body: //figure[@class='iw'] | //section[@class='cltags' or @id='postingbody'] +prune: no +tidy: no + +test_url: http://sfbay.craigslist.org/hhh/index.rss
\ No newline at end of file @@ -1,5 +1,5 @@ title: //meta[@property='og:title']/@content -body: //div[@class='datosi' or @class='date' or @class='photo-alt1' or @class='text'] +body: //div[@class='datosi' or @class='date' or @class='photo-alt1' or @class='text' or @itemprop='articleBody'] strip_id_or_class: colB prune: no diff --git a/luxuo.com.txt b/luxuo.com.txt new file mode 100644 index 0000000..a3d5cb1 --- /dev/null +++ b/luxuo.com.txt @@ -0,0 +1,4 @@ +body: //div[@class='post-content'] +prune: no + +test_url: http://www.luxuo.com/watches/feed
\ No newline at end of file diff --git a/pakmedia.tv.txt b/pakmedia.tv.txt new file mode 100644 index 0000000..5d6e4c8 --- /dev/null +++ b/pakmedia.tv.txt @@ -0,0 +1,17 @@ +title: //h1[@class='entry-title'] +body: //article//div[@class='entry'] +strip_id_or_class: addthis +strip_id_or_class: gdsrcacheloader +strip_id_or_class: entry-meta +strip_id_or_class: entry-tags +strip_id_or_class: authorbox +strip: //div[@class='entry']/p[1] +strip: //img[@width='600' and @height='70'] +# related posts +strip: //h3[contains(., 'Related posts')] +strip: //div[contains(@style, 'border: 0pt none ; margin: 0pt; padding: 0pt;')] + +prune: no +tidy: no + +test_url: http://pakmedia.tv/tv-one/feed
\ No newline at end of file diff --git a/reddit.com.txt b/reddit.com.txt index c9d901d..8871f56 100644 --- a/reddit.com.txt +++ b/reddit.com.txt @@ -13,4 +13,8 @@ strip_id_or_class: tagline strip_id_or_class: unvotable-message strip_id_or_class: buttons -test_url: http://www.reddit.com/r/truegaming/comments/wfe7r/i_wrote_about_the_problems_i_honestly_feel_that/
\ No newline at end of file +# follow the posted link (unless it's a self post - relative URL, no http://) +single_page_link: //p[@class="title"]/a[contains(@href, 'http://')] + +test_url: http://www.reddit.com/r/truegaming/comments/wfe7r/i_wrote_about_the_problems_i_honestly_feel_that/ +test_url: http://www.reddit.com/r/worldnews/comments/1as37r/twelve_north_korean_soldiers_attempting_to_defect/
\ No newline at end of file |
