This commit is contained in:
Kovid Goyal 2016-07-29 21:45:16 +05:30
parent f035e218de
commit 5ef668a010
2 changed files with 6 additions and 13 deletions

View File

@ -22,8 +22,6 @@ class hu168ora(BasicNewsRecipe):
keep_only_tags = [ keep_only_tags = [
dict(id='cikk_fejlec'), dict(id='cikk_torzs') dict(id='cikk_fejlec'), dict(id='cikk_torzs')
] ]
# remove_tags_before = dict(id='cikk_fejlec')
# remove_tags_after = dict(id='szoveg')
remove_tags = [ remove_tags = [
dict(id='box_toolbar'), dict(id='text') 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'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'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'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'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'Rádió', u'http://www.168ora.hu/static/rss/radio.xml')
] ]
def print_version(self, url): def print_version(self, url):

View File

@ -37,14 +37,10 @@ class SomethingAwfulRecipe(BasicNewsRecipe):
feeds = [ feeds = [
('Photoshop Phriday', 'http://www.somethingawful.com/rss/photoshop-phriday.rss.xml'), ('Photoshop Phriday', 'http://www.somethingawful.com/rss/photoshop-phriday.rss.xml'),
('Comedy Goldmine', ('Comedy Goldmine', 'http://www.somethingawful.com/rss/comedy-goldmine.rss.xml'),
'http://www.somethingawful.com/rss/comedy-goldmine.rss.xml') # , # ('The Flash Tub', 'http://www.somethingawful.com/rss/flash-tub.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')
('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'), ('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'), ('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'), ('The Barbarian\'s Dojo', 'http://www.somethingawful.com/rss/steve-sumner.rss.xml'),