diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-11-12 00:37:03 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-11-12 00:37:03 +0000 |
| commit | f80ecd3923d5ca3b580f6fc10d411069088a9212 (patch) | |
| tree | 4d5461bfe14e2357ee8cf8f901ac99caf5dcd9c2 /heise.de.txt | |
| parent | fd7b7699cd2ff320bf506356bd9845fbf0cea886 (diff) | |
| parent | 85c58e06b24c021233ce460108f7c24db62dd762 (diff) | |
| download | ftr-site-config-f80ecd3923d5ca3b580f6fc10d411069088a9212.tar.gz ftr-site-config-f80ecd3923d5ca3b580f6fc10d411069088a9212.zip | |
Merge pull request #92 from jangernert/master
A few new config files and updates
Diffstat (limited to 'heise.de.txt')
| -rwxr-xr-x | heise.de.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/heise.de.txt b/heise.de.txt index 9433104..2c33208 100755 --- a/heise.de.txt +++ b/heise.de.txt @@ -11,10 +11,20 @@ body: //article | //div[@class='meldung_wrapper'] # General cleanup strip: //time +strip: //header strip: //h4[@class='author'] +strip: //div[@class='gallery compact']/h3 +strip: //div[@class='gallery compact']/figcaption strip: //p[@class='news_datum'] strip: //p[@class='artikel_datum'] +strip: //p[@class='news_navi'] +strip: //p[@class='printversion'] strip: //a[contains(@href, 'mailto')] +strip: //div[@class='gallery compact']/h2 +strip: //p[@class='themen_foren'] +strip: //style +strip: //span[@class='source'] +#strip: //div[@class='gallery compact']/figcaption strip_id_or_class: comments strip_id_or_class: ISI_IGNORE strip_id_or_class: clear @@ -23,6 +33,7 @@ strip_id_or_class: linkurl_grossbild strip_id_or_class: image-num strip_id_or_class: heisebox_right strip_id_or_class: dossier +strip_id_or_class: latest_posting_snippet # Strip Ads strip_id_or_class: ad_ @@ -30,7 +41,7 @@ strip_id_or_class: ad_ # Some optimizations replace_string(<h5>): <h2> replace_string(</h5>): </h2> -replace_string(<span class="bild_rechts"): <p +replace_string(<span class="bild_rechts" style="width:): <p " replace_string(<div class="heisebox">): <blockquote> |
