mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Various Ukranian news sources by rpalyvoda
This commit is contained in:
parent
9f209ae695
commit
098365e35d
33
recipes/champion.recipe
Normal file
33
recipes/champion.recipe
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
#!/usr/bin/env python2
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
from __future__ import unicode_literals, division, absolute_import, print_function
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class AdvancedUserRecipe1434054160(BasicNewsRecipe):
|
||||||
|
title = 'Champion.com.ua'
|
||||||
|
__author__ = 'rpalyvoda'
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
language = 'uk'
|
||||||
|
cover_url = 'http://www.champion.com.ua/images/logo.gif'
|
||||||
|
masthead_url = 'http://www.champion.com.ua/images/logo.gif'
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('\u0421\u0442\u0440\u0456\u0447\u043a\u0430 \u043d\u043e\u0432\u0438\u043d', 'http://www.champion.com.ua/rss/'),
|
||||||
|
('\u041f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0456', 'http://www.champion.com.ua/rss/view_pubs/'),
|
||||||
|
('\u0424\u0443\u0442\u0431\u043e\u043b', 'http://www.champion.com.ua/rss/id_415/'),
|
||||||
|
('\u0422\u0435\u043d\u0456\u0441', 'http://www.champion.com.ua/rss/id_2682/'),
|
||||||
|
('\u041b\u0435\u0433\u043a\u0430 \u0430\u0442\u043b\u0435\u0442\u0438\u043a\u0430', 'http://www.champion.com.ua/rss/id_2390/'),
|
||||||
|
('\u0420\u0435\u0491\u0431\u0456', 'http://www.champion.com.ua/rss/id_2690/'),
|
||||||
|
('\u0424\u0435\u0445\u0442\u0443\u0432\u0430\u043d\u043d\u044f', 'http://www.champion.com.ua/rss/id_5961/'),
|
||||||
|
('\u0428\u0430\u0445\u0438', 'http://www.champion.com.ua/rss/id_2697/'),
|
||||||
|
('\u0410\u0432\u0442\u043e\u0441\u043f\u043e\u0440\u0442', 'http://www.champion.com.ua/rss/id_2604/'),
|
||||||
|
('\u0411\u043e\u043a\u0441', 'http://www.champion.com.ua/rss/id_476/'),
|
||||||
|
('\u0411\u0430\u0441\u043a\u0435\u0442\u0431\u043e\u043b', 'http://www.champion.com.ua/rss/id_475/'),
|
||||||
|
('\u0413\u0430\u043d\u0434\u0431\u043e\u043b', 'http://www.champion.com.ua/rss/id_2703/'),
|
||||||
|
('\u0425\u043e\u043a\u0435\u0439', 'http://www.champion.com.ua/rss/id_479/'),
|
||||||
|
('\u041b\u0438\u0436\u0456', 'http://www.champion.com.ua/rss/id_2704/'),
|
||||||
|
('\u0411\u0456\u0430\u0442\u043b\u043e\u043d', 'http://www.champion.com.ua/rss/id_474/'),
|
||||||
|
('\u0424\u0456\u0433\u0443\u0440\u043d\u0435 \u043a\u0430\u0442\u0430\u043d\u043d\u044f', 'http://www.champion.com.ua/rss/id_2698/'),
|
||||||
|
]
|
22
recipes/iekspries.recipe
Normal file
22
recipes/iekspries.recipe
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
#!/usr/bin/env python2
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
from __future__ import unicode_literals, division, absolute_import, print_function
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class AdvancedUserRecipe1434052728(BasicNewsRecipe):
|
||||||
|
title = '\u0415\u043a\u0441\u043f\u0440\u0435\u0441'
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
__author__ = 'rpalyvoda'
|
||||||
|
language = 'uk'
|
||||||
|
cover_url = 'https://upload.wikimedia.org/wikipedia/uk/7/7b/Expres-logo.png'
|
||||||
|
masthead_url = 'https://upload.wikimedia.org/wikipedia/uk/7/7b/Expres-logo.png'
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('\u0413\u043e\u043b\u043e\u0432\u043d\u0456 \u043d\u043e\u0432\u0438\u043d\u0438',
|
||||||
|
'http://expres.ua/rss.xml'),
|
||||||
|
('\u041b\u044c\u0432\u0456\u0432\u0441\u044c\u043a\u0456 \u043d\u043e\u0432\u0438\u043d\u0438',
|
||||||
|
'http://lvivexpres.com/rss.xml'),
|
||||||
|
]
|
40
recipes/l_vivs_ghazieta.recipe
Normal file
40
recipes/l_vivs_ghazieta.recipe
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class AdvancedUserRecipe1356270446(BasicNewsRecipe):
|
||||||
|
title = u'\u041b\u044c\u0432\u0456\u0432\u0441\u044c\u043a\u0430 \u0433\u0430\u0437\u0435\u0442\u0430'
|
||||||
|
oldest_article = 7
|
||||||
|
__author__ = 'rpalyvoda'
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
language = 'uk'
|
||||||
|
cover_url = 'http://lvivska.com/sites/all/themes/biblos/images/logo.png'
|
||||||
|
masthead_url = 'http://lvivska.com/sites/all/themes/biblos/images/logo.png'
|
||||||
|
auto_cleanup = True
|
||||||
|
feeds = [
|
||||||
|
(u'\u041d\u043e\u0432\u0438\u043d\u0438',
|
||||||
|
u'http://lvivska.com/rss/news.xml'),
|
||||||
|
(u'\u041f\u043e\u043b\u0456\u0442\u0438\u043a\u0430',
|
||||||
|
u'http://lvivska.com/rss/politic.xml'),
|
||||||
|
(u'\u0415\u043a\u043e\u043d\u043e\u043c\u0456\u043a\u0430',
|
||||||
|
u'http://lvivska.com/rss/economic.xml'),
|
||||||
|
(u'\u041f\u0440\u0430\u0432\u043e', u'http://lvivska.com/rss/law.xml'),
|
||||||
|
(u'\u0421\u0432\u0456\u0442', u'http://lvivska.com/rss/world.xml'),
|
||||||
|
(u'\u0416\u0438\u0442\u0442\u044f',
|
||||||
|
u'http://lvivska.com/rss/life.xml'),
|
||||||
|
(u'\u041a\u0443\u043b\u044c\u0442\u0443\u0440\u0430',
|
||||||
|
u'http://lvivska.com/rss/culture.xml'),
|
||||||
|
|
||||||
|
(u'\u041b\u0430\u0441\u0443\u043d',
|
||||||
|
u'http://lvivska.com/rss/cooking.xml'),
|
||||||
|
(u'\u0421\u0442\u0438\u043b\u044c',
|
||||||
|
u'http://lvivska.com/rss/style.xml'),
|
||||||
|
(u'Galicia Incognita', u'http://lvivska.com/rss/galiciaincognita.xml'),
|
||||||
|
(u'\u0421\u043f\u043e\u0440\u0442',
|
||||||
|
u'http://lvivska.com/rss/sport.xml'),
|
||||||
|
(u'\u0415\u043a\u043e\u043b\u043e\u0433\u0456\u044f',
|
||||||
|
u'http://lvivska.com/rss/ecology.xml'),
|
||||||
|
(u"\u0417\u0434\u043e\u0440\u043e\u0432'\u044f",
|
||||||
|
u'http://lvivska.com/rss/health.xml'),
|
||||||
|
(u'\u0410\u0432\u0442\u043e', u'http://lvivska.com/rss/auto.xml'),
|
||||||
|
(u'\u0411\u043b\u043e\u0433\u0438', u'http://lvivska.com/rss/blog.xml')
|
||||||
|
]
|
21
recipes/ukraiyns_tizhdien.recipe
Normal file
21
recipes/ukraiyns_tizhdien.recipe
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class AdvancedUserRecipe1356283265(BasicNewsRecipe):
|
||||||
|
title = u'\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0438\u0439 \u0422\u0438\u0436\u0434\u0435\u043d\u044c'
|
||||||
|
__author__ = 'rpalyvoda'
|
||||||
|
oldest_article = 7
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
language = 'uk'
|
||||||
|
cover_url = 'http://tyzhden.ua/Images/Style1/tyzhden.ua-logo2.gif'
|
||||||
|
masthead_url = 'http://tyzhden.ua/Images/Style1/tyzhden.ua-logo2.gif'
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
(u'\u041d\u043e\u0432\u0438\u043d\u0438',
|
||||||
|
u'http://tyzhden.ua/RSS/News/'),
|
||||||
|
(u'\u041e\u0440\u0438\u0433\u0456\u043d\u0430\u043b\u044c\u043d\u0456 \u043d\u043e\u0432\u0438\u043d\u0438',
|
||||||
|
u'http://tyzhden.ua/RSS/News.Original/'),
|
||||||
|
(u'\u041f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457',
|
||||||
|
u'http://tyzhden.ua/RSS/Publications/')
|
||||||
|
]
|
@ -1,13 +1,27 @@
|
|||||||
|
#!/usr/bin/env python2
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
from __future__ import unicode_literals, division, absolute_import, print_function
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
class AdvancedUserRecipe1356281741(BasicNewsRecipe):
|
class AdvancedUserRecipe1434046032(BasicNewsRecipe):
|
||||||
title = u'Zaxid.net'
|
title = 'Zaxid.net'
|
||||||
__author__ = 'rpalyvoda'
|
__author__ = 'rpalyvoda'
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
language = 'uk'
|
language = 'uk'
|
||||||
cover_url = 'http://upload.wikimedia.org/wikipedia/uk/b/bc/Zaxid-net.jpg'
|
cover_url = 'http://upload.wikimedia.org/wikipedia/uk/b/bc/Zaxid-net.jpg'
|
||||||
masthead_url = 'http://upload.wikimedia.org/wikipedia/uk/b/bc/Zaxid-net.jpg'
|
masthead_url = 'http://upload.wikimedia.org/wikipedia/uk/b/bc/Zaxid-net.jpg'
|
||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
|
|
||||||
feeds = [(u'\u0422\u043e\u043f \u043d\u043e\u0432\u0438\u043d\u0438', u'http://feeds.feedburner.com/zaxid/topNews'), (u'\u0421\u0442\u0440\u0456\u0447\u043a\u0430 \u043d\u043e\u0432\u0438\u043d', u'http://feeds.feedburner.com/zaxid/AllNews'), (u'\u041d\u043e\u0432\u0438\u043d\u0438 \u041b\u044c\u0432\u043e\u0432\u0430', u'http://feeds.feedburner.com/zaxid/Lviv'), (u'\u041d\u043e\u0432\u0438\u043d\u0438 \u0423\u043a\u0440\u0430\u0457\u043d\u0438', u'http://feeds.feedburner.com/zaxid/Ukraine'), (u'\u041d\u043e\u0432\u0438\u043d\u0438 \u0441\u0432\u0456\u0442\u0443', u'http://feeds.feedburner.com/zaxid/World'), (u'\u041d\u043e\u0432\u0438\u043d\u0438 - \u0420\u0430\u0434\u0456\u043e 24', u'\u0420\u0430\u0434\u0456\u043e 24'), (u'\u0411\u043b\u043e\u0433\u0438', u'http://feeds.feedburner.com/zaxid/Blogs'), (u"\u041f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 - \u0406\u043d\u0442\u0435\u0440\u0432'\u044e", u'http://feeds.feedburner.com/zaxid/Interview'), (u'\u041f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 - \u0421\u0442\u0430\u0442\u0442\u0456', u'http://feeds.feedburner.com/zaxid/Articles'), (u'\u0410\u0444\u0456\u0448\u0430', u'http://zaxid.net/rss/subcategory/140.xml'), (u'\u0413\u0430\u043b\u0438\u0447\u0438\u043d\u0430', u'http://feeds.feedburner.com/zaxid/Galicia'), (u'\u041a\u0443\u043b\u044c\u0442\u0443\u0440\u0430.NET', u'http://feeds.feedburner.com/zaxid/KulturaNET'), (u"\u043d\u0435\u0412\u0456\u0434\u043e\u043c\u0456 \u043b\u044c\u0432\u0456\u0432'\u044f\u043d\u0438", u'http://feeds.feedburner.com/zaxid/UnknownLviv'), (u'\u041b\u0435\u043e\u043f\u043e\u043b\u0456\u0441 MULTIPLEX', u'http://feeds.feedburner.com/zaxid/LeopolisMULTIPLEX'), (u'\u0411\u0438\u0442\u0432\u0430 \u0437\u0430 \u043c\u043e\u0432\u0443', u'http://zaxid.net/rss/subcategory/138.xml'), (u'\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u043d\u0430 \u0441\u0445\u0435\u043c\u0430 \u041b\u044c\u0432\u043e\u0432\u0430', u'http://zaxid.net/rss/subcategory/132.xml'), (u'\u0414\u0435\u043c\u0456\u0444\u043e\u043b\u043e\u0433\u0456\u0437\u0430\u0446\u0456\u044f', u'http://zaxid.net/rss/subcategory/130.xml'), (u"\u041c\u0438 \u043f\u0430\u043c'\u044f\u0442\u0430\u0454\u043c\u043e", u'http://feeds.feedburner.com/zaxid/WeRemember'), (u'20 \u0440\u043e\u043a\u0456\u0432 \u041d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u0456', u'http://zaxid.net/rss/subcategory/129.xml'), (u'\u041f\u0440\u0430\u0432\u043e \u043d\u0430 \u0434\u0438\u0442\u0438\u043d\u0441\u0442\u0432\u043e', u'http://feeds.feedburner.com/zaxid/Childhood'), (u'\u0410\u043d\u043e\u043d\u0441\u0438', u'http://feeds.feedburner.com/zaxid/Announcements')]
|
feeds = [
|
||||||
|
('\u0421\u0442\u0440\u0456\u0447\u043a\u0430 \u043d\u043e\u0432\u0438\u043d', 'http://zaxid.net/rss/all.xml'),
|
||||||
|
('\u0421\u0442\u0430\u0442\u0442\u0456', 'http://zaxid.net/rss/2.xml'),
|
||||||
|
('\u0411\u043b\u043e\u0433\u0438', 'http://zaxid.net/rss/3.xml'),
|
||||||
|
('\u0410\u043d\u043e\u043d\u0441\u0438', 'http://zaxid.net/rss/13.xml'),
|
||||||
|
('\u041b\u044c\u0432\u0456\u0432', 'http://zaxid.net/rss/16.xml'),
|
||||||
|
('\u0415\u043a\u043e\u043d\u043e\u043c\u0456\u043a\u0430', 'http://zaxid.net/rss/5.xml'),
|
||||||
|
('IQ', 'http://zaxid.net/rss/9.xml'),
|
||||||
|
('\u041a\u0443\u043b\u044c\u0442\u0443\u0440\u0430', 'http://zaxid.net/rss/6.xml'),
|
||||||
|
('\u0421\u0432\u0456\u0442', 'http://zaxid.net/rss/8.xml'),
|
||||||
|
('\u0421\u043f\u043e\u0440\u0442', 'http://zaxid.net/rss/7.xml'),
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user