mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
f035e218de
commit
5ef668a010
@ -22,8 +22,6 @@ class hu168ora(BasicNewsRecipe):
|
||||
keep_only_tags = [
|
||||
dict(id='cikk_fejlec'), dict(id='cikk_torzs')
|
||||
]
|
||||
# remove_tags_before = dict(id='cikk_fejlec')
|
||||
# remove_tags_after = dict(id='szoveg')
|
||||
remove_tags = [
|
||||
dict(id='box_toolbar'), dict(id='text')
|
||||
]
|
||||
@ -41,9 +39,8 @@ class hu168ora(BasicNewsRecipe):
|
||||
(u'Tudás', u'http://www.168ora.hu/static/rss/cikkek_tudas.xml'),
|
||||
(u'Sport', u'http://www.168ora.hu/static/rss/cikkek_sport.xml'),
|
||||
(u'Vélemény', u'http://www.168ora.hu/static/rss/cikkek_velemeny.xml'),
|
||||
(u'Dolce Vita', u'http://www.168ora.hu/static/rss/cikkek_dolcevita.xml')
|
||||
# ,
|
||||
(u'Rádió', u'http://www.168ora.hu/static/rss/radio.xml')
|
||||
(u'Dolce Vita', u'http://www.168ora.hu/static/rss/cikkek_dolcevita.xml'),
|
||||
# (u'Rádió', u'http://www.168ora.hu/static/rss/radio.xml')
|
||||
]
|
||||
|
||||
def print_version(self, url):
|
||||
|
@ -37,14 +37,10 @@ class SomethingAwfulRecipe(BasicNewsRecipe):
|
||||
feeds = [
|
||||
|
||||
('Photoshop Phriday', 'http://www.somethingawful.com/rss/photoshop-phriday.rss.xml'),
|
||||
('Comedy Goldmine',
|
||||
'http://www.somethingawful.com/rss/comedy-goldmine.rss.xml') # ,
|
||||
('The Flash Tub', 'http://www.somethingawful.com/rss/flash-tub.rss.xml')
|
||||
# ,
|
||||
('Downloads', 'http://www.somethingawful.com/rss/downloads.rss.xml')
|
||||
# ,
|
||||
('AwfulVision', 'http://www.somethingawful.com/rss/awfulvision.rss.xml')
|
||||
,
|
||||
('Comedy Goldmine', 'http://www.somethingawful.com/rss/comedy-goldmine.rss.xml'),
|
||||
# ('The Flash Tub', 'http://www.somethingawful.com/rss/flash-tub.rss.xml')
|
||||
# ('Downloads', 'http://www.somethingawful.com/rss/downloads.rss.xml')
|
||||
# ('AwfulVision', 'http://www.somethingawful.com/rss/awfulvision.rss.xml')
|
||||
('Awful Link of the Day', 'http://www.somethingawful.com/rss/awful-links.rss.xml'),
|
||||
('Fake Something Awfuls', 'http://www.somethingawful.com/rss/fake-something-awful.rss.xml'),
|
||||
('The Barbarian\'s Dojo', 'http://www.somethingawful.com/rss/steve-sumner.rss.xml'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user