diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2014-06-22 12:02:32 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2014-06-22 12:02:32 +0200 |
| commit | 6f77c899f0aa22d1aa385d04eb3c0e3370ccbc2e (patch) | |
| tree | 5ef964669dba20264a9528a07ed9e229d1a2408e | |
| parent | fcf34f3940e88422bc2c2f0bb4978564666c3bd4 (diff) | |
| download | ftr-site-config-6f77c899f0aa22d1aa385d04eb3c0e3370ccbc2e.tar.gz ftr-site-config-6f77c899f0aa22d1aa385d04eb3c0e3370ccbc2e.zip | |
hiamag.com and sayidaty.net
| -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 |
