diff options
| -rwxr-xr-x | heise.de.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heise.de.txt b/heise.de.txt index 869cd9b..cc80203 100755 --- a/heise.de.txt +++ b/heise.de.txt @@ -49,7 +49,7 @@ replace_string(<div class="heisebox">): <blockquote> single_page_link: //a[contains(@href, '?view=print')] single_page_link: //a[contains(@title, 'Druck')] -next_page_link: //a[@class='next'] +next_page_link: //a[@class='next' and not(contains(text(), 'Artikel'))] next_page_link: //a[@title='vor'] next_page_link: //a[@rel='next'] |
