Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 02-22-2022, 04:54 PM   #1
MrBeef12
Junior Member
MrBeef12 began at the beginning.
 
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/'),
    ]
For AIF it is the same, the GUI generated version does not download the cluttered social media symbols for example of the current implementation:

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'),
    ]
MrBeef12 is offline   Reply With Quote
Old 02-24-2022, 03:11 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,345
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
https://github.com/kovidgoyal/calibr...ac285bd543ae04
kovidgoyal is online now   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bunch of Russian Recipes bugmen00t Recipes 3 11-19-2017 04:47 AM
European Portuguese recipes broken thcarney Recipes 2 01-11-2017 10:59 AM
All recipes broken for me...? NSILMike Recipes 11 06-24-2016 08:45 PM
Gamasutra recipes broken tom_a_sparks Recipes 8 11-11-2015 12:25 PM


All times are GMT -4. The time now is 01:18 AM.


MobileRead.com is a privately owned, operated and funded community.