leech
leech copied to clipboard
Turn a story on certain websites into an ebook for convenient reading
Leech gives you the option to include or not include content in spoiler tags but if they are included they are moved to a footnote at the end of the...
It would be nice to download payed chapters/books from patreon it would probably have to use session ids so using arbitary sites dosn't work (unless it already has support for...
My goal is to have a folder of auto-updating ebooks (cron job). I saw that there's a `--cache` flag, but even running with the cache on there's a lot of...
The template html in the ebook module is just created with string formatting. This has worked well, but is potentially fragile. It's worth looking into either better escaping techniques or...
I think it would be good to add calibre's series information as an option for json books at least. Basically, you just add some meta tags in `Content.opf` like this:...
I tried using this to Download worm with the included example .json file for worm, but it dosn't work becouse it tries and fails to download the twitter and facebook...
Yeah, I am quite unsuccessful with writing json sites, but have realized that I often always write the same thing when it finally works. 1.) When I am looking at...
When creating an ebook with lots of chapters (Wandering Inn, TGaB, Heretical Edge, etc) there will be intermittant fails with the SQLite DB. Rerunning the script fixes it for a...
Heretical edge, Vacant Throne, Fifth Defiance, saga of soul all produce ebooks that can be read with calibre but not google books. I am unclear as to why that is....
Add a mode (optional?) which will enforce only epub-valid HTML being output. This will require fairly aggressive stripping of tags and attributes, which could potentially break some content. The benefit...