~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to recipes/heise.recipe

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-05-14 18:17:50 UTC
  • mfrom: (1.5.10)
  • Revision ID: package-import@ubuntu.com-20140514181750-xyrxqa47dbw0qfhu
Tags: 1.36.0+dfsg-1
* New upstream release:
  - Fixes editing of metadata (Closes: #741638)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    }
46
46
    '''
47
47
 
48
 
    remove_tags = [dict(id='navi_top'),
49
 
                   dict(id='navi_bottom'),
50
 
                   dict(id='logo'),
51
 
                   dict(id='login_suche'),
 
48
    remove_tags = [dict(id='navi_bottom'),
 
49
                   dict(id='software_tabbox'),
 
50
                   dict(id='heisetopnavi_sub_container'),
52
51
                   dict(id='navi_login'),
53
 
                   dict(id='navigation'),
54
 
                   dict(id='breadcrumb'),
55
 
                   dict(id='adblockerwarnung'),
56
 
                   dict(id=''),
57
 
                   dict(id='sitemap'),
58
 
                   dict(id='bannerzone'),
59
 
                   dict(name='span', attrs={'class':'rsaquo'}),
 
52
                   dict(id='heisetopnavi_search'),
 
53
                   dict(id='themen_aktuell'),
 
54
                   dict(id='navi_top'),
 
55
                   dict(id='logo_bereich'),
60
56
                   dict(name='div', attrs={'class':'news_logo'}),
61
 
                   dict(name='div', attrs={'class':'bcadv ISI_IGNORE'}),
62
 
                   dict(name='div', attrs={'class':'navi_top_container'}),
63
 
                   dict(name='p', attrs={'class':'news_option'}),
64
 
                   dict(name='p', attrs={'class':'news_navi'}),
65
 
                   dict(name='div', attrs={'class':'news_foren'})]
 
57
                   dict(name='div', attrs={'class':'heisetopnavi_header'}),
 
58
                   dict(name='p', attrs={'class':'teasermitbildundtext'}),
 
59
                   dict(name='div', attrs={'class':'news_foren'}),
 
60
                   dict(name='p', attrs={'class':'news_navi'})]
 
61
 
66
62
    remove_tags_after = [dict(name='div', attrs={'class':'news_foren'})]
67
63
 
68
64
    feeds =  [ ('heise', 'http://www.heise.de/newsticker/heise.rdf') ]
69
65
 
70
 
 
71
 
 
72
 
 
73
 
 
74