|
|
#1 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Nov 2021
Device: Kindle Paperwhite 7th Generation
|
Broken Russian recipes
Hello everyone!
There are some Russian recipes that don't work in their current versions For example Lenta, but this simple version generated using the GUI works (it doesn't show header pictures but that is not a big deal imo): Code:
#!/usr/bin/env python
# vim:fileencoding=utf-8
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1645563203(BasicNewsRecipe):
title = 'Lenta.ru - Новости'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
language = 'ru'
feeds = [
('Lenta.ru - Новости России и мира сегодня', 'https://lenta.ru/rss/'),
]
Code:
#!/usr/bin/env python
# vim:fileencoding=utf-8
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1645564525(BasicNewsRecipe):
title = 'Аргументы и Факты - aif.ru'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
language = 'ru'
feeds = [
('ПОЛИТИКА', 'https://aif.ru/rss/politics.php'),
('ДЕНЬГИ', 'https://aif.ru/rss/money.php'),
('ОБЩЕСТВО', 'https://aif.ru/rss/society.php'),
('ЗДОРОВЬЕ', 'https://aif.ru/rss/health.php'),
('КУЛЬТУРА', 'https://aif.ru/rss/culture.php'),
('СПОРТ', 'https://aif.ru/rss/sport.php'),
('АВТОМОБИЛИ', 'https://aif.ru/rss/automobile.php'),
('НЕДВИЖИМОСТЬ', 'https://aif.ru/rss/realty.php'),
]
|
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,617
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
|
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bunch of Russian Recipes | bugmen00t | Recipes | 3 | 11-19-2017 05:47 AM |
| European Portuguese recipes broken | thcarney | Recipes | 2 | 01-11-2017 11:59 AM |
| All recipes broken for me...? | NSILMike | Recipes | 11 | 06-24-2016 09:45 PM |
| Gamasutra recipes broken | tom_a_sparks | Recipes | 8 | 11-11-2015 01:25 PM |