diff options
| -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 |
