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 07-28-2016, 06:02 PM   #1
JIGACE
Member
JIGACE began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jul 2008
Device: EZ Reader Pocket Pro
Question help please

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
JIGACE is offline   Reply With Quote
Old 08-03-2016, 04:34 AM   #2
oneillpt
Connoisseur
oneillpt began at the beginning.
 
Posts: 62
Karma: 46
Join Date: Feb 2011
Device: Kindle 3 (cracked screen!); PW1; Oasis
Quote:
Originally Posted by JIGACE View Post
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
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.
oneillpt is offline   Reply With Quote
Advert
Reply

Tags
recipe request


Forum Jump


All times are GMT -4. The time now is 06:56 PM.


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