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