Quote:
Originally Posted by kovidgoyal
Simply implement parse_index in your custom recipe class, it can return any set of urls you like. See the recipe api documentation for examples.
|
I'm doing the similar way, only take actual article URL from shell environment variable and invoke ebook-convert in loop each time with next article from list. What I was actually interested in is more clean & generic way to deal with arbitrary URLs, but it seems that recipes API lacks this kind of feature