Skip to content

Releases: Kinuseka/nScraper

Release V0.6.7

23 Nov 23:01
Compare
Choose a tag to compare

Updates on this release:

  • Add version on logs

Release V0.6.6

28 Oct 19:48
Compare
Choose a tag to compare

Updates on this release:

  • Fix regex incorrect separator for file iterator
  • Some code correction

Release V0.6.5

17 Sep 07:15
Compare
Choose a tag to compare

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

26 Aug 17:47
Compare
Choose a tag to compare

Updates on this release:

  • Centralize functions on Lib API
  • Use __version__ to store version
  • Minor docstring update

Release V0.6.3

22 Aug 06:39
Compare
Choose a tag to compare

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

25 Jul 20:48
13a3e65
Compare
Choose a tag to compare

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

23 Jun 19:56
d3b86b4
Compare
Choose a tag to compare

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

06 Apr 08:26
d7e5682
Compare
Choose a tag to compare

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

26 Jan 13:21
492fb9c
Compare
Choose a tag to compare

What's Changed

  • Major code rewrite and refactoring by @Kinuseka in #5

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

14 Jul 10:31
be9a4ab
Compare
Choose a tag to compare

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