diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
| commit | 9a69161c8646f63b4d9fa17c6ac3ab922d625859 (patch) | |
| tree | 62a446347e1279f00383fdd7f9637cfd58a50879 /orf.at.txt | |
| download | ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.tar.gz ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.zip | |
Initial commit
Diffstat (limited to 'orf.at.txt')
| -rw-r--r-- | orf.at.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/orf.at.txt b/orf.at.txt new file mode 100644 index 0000000..fb4f218 --- /dev/null +++ b/orf.at.txt @@ -0,0 +1,11 @@ +single_page_link: //div[@id='content']//p[@class='readMore']/a + +title: //div[@class='hidden offscreen']/h2 +body: //div[@id="storyText"] +move_into(//div[@id='storyText']): //div[@class='fact'] +strip: //small[@class='credit'] +strip: //small[@class='caption'] +date: substring-after(//div[@id='storyMeta']//p[@class='date'],'Publiziert am') +strip: //p[@class='toplink'] + +test_url: http://orf.at/stories/2084731/
\ No newline at end of file |
