View Single Post
Old 10-21-2014, 08:04 AM   #3
sakib
Nameless Being
 
Quote:
Originally Posted by kovidgoyal View Post
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
  Reply With Quote