I need to get an ePub from an URL, so for example from:
Code:
http://example.com/download/20120628/20120628download.epub
I have zero Python-knowledge, but I can imagine a part of the script will look like:
Code:
'http://example.com/download/' + %Y + %m + %d + '/' + %Y + %m + %d + 'download.epub'
The ePub is correctly formatted and all, so downloading the ePub and adding it to Calibre is the only thing the recipe needs to do!
Help is greatly appreciated.