View Single Post
Old 08-07-2019, 06:55 AM   #1
Phoebus
Member
Phoebus began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Aug 2015
Device: Kobo Aura H2O
Appending URLs in an RSS feed

Hi, I have a fairly simple recipe that gets a list of URLs from an RSS feed and then goes to the URL to extract the information. (Ie use embedded content is false).

Is there a way to tell calibre to add a bit of code to the end of each URL?

I'd like to add '?limit=500' to the end of each URL

The only reference to URLs in my recipe is:

Code:
    def is_link_wanted(self, url, a):
Thanks
Phoebus is offline   Reply With Quote