diff options
Diffstat (limited to 'scilogs.de.txt')
| -rw-r--r-- | scilogs.de.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scilogs.de.txt b/scilogs.de.txt new file mode 100644 index 0000000..99d45c0 --- /dev/null +++ b/scilogs.de.txt @@ -0,0 +1,15 @@ +title: //h1 +author: //div[@class='date']/a +date: substring-after(//div[@class='date'], ',') +body: //div[@class='entrybody'] + +strip_id_or_class: socialshareprivacy +strip: //div[@class='entrybody']/br[1] + +# Strip related articles +# 'p'-Tag strips 'Ähnliche Artikel: ' (<br> tags become <p>) +strip: //div[@class='entrybody']/p[last()] +strip: //div[@class='entrybody']/ul[last()] + +convert_double_br_tags: yes +test_url: http://www.scilogs.de/wblogs/blog/formbar/fusion/2012-10-08/rundgang-durch-deutschlands-gr-tes-fusionsexperiment
\ No newline at end of file |
