|
|
#1 |
|
Member
![]() 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'),
]
|
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,616
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
done, thanks.
|
|
|
|
| Advert | |
|
|
![]() |
| Tags |
| mother jones, recipe |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newsweek recipe now fails | NSILMike | Recipes | 6 | 08-02-2017 07:40 PM |
| Outside Magazine recipe fails | hola!claude | Recipes | 0 | 11-18-2014 05:39 AM |
| Time Magazine recipe fails | NSILMike | Recipes | 5 | 08-21-2014 10:36 AM |
| Recipe works when mocked up as Python file, fails when converted to Recipe | ode | Recipes | 7 | 09-04-2011 05:57 AM |
| NY Times Recipe in Calibre 6.36 Fails | keyrunner | Calibre | 1 | 01-28-2010 12:56 PM |