Пример #1
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.kp.ru/rss/allsections.xml')
Пример #2
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.forbes.ru/newrss.xml')
Пример #3
0
 def __init__(self):
     BaseParser.__init__(self, 'http://svpressa.ru/xml/news.xml')
Пример #4
0
 def __init__(self):
     BaseParser.__init__(self, 'http://lenta.ru/rss/last24')
Пример #5
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.m24.ru/rss.xml')
Пример #6
0
 def __init__(self):
     BaseParser.__init__(self, 'http://inosmi.ru/export/rss2/index.xml')
Пример #7
0
 def __init__(self):
     BaseParser.__init__(self, 'http://ria.ru/export/rss2/society/index.xml')
Пример #8
0
 def __init__(self):
     BaseParser.__init__(self, 'http://politrussia.com/rss/news/')
Пример #9
0
 def __init__(self):
     BaseParser.__init__(self, 'http://lifenews.ru/xml/feed.xml')
Пример #10
0
 def __init__(self):
     BaseParser.__init__(self, 'http://echo.msk.ru/news.xml')
Пример #11
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.aif.ru/rss/all.php')
Пример #12
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.interfax.ru/rss.asp')
Пример #13
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.vesti.ru/vesti.rss')
Пример #14
0
 def __init__(self):
     BaseParser.__init__(self, 'http://rss.garant.ru/news/')
Пример #15
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.vedomosti.ru/rss/news')
Пример #16
0
 def __init__(self):
     BaseParser.__init__(self, 'http://feeds.feedburner.com/rosbalt?format=xml')
Пример #17
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.mk.ru/rss/news/index.xml')
Пример #18
0
 def __init__(self):
     BaseParser.__init__(self, rss_url='http://www.vz.ru/rss.xml')
Пример #19
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.kommersant.ru/RSS/news.xml')
Пример #20
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.bbc.com/russian/index.xml')
Пример #21
0
 def __init__(self):
     BaseParser.__init__(self, 'https://slon.ru/export/fast.xml')
Пример #22
0
 def __init__(self):
     BaseParser.__init__(self, 'http://feeds.newsru.com/com/www/news/all')
Пример #23
0
 def __init__(self):
     BaseParser.__init__(self, 'https://tvrain.ru/export/rss/news.xml')
Пример #24
0
 def __init__(self):
     BaseParser.__init__(self, 'http://rusplt.ru/index/new.rss')
Пример #25
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.gazeta.ru/export/rss/lenta.xml')
Пример #26
0
 def __init__(self):
     BaseParser.__init__(self, 'http://static.feed.rbc.ru/rbc/internal/rss.rbc.ru/rbc.ru/mainnews.rss')
Пример #27
0
 def __init__(self):
     BaseParser.__init__(self, 'http://tass.ru/rss/v2.xml')
Пример #28
0
 def get_tags(self, article_url):
     return BaseParser.get_tags(self, article_url)
Пример #29
0
 def __init__(self):
     BaseParser.__init__(self, 'http://www.rg.ru/xml/index.xml')