diff options
| -rw-r--r-- | hiamag.com.txt | 3 | ||||
| -rw-r--r-- | sayidaty.net.txt | 4 |
2 files changed, 7 insertions, 0 deletions
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 |
