diff options
| author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-12-31 18:13:20 +0100 |
|---|---|---|
| committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-12-31 18:13:20 +0100 |
| commit | cbba2d911da7b4dc444be4e9a8569dcc5690ba85 (patch) | |
| tree | 25ae329c4c2b43f7fef07a10d945f7084d9441a9 /sportschau.de.txt | |
| parent | 7e2e4967a3885cd0c45469ecf6c0547f8c3ab722 (diff) | |
| download | ftr-site-config-cbba2d911da7b4dc444be4e9a8569dcc5690ba85.tar.gz ftr-site-config-cbba2d911da7b4dc444be4e9a8569dcc5690ba85.zip | |
Backport site_config changes from wallabag v1
Fix https://github.com/wallabag/wallabag/issues/1414
Diffstat (limited to 'sportschau.de.txt')
| -rwxr-xr-x | sportschau.de.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sportschau.de.txt b/sportschau.de.txt new file mode 100755 index 0000000..1e58b52 --- /dev/null +++ b/sportschau.de.txt @@ -0,0 +1,22 @@ +title://div[@id='ardContent']/h1 + +author://p[@id='ardAutor'] +author://span[@id='ardQuelle'] +author:string('sportschau.de') + +date:substring-after(//span[@id='ardStand'], 'Stand: ') + +body://div[@id='ardContent'] + +strip://div[@id='ardContent']/h1 +strip://p[@id='ardAutor'] +strip: //div[@class='embeddedPlayer_clipinfo'] +strip: //div[@class='ardMehrZumThemaRechts'] +strip: //*[contains(@class, 'inv')] + +strip: //p[@id='ardAbbinder'] +strip: //div[@class='socialBookmarks'] +strip: //div[@id='ardContentEnd'] +strip: //div[@id='ardDisclaimer'] +strip: //div[@id='ardRechteSpalte'] +test_url: http://www.sportschau.de/sp/fussball/news201203/17/analyse_leverkusen_gladbach.jsp
\ No newline at end of file |
