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

« back to all changes in this revision

Viewing changes to recipes/badania_net.recipe

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-02-02 10:46:11 UTC
  • mfrom: (1.5.7)
  • Revision ID: package-import@ubuntu.com-20140202104611-c2tlt43ldklc28k4
Tags: 1.22.0+dfsg-1
* New upstream release.
* debian/copyright: Update to 1.0 copyright standard. Thanks Felix Gruber!
  (LP: #737343)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    preprocess_regexps = [(re.compile(r"<h4>Tekst sponsoruje</h4>", re.IGNORECASE), lambda m: ''),]
15
15
    remove_empty_feeds = True
16
16
    use_embedded_content = False
17
 
    remove_tags = [dict(attrs={'class':['omc-flex-category', 'omc-comment-count', 'omc-single-tags']})]
18
 
    remove_tags_after = dict(attrs={'class':'omc-single-tags'})
19
 
    keep_only_tags = [dict(id='omc-full-article')]
 
17
    remove_tags = []
 
18
    keep_only_tags = [dict(name='article')]
20
19
    feeds = [(u'Psychologia', u'http://badania.net/category/psychologia/feed/'), (u'Technologie', u'http://badania.net/category/technologie/feed/'), (u'Biologia', u'http://badania.net/category/biologia/feed/'), (u'Chemia', u'http://badania.net/category/chemia/feed/'), (u'Zdrowie', u'http://badania.net/category/zdrowie/'), (u'Seks', u'http://badania.net/category/psychologia-ewolucyjna-tematyka-seks/feed/')]
 
 
b'\\ No newline at end of file'