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 10-08-2015, 02:48 PM   #1
lcd1232
Junior Member
lcd1232 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2015
Device: Kindle PaperWhite
Komputerra

I update recipe
Code:
#!/usr/bin/python2
# -*- coding: utf-8 -*-

__license__   = 'GPL v3'
__copyright__ = '2015, lcd1232, malexey1984@gmail.com'
__author__ = 'lcd1232'

from calibre.web.feeds.news import BasicNewsRecipe

class Computerra(BasicNewsRecipe):
    title = u'\u041a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0440\u0430'
    oldest_article = 100
    __author__  = 'lcd1232'
    max_articles_per_feed = 50
    use_embedded_content  = False
    remove_javascript = True
    no_stylesheets = True
    conversion_options = {'linearize_tables' : True}
    simultaneous_downloads = 5
    language = 'ru'
    description = u'Компьютерра: все новости про компьютеры, железо, новые технологии, информационные технологии'


    feeds = [(u'Компьютерра-Онлайн', 'http://feeds.feedburner.com/ct_news/'),]

    
    remove_tags = [
    dict(name='div', attrs={'class': ['article-soc', 'article-tags', 'also', 'item-article item-article-also', 'item-ban-700']}),
    dict(name='div', attrs={'id': 'form'})
    ]
    
    keep_only_tags = [
    dict(name='div', attrs={'class': 'main-column main-column-article'}),
    dict(name='div', attrs={'id': 'posts'})
    ]
    cover_url = 'https://pp.vk.me/c628429/v628429830/19a22/mlm_LC_ZEa4.jpg'
lcd1232 is offline   Reply With Quote
Reply


Forum Jump


All times are GMT -4. The time now is 11:36 AM.


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