From 6f77c899f0aa22d1aa385d04eb3c0e3370ccbc2e Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Sun, 22 Jun 2014 12:02:32 +0200 Subject: hiamag.com and sayidaty.net --- hiamag.com.txt | 3 +++ sayidaty.net.txt | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 hiamag.com.txt create mode 100644 sayidaty.net.txt diff --git a/hiamag.com.txt b/hiamag.com.txt new file mode 100644 index 0000000..3c7ba5a --- /dev/null +++ b/hiamag.com.txt @@ -0,0 +1,3 @@ +body: (//div[contains(@class, 'gallery-slides')]//img)[1] | //div[contains(@class, 'node_body_inner')] + +test_url: http://www.hiamag.com/rss.xml \ No newline at end of file diff --git a/sayidaty.net.txt b/sayidaty.net.txt new file mode 100644 index 0000000..2d9f188 --- /dev/null +++ b/sayidaty.net.txt @@ -0,0 +1,4 @@ +date: //meta[@property='article:published_time']/@content +body: (//div[contains(@class, 'article-slider')]//img)[1] | //div[contains(@class, 'bottom-article-con')] + +test_url: http://www.sayidaty.net/taxonomy/term/10/all/feed \ No newline at end of file -- cgit v1.3.1