kemayo / leech

Turn a story on certain websites into an ebook for convenient reading
MIT License
154 stars 24 forks source link

Download only certain chapters - royal road #88

Closed dr563105 closed 1 year ago

dr563105 commented 1 year ago

Hi, Thanks for the script. I'm enjoying reading my favourite web novels in epub format. I'd like to know whether it is possible to download only a bunch of chapters instead of a whole book. Something like chapter 50 onwards. I need this because as the novels get updated daily and have reached chapter 400, I'd like to download just the chapters after 400. Is it possible? If so how do I pass the arguments?

Example site - https://www.royalroad.com/fiction/41618/mark-of-the-fool.

Thanks.

kemayo commented 1 year ago

It's now possible as of 7230f65a689654d480c17426a9aa2fc34c752918. You just have to add the --offset option to the command. So e.g. leech https://www.royalroad.com/fiction/41618/mark-of-the-fool --offset 400 would start downloading from chapter 401.

dr563105 commented 1 year ago

Thanks.