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 11-09-2018, 02:36 PM   #1
DanielBonnery
Member
DanielBonnery began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Jan 2016
Device: no
Mother Jones Recipe fails

The recipe fails.
Could we replace it by this one ?

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 AdvancedUserRecipe1541791799(BasicNewsRecipe):
    title          = 'MJ'
    language = 'en'
    oldest_article = 14
    max_articles_per_feed = 200
    auto_cleanup   = True
    feeds          = [
        ('mj', 'http://feeds.feedburner.com/motherjones/feed'),
    ]
DanielBonnery is offline   Reply With Quote
Old 11-12-2018, 10:59 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
done, thanks.
kovidgoyal is online now   Reply With Quote
Advert
Reply

Tags
mother jones, recipe


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Newsweek recipe now fails NSILMike Recipes 6 08-02-2017 06:40 PM
Outside Magazine recipe fails hola!claude Recipes 0 11-18-2014 04:39 AM
Time Magazine recipe fails NSILMike Recipes 5 08-21-2014 09:36 AM
Recipe works when mocked up as Python file, fails when converted to Recipe ode Recipes 7 09-04-2011 04:57 AM
NY Times Recipe in Calibre 6.36 Fails keyrunner Calibre 1 01-28-2010 11:56 AM


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


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