diff options
| author | Stefan Siegl <stesie@brokenpipe.de> | 2015-07-05 16:13:11 +0000 |
|---|---|---|
| committer | Stefan Siegl <stesie@brokenpipe.de> | 2015-07-05 16:13:11 +0000 |
| commit | 1e7b752493b873a28c30a11a29f4cff36579447e (patch) | |
| tree | 355cb8e2eb5e176884a138e1d19daba24bcc3167 | |
| parent | f73d881c91ceb97fb81c86391401e84e708e1bd4 (diff) | |
| download | ftr-site-config-1e7b752493b873a28c30a11a29f4cff36579447e.tar.gz ftr-site-config-1e7b752493b873a28c30a11a29f4cff36579447e.zip | |
sueddeutsche.de (sz.de): fix single_page_link
| -rw-r--r-- | sueddeutsche.de.txt | 2 | ||||
| -rw-r--r-- | sz.de.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sueddeutsche.de.txt b/sueddeutsche.de.txt index 74b8d45..26e0560 100644 --- a/sueddeutsche.de.txt +++ b/sueddeutsche.de.txt @@ -1,6 +1,6 @@ # 2012-12-04: complete rewrite after Süddeutsche.de relaunch - carlo@... -single_page_link: //a[ contains( @href, "/2.220/" ) ] +single_page_link: //li[@id="article-sidebar-action-print"]/@data-clickurl body: //article[@id="sitecontent"]/section[@class="body"] author: //address[@class="author"] @@ -1,6 +1,6 @@ # 2012-12-04: complete rewrite after Süddeutsche.de relaunch - carlo@... -single_page_link: //a[ contains( @href, "/2.220/" ) ] +single_page_link: //li[@id="article-sidebar-action-print"]/@data-clickurl body: //article[@id="sitecontent"]/section[@class="body"] author: //address[@class="author"] |
