diff options
author | Marmo <Marmo@users.noreply.github.com> | 2014-10-11 15:22:53 +0200 |
---|---|---|
committer | Marmo <Marmo@users.noreply.github.com> | 2014-10-11 15:22:53 +0200 |
commit | ad0eccb4cd7fe4a1c463073e554d56b3398ca63b (patch) | |
tree | d35be057930cfeed3b5ff232496695233ffaf843 | |
parent | 6b0894c66ad545c04685aaefcc5e89726e2ed4e9 (diff) | |
download | wallabag-ad0eccb4cd7fe4a1c463073e554d56b3398ca63b.tar.gz wallabag-ad0eccb4cd7fe4a1c463073e554d56b3398ca63b.tar.zst wallabag-ad0eccb4cd7fe4a1c463073e554d56b3398ca63b.zip |
update heise.de.txt
Multi-page Telepolis-articles (www.heise.de/tp/...) are not fetched correctly atm. My addition to the single_page_link makes it work (tested with http://www.heise.de/tp/artikel/42/42579/1.html).
-rwxr-xr-x | inc/3rdparty/site_config/standard/heise.de.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/inc/3rdparty/site_config/standard/heise.de.txt b/inc/3rdparty/site_config/standard/heise.de.txt index c51af561..37a4aaf0 100755 --- a/inc/3rdparty/site_config/standard/heise.de.txt +++ b/inc/3rdparty/site_config/standard/heise.de.txt | |||
@@ -1,7 +1,9 @@ | |||
1 | single_page_link: //p[@class='news_option']/a | 1 | #second part of single_page_link for telepolis-articles (desktop-version of site) |
2 | single_page_link: //p[@class='news_option']/a | //a[@id='tp-druckversion'] | ||
2 | 3 | ||
3 | date: //p[@class='news_datum'] | 4 | date: //p[@class='news_datum'] |
4 | title: //h1 | 5 | title: //h1 |
5 | body: //div[@class='meldung_wrapper'] | 6 | body: //div[@class='meldung_wrapper'] |
6 | 7 | ||
7 | test_url: http://www.heise.de/newsticker/meldung/Europa-soll-Grundrechteschutz-im-Netz-staerken-1392664.html \ No newline at end of file | 8 | test_url: http://www.heise.de/newsticker/meldung/Europa-soll-Grundrechteschutz-im-Netz-staerken-1392664.html |
9 | test_url: http://www.heise.de/tp/artikel/42/42579/1.html | ||