|
|
#1 |
|
Member
![]() Posts: 21
Karma: 10
Join Date: Jul 2008
Device: EZ Reader Pocket Pro
|
Can someone make a recipe to this feed? http://www.maspormas.com/author/asantiago/feed/
after hours of tryng its pretty clear that im useless
|
|
|
|
|
|
#2 | |
|
Connoisseur
![]() Posts: 63
Karma: 46
Join Date: Feb 2011
Device: Kindle 3 (cracked screen!); PW1; Oasis
|
Quote:
Code:
#!/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 AdvancedUserRecipe1470212796(BasicNewsRecipe):
title = 'Maspormas'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
feeds = [
('Maspormas', 'http://www.maspormas.com/author/asantiago/feed/'),
]
|
|
|
|
|
| Advert | |
|
|
![]() |
| Tags |
| recipe request |
|