diff options
Diffstat (limited to 'heise.de.txt')
| -rwxr-xr-x | heise.de.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/heise.de.txt b/heise.de.txt index 5bca8ac..869cd9b 100755 --- a/heise.de.txt +++ b/heise.de.txt @@ -42,7 +42,8 @@ strip_id_or_class: ad_ # Some optimizations replace_string(<h5>): <h2> replace_string(</h5>): </h2> -replace_string(<span class="bild_rechts" style="width:): <p " +# this line breaks the parser +#replace_string(<span class="bild_rechts" style="width:): <p " replace_string(<div class="heisebox">): <blockquote> single_page_link: //a[contains(@href, '?view=print')] |
