Releases: Kinuseka/nScraper
Release V0.6.7
Release V0.6.6
Updates on this release:
- Fix regex incorrect separator for file iterator
- Some code correction
Release V0.6.5
Updates on this release:
- Revert function centralized imports for NHentai mirror
- Fixed and improved module relative imports
- Improved updater to contain more information when an error occurs
Release V0.6.4
Updates on this release:
- Centralize functions on Lib API
- Use
__version__
to store version - Minor docstring update
Release V0.6.3
Updates on this release:
- Code optimization (centralize file iterator)
- Fix code typos
- Improve updater (config.json override confirmation)
- Increase dependency
CFSession>=1.2.1
Release v0.6.2
What's Changed
Updates on this release:
- Improved filecode capture, this will read all <=6 digit numbers on any readable text file.
Ignores: #400305, bb400496 400680b
Reads: 400305, 400496, 400591, 400680
To use:
python Start_download.py -f filename.txt
Full Changelog: 0.6.1...0.6.2
Release v0.6.1
What's Changed
Updates on this release:
✅ Updater can now self update.
python3 Start_download.py -u
Will check for updates, and prompts you to update to the version.
This process is automatic and will automatically download and patch updates for you if available
Full Changelog: 0.6.0...0.6.1
Release v0.6.0
What's Changed
Updates on this release:
✅ Improved file mode download (should no longer be causing much more issues)
Usage case: python Start_download.py -f file.txt
any numbers listed on this file will be downloaded
# file.txt:
401159
402089
402393
✅ Update checker
Full Changelog: 0.5.0...0.6.0
Release v0.5.0
What's Changed
Updates on this release:
✅ Now uses CFSession for cloudflare bypass
✅ Code rewrite of the downloader
Full Changelog: 0.4.0...0.5.0
Release v0.4.0
What's Changed
Issues fixed on this release:
-
Non ANSI formats in displaying Title causes some logging errors
-
Official site API does not work due to cloudflare interference
Full Changelog: 0.3.0...0.4.0