mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
ad0eccb4cd
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).
10 lines
406 B
Plaintext
Executable File
10 lines
406 B
Plaintext
Executable File
#second part of single_page_link for telepolis-articles (desktop-version of site)
|
|
single_page_link: //p[@class='news_option']/a | //a[@id='tp-druckversion']
|
|
|
|
date: //p[@class='news_datum']
|
|
title: //h1
|
|
body: //div[@class='meldung_wrapper']
|
|
|
|
test_url: http://www.heise.de/newsticker/meldung/Europa-soll-Grundrechteschutz-im-Netz-staerken-1392664.html
|
|
test_url: http://www.heise.de/tp/artikel/42/42579/1.html
|