diff options
Diffstat (limited to 'orf.at.txt')
| -rw-r--r-- | orf.at.txt | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,9 +1,10 @@ single_page_link: //div[@id='ss-storyText']//p[@class='readMore']/a +single_page_link: //div[@id='ss-storyText']//p[contains(., 'Mehr dazu')]/a title: substring-before(//title,' - ') body: //div[@id="ss-storyText"] -author: substring-before(//div[@id="ss-storyText"]//p[contains(text(), ', ORF.at')], ', ORF.at') -strip: //div[@id="ss-storyText"]//p[contains(text(), ', ORF.at')] +author: substring-before(//div[@id="ss-storyText"]//p[contains(text(), ', ORF')], ', ORF') +strip: //div[@id="ss-storyText"]//p[contains(text(), ', ORF')] date: substring-after(//div[@class='storyMeta socialshare']//p[@class='date'],'Publiziert am') strip: //p[@class='date'] @@ -14,6 +15,8 @@ strip: //div[@class='socialButtons'] strip: //div[@class='storyMeta socialshare'] strip: //div[@class='socialShareWrapper'] strip: //div[@id='socialshareprivacy'] +strip: //div[@class='storyMeta'] +strip: //div[@class='remote'] prune: no tidy: no @@ -23,3 +26,7 @@ test_url: http://orf.at/stories/2084731/ test_url: http://orf.at/stories/2317313/2317311/ test_url: http://wien.orf.at/news/stories/2746414/ test_url: http://ooe.orf.at/news/stories/2750613/ +test_url: http://science.orf.at/stories/2774991/ +test_url: http://orf.at/stories/2339962/ +test_url: http://orf.at/stories/2339958/ +test_url: http://help.orf.at/stories/1770242/ |
