Releases: theslavicbear/Ebook-Publisher
Releases · theslavicbear/Ebook-Publisher
Ebook-Publisher 3.3.3
Bug Fixes:
- Fixed an issue affecting all Chyoa stories only scraping the up the the third chapter.
Known Issues:
- Chyoa update option probably doesn't work.
Ebook-Publisher 3.3.2
Bug Fixes:
- Added a workaround for Chyoa stories with a deleted author. Should replace the deleted author's name with "Unknown"
- Added a workaround for Chyoa chapters that don't have an end of chapter question. Should replace the question with "What's next?" (Untested)
- Added a fix for Chyoa stories with images not downloading the images when not using -t multithreading method.
Known Issues:
- Chyoa update option probably doesn't work.
Ebook-Publisher 3.3.1
Bug Fixes:
- Included a patch for Chyoa that I forgot to include on the last release somehow.
Known Issues:
- Chyoa update option probably doesn't work.
Ebook-Publisher 3.3.0
What's New:
- Added options for Chyoa username and password, which allows access to restricted links on the site.
- Updated to handle Chyoa site updates that caused request errors.
- Illegal Windows filename characters will now be replaced by the "" character in filenames.
Bug Fixes:
- Replaced Chyoa Epub backend filenames to avoid overloading the max character length on very long stories.
- Recursion limit should no longer be reached by very long Chyoa stories
Known Issues:
- Chyoa update option probably doesn't work.
Ebook-Publisher 3.2.0
What's New:
- Added option to specify end of line characters for txt output files
- Added option of partial forwards Chyoa downloads instead of forced backwards downloads when any page other than the introduction page is given
- Added option for Chyoa stories to check file modified date if it exists and compare against story modified date before proceeding with the download
Bug Fixes:
- If image downloading for Chyoa stories was broken, it should be fixed now.
Known Issues
- Duplicate chapters may still appear and recurse into their child chapters in Chyoa stories when the linked chapters are on the first chapter and first linked chapter will still appear in the output file with child links to chapters that won't work
- Fictionpress and Fanfiction links seem to no longer work. Likely some updates on the sites preventing scraping.
Ebook-Publisher 3.1.6
Bug Fixes:
- Added different progress bar that shouldn't extend to multiple rows
- Added indents to EPUB formatted Chyoa stories in the table of contents when applicable
Known Issues
- Duplicate chapters may still appear and recurse into their child chapters in Chyoa stories when the linked chapters are on the first chapter
- First duplicate chapter will still appear with child links to chapters that won't work
- Fictionpress and Fanfiction links seem to no longer work. Likely some updates on the sites preventing scraping.
Ebook-Publisher 3.1.5
Bug Fixes:
- Literotica links work again
Known Issues
- Duplicate chapters may still appear and recurse into their child chapters in Chyoa stories when the linked chapters are on the first chapter
- First duplicate chapter will still appear with child links to chapters that won't work
- Fictionpress and Fanfiction links seem to no longer work. Likely some updates on the sites preventing scraping.
Ebook-Publisher 3.1.4
Bug Fixes:
- Slightly better handling of failed image downloads. Script shouldn't abruptly end
- Linked chapers in Chyoa stories will avoid duplicating further child chapters.
- Images in Chyoa stories will be inserted correctly when using multithreaded mode
- Added links to previous chapters on Chyoa stories
Known Issues
- Duplicate chapters may still appear and recurse into their child chapters in Chyoa stories when the linked chapters are on the first chapter
- First duplicate chapter will still appear with child links to chapters that won't work
- Fictionpress and Fanfiction links seem to no longer work. Likely some updates on the sites preventing scraping.
- Literotica links seem to no longer work. Likely some updates on the sites preventing scraping.
Ebook-Publisher 3.1.3
Bug Fixes:
- Slightly better http request handling for chyoa stories. Will add to other types soon.
- Should avoid infinite recursion on chyoa stories when child pages are links to previous pages.
- Fixed typo in v3.1.2 that stopped code from running
Ebook-Publisher 3.1.1
Bug Fixes:
- Should exit normally instead of hanging when not using multi-threading mode.
- Workaround for full Chyoa grabs in multithreading failing if there are linked chapters (i.e. not direct child chapters). Not a complete fix, since copies of linked chapters are created, instead of just linking to existing chapters.