Quote:
Originally Posted by JIGACE
|
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/'),
]
Generated by giving the feed title and feed url, clicking the 'add feed' button (most likely mistake was forgetting to click that button, as no advanced coding was needed). Give a recipe title, save and close the recipe editor.