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 02-28-2019, 05:14 AM   #1
ppl4word
Junior Member
ppl4word began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2019
Device: Kindle
Smile Quanta Magazine Recipe for Calibre

Hello and welcome, I am new :-)

I came here while looking for a recipe for calibre to get the Quantamagazine into Calibre and then on my Kindle for easy reading. (www.quantamagazine.org)

I was wondering if maybe someone here has already done such a recipe or could potentially point me to a direction where I could find one.

Thank you!

ppl4world
ppl4word is offline   Reply With Quote
Old 02-28-2019, 05:16 PM   #2
lui1
Enthusiast
lui1 began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Dec 2017
Location: Los Angeles, CA
Device: Smart Phone
Adding news sources is explained in the User's Manual here https://manual.calibre-ebook.com/news.html. Since this site provides a news feed with full content it is fairly easy to add. The link they provide for the news feed is https://api.quantamagazine.org/feed/.

You should end up with a recipe looking something like this:
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 Quanta(BasicNewsRecipe):
    title          = 'Quanta Magazine'
    oldest_article = 7
    max_articles_per_feed = 100
    language = 'en'
    encoding = 'UTF-8'

    feeds          = [
        ('Articles', 'https://api.quantamagazine.org/feed/'),
    ]
lui1 is offline   Reply With Quote
Old 03-01-2019, 06:23 AM   #3
ppl4word
Junior Member
ppl4word began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2019
Device: Kindle
Thank you lui1, that worked like a charm! I've never worked or used RSS feeds (or any news feeds) but wanted to get something for my father in law who loves reading these types of articles, but is old fashioned and prefers paper. Now, thanks to your help, I have a way of creating a PDF file once a month, and get it nicely printed with some of those online services and send it to him as a written magazine! So thank you!
ppl4word is offline   Reply With Quote
Reply

Tags
calibre, quanta, quantamagazine, recipe


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Req: Outside Magazine recipe samhandwich Recipes 4 01-09-2013 01:37 PM
Built in calibre recipe broken : Prospect Magazine duluoz Recipes 1 05-24-2012 08:19 AM
Wired Magazine UK New recipe Starson17 Recipes 2 07-19-2011 12:23 PM
Recipe for Self Magazine (US) (need help) xXxXxXxXxXx Recipes 1 05-17-2011 05:16 PM
Quanta receives tablet PC orders from Amazon, say upstream sources Dopedangel News 5 05-03-2011 02:25 PM


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


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