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 12-24-2011, 10:56 AM   #1
gianfri
Connoisseur
gianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura about
 
Posts: 59
Karma: 4212
Join Date: Feb 2010
Device: Sony
International Herald Tribune?

It is the international version of the New York Times, but it also includes articles from the Washington Post and the Observer. Is there a recipe available? As far as I can tell you do not need a paid subscription for this. Thanks!

http://global.nytimes.com/
gianfri is offline   Reply With Quote
Old 12-26-2011, 02:02 PM   #2
gianfri
Connoisseur
gianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura about
 
Posts: 59
Karma: 4212
Join Date: Feb 2010
Device: Sony
Bumping - Anyone knowing of a recipe that would work, or interested in developing one?

I wish I knew how to do that.....
gianfri is offline   Reply With Quote
Advert
Old 12-27-2011, 06:21 AM   #3
Krittika Goyal
Vox calibre
Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.
 
Krittika Goyal's Avatar
 
Posts: 412
Karma: 1175230
Join Date: Jan 2009
Device: Sony reader prs700, kobo
recipe

here is the recipe

Code:
from calibre.web.feeds.news import BasicNewsRecipe
from calibre.ebooks.BeautifulSoup import BeautifulSoup

class NYTimesGlobal(BasicNewsRecipe):
    title          = u'NY Times Global'
    language       = 'en'
    __author__     = 'Krittika Goyal'
    oldest_article = 1 #days
    max_articles_per_feed = 25
    use_embedded_content = False

    no_stylesheets = True
    auto_cleanup = True


    feeds          = [
('NYTimes', 
 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml'),
('NYTimes global', 
 'http://www.nytimes.com/services/xml/rss/nyt/GlobalHome.xml'),
('World', 
 'http://www.nytimes.com/services/xml/rss/nyt/World.xml'),
('U.S.', 
 'http://www.nytimes.com/services/xml/rss/nyt/US.xml'),
('Business', 
 'http://feeds.nytimes.com/nyt/rss/Business'),
('Sports', 
 'http://www.nytimes.com/services/xml/rss/nyt/Sports.xml'),
('Technology',
 'http://feeds.nytimes.com/nyt/rss/Technology'),
]

Last edited by Krittika Goyal; 12-27-2011 at 06:37 AM. Reason: typo
Krittika Goyal is offline   Reply With Quote
Old 12-27-2011, 11:37 AM   #4
gianfri
Connoisseur
gianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura aboutgianfri has a spectacular aura about
 
Posts: 59
Karma: 4212
Join Date: Feb 2010
Device: Sony
Wow, thanks!

Awesome - thank you so much!!
gianfri is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Zealand Herald recipe not working bmacaskill Recipes 2 10-31-2011 09:18 PM
Interesting, but flawed, article on eBooks in the International Herald Tribune luqmaninbmore News 14 08-17-2011 10:50 AM
International Herald Tribune homepage running Recipes 10 07-29-2011 10:34 AM
International Herald Tribune: European Edition Raoul O'Malley Calibre 1 05-02-2010 12:20 AM
Herald Tribune on how e-books spur sales Alexander Turcic News 0 08-05-2005 05:09 PM


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


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