diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2016-01-16 19:44:29 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2016-01-16 19:44:29 +0000 |
| commit | 1b4a36613d5e4e0745e9f2117686af6d91b84605 (patch) | |
| tree | 729864109fba5f7fe051734a1f7c1529ad0ec50f /fm4.orf.at.txt | |
| parent | ebb9d631a76f360ff2f9baa780fcae80393d968e (diff) | |
| parent | 572603492f12114a22c5070bcc08ab66420062b6 (diff) | |
| download | ftr-site-config-1b4a36613d5e4e0745e9f2117686af6d91b84605.tar.gz ftr-site-config-1b4a36613d5e4e0745e9f2117686af6d91b84605.zip | |
Merge pull request #122 from Lukas0907/master
Update site configs for ORF.at, derStandard.at and ZEIT.de
Diffstat (limited to 'fm4.orf.at.txt')
| -rw-r--r-- | fm4.orf.at.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/fm4.orf.at.txt b/fm4.orf.at.txt index 5db3e58..0c8bf57 100644 --- a/fm4.orf.at.txt +++ b/fm4.orf.at.txt @@ -1,7 +1,13 @@ author: //div[@class='authorDescription']/h2 body: //div[@id='story'] -date: substring-before(substring-after(//p[@class='date'],'Erstellt am:'), '-') title: //h1[@class='detail'] -strip: //div[@class='fact'] -test_url: http://fm4.orf.at/stories/1689156/
\ No newline at end of file +date: translate(translate(substring-before(substring-after(//p[@class='date'],'Erstellt am:'), ' Uhr'), '. ', '.'), '-', ' ') +strip: //p[@class='date'] + +strip: //p[@class='credit'] + +tidy: no +prune: no + +test_url: http://fm4.orf.at/stories/1689156/ |
