diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-05-29 00:04:10 -0700 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-05-29 00:04:10 -0700 |
| commit | 16be41b4125a167e9d16aec61b7f31237dc49c8c (patch) | |
| tree | f060c4f0cdc26446aa7809ad7ce308477c35ee54 | |
| parent | 3bfd787fed6da7590b3fffb38443e11ffbca38f1 (diff) | |
| parent | 2f7f138d741270b5383af3a7ecf8bfe0a5c0a49b (diff) | |
| download | ftr-site-config-16be41b4125a167e9d16aec61b7f31237dc49c8c.tar.gz ftr-site-config-16be41b4125a167e9d16aec61b7f31237dc49c8c.zip | |
Merge pull request #8 from timgws/new-filters
Five new filters.
| -rw-r--r-- | business2community.com.txt | 5 | ||||
| -rw-r--r-- | cedarrepublican.com.txt | 2 | ||||
| -rw-r--r-- | code.fivefilters.org.txt | 1 | ||||
| -rw-r--r-- | searchenginejournal.com.txt | 5 | ||||
| -rw-r--r-- | yourerie.com.txt | 2 |
5 files changed, 15 insertions, 0 deletions
diff --git a/business2community.com.txt b/business2community.com.txt new file mode 100644 index 0000000..0dcc7ff --- /dev/null +++ b/business2community.com.txt @@ -0,0 +1,5 @@ +date: substring-after(//p[@class='byline'],'Published') + +strip: //div[@class='article-meta'] + +test_url: http://www.business2community.com/social-media/funky-ways-to-print-instagram-photos-0485340 diff --git a/cedarrepublican.com.txt b/cedarrepublican.com.txt new file mode 100644 index 0000000..42faa52 --- /dev/null +++ b/cedarrepublican.com.txt @@ -0,0 +1,2 @@ +body: //div[@class='frame']//img[@class='horizontal'] | //div[@class='content'] +test_url: http://cedarrepublican.com/online_features/gift_ideas/sending-mother-s-day-flowers-how-to-be-sure-they/article_b69af9b8-1f05-5352-8621-16ce007e5623.html diff --git a/code.fivefilters.org.txt b/code.fivefilters.org.txt new file mode 100644 index 0000000..269fb54 --- /dev/null +++ b/code.fivefilters.org.txt @@ -0,0 +1 @@ +body: //div[@id='content'] diff --git a/searchenginejournal.com.txt b/searchenginejournal.com.txt new file mode 100644 index 0000000..dc98af3 --- /dev/null +++ b/searchenginejournal.com.txt @@ -0,0 +1,5 @@ +strip: //ul[contains(@id, "social")] +strip: //div[contains(@class, "ts-fab-wrapper")] +strip: //div[contains(@id, 'gpt-ad')] + +test_url: http://www.searchenginejournal.com/web-design-vs-seo-it-doesnt-make-much-sense/62294/ diff --git a/yourerie.com.txt b/yourerie.com.txt new file mode 100644 index 0000000..b46b09e --- /dev/null +++ b/yourerie.com.txt @@ -0,0 +1,2 @@ +body: //div[@class="nxFullTextData"] +test_url: http://yourerie.com/fulltext?nxd_id=306552 |
