|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Feb 2013
Device: Kindle Classic
|
Problem with news on calibre
Hello!
I'm trying to create a "magazine" to be used on Kindle with articles from Keypad.pl - currently I'm writing for them and I'm trying to get the recipe on calibre. This is the code: Code:
class AdvancedUserRecipe1360415209(BasicNewsRecipe):
title = u'Keypad.pl'
description = u'alternatywny portal gracza'
language = 'pl'
__author__ = u'Adam Kortus'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
masthead_url = 'http://keypad.pl/wp-content/uploads/2012/12/logop3.png'
cover_url= 'http://keypad.pl/wp-content/uploads/2012/12/logop3.png'
remove_empty_feeds = True
useHighResImages = True
one_picture_per_article = True
filterDuplicates = True
remove_attributes = [ 'border', 'cellspacing', 'align', 'cellpadding', 'colspan',
'valign', 'vspace', 'hspace', 'alt', 'width', 'height' ]
extra_css = 'img { text-align: center; margin: 5px auto; }'
# remove_tags_before = [dict(attrs={'class':['entry-content']})]
# remove_tags_after = [dict(attrs={'class':['entry-content']})]
remove_tags = [dict(attrs={'class':[
'youtube-player youtuber'
]})]
remove_tags = [dict(attrs={'rel':[
'bookmark'
]})]
no_stylesheets = True
feeds = [(u'Newsy', u'http://keypad.pl/category/news/feed/'), (u'Recenzje', u'http://keypad.pl/category/recenzje/feed/'), (u'Testy', u'http://keypad.pl/category/testy/feed/'), (u'Zapowiedzi', u'http://keypad.pl/category/zapowiedzi/'), (u'Publicystyka', u'http://keypad.pl/category/publicystyka/')]
I would also like to get the visible miniatures in "Articles List" view. Thanks for all the tips! |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Calibre news problem | stanislavche | Library Management | 2 | 12-09-2012 01:36 PM |
| Problem with calibre Fetch news | PragueClaret | Calibre | 2 | 06-08-2012 06:52 PM |
| Problem with using calibre's CLIGrab news | kindleren | Calibre | 5 | 03-06-2012 01:29 AM |
| Calibre NYT News Fetch Problem | e-literacy | Calibre | 1 | 04-01-2010 07:40 PM |
| Fetch News Problem in Calibre 0.4.55 | sriram | Calibre | 4 | 05-21-2008 06:48 PM |