Skip to content

Tags: tcgoetz/WebToEpub

Tags

0.0.0.100

Toggle 0.0.0.100's commit message
Update getChapterUrls() for mtlnovel site changes

See: dteviot#323

0.0.0.99

Toggle 0.0.0.99's commit message
Add "Skip Images" option

Refer dteviot#321
Note, at this point no attempt has been made to deal with conflicts
with other features.
E.g. it doesn't work for Baka-Tsuki

0.0.0.98

Toggle 0.0.0.98's commit message
Remove duplicate paragraphs from Wattpad

Fixes: dteviot#320

0.0.0.97

Toggle 0.0.0.97's commit message
NovelsRock, fetch correct chapter URLs

Some ToC pages have two URLs for each chapter.
One with title of chapter and other with image.
Select the URL with the title.

Fixes: dteviot#317

0.0.0.96

Toggle 0.0.0.96's commit message
Get all content for NovelsRock chapters

Sometimes not all chapter content is in <div class="reading-content">
element
Fixes: dteviot#316

0.0.0.95

Toggle 0.0.0.95's commit message
Add DarkNovelsParser

Refer: dteviot#311

0.0.0.94

Toggle 0.0.0.94's commit message
Track Babelnovel changes

dteviot#310

0.0.0.93

Toggle 0.0.0.93's commit message
Update BabelChain Parser

See: dteviot#300

0.0.0.92

Toggle 0.0.0.92's commit message
Rate limit BabelNovel site

Refer: dteviot#300

0.0.0.91

Toggle 0.0.0.91's commit message
Bugfix: Chrome saving epub with .zip suffix

Suspect problem due to blob having mime type for zip file.
Changed to mime type for epub.
Resoves: dteviot#297