Skip to content

Releases: AlexAplin/nndownload

v1.11.2

25 Oct 03:10
Compare
Choose a tag to compare
  • Better checks for media availability when downloading videos
  • Fixed mylist downloading
  • Fixed creation of non-stripped filenames
  • Various code cleanup

v1.11

21 May 02:04
Compare
Choose a tag to compare
  • Specify index to start list downloads on with --playlist-start, e.g. --playlist-start 39
  • Login using a session cookie value with --session-cookie
  • Support for downloading Seiga user manga
  • Removed --html5 as all videos are now served on the HTML5 player
  • Various bug fixes
    • Always download highest thumbnail quality available
    • API changes

v1.9

26 Mar 05:38
Compare
Choose a tag to compare
  • Fixes video downloading due to Nico schema change
  • Quality detection with --vq/--aq now applies to all videos
  • The Flash video player on Nico was retired, so the --html5 flag will be removed soon

v1.8.2

25 Feb 02:36
Compare
Choose a tag to compare
  • Fixed off-by-one error in file size checking that caused hanging on downloads
  • Various other bugfixes

v1.8.1

18 Dec 20:01
Compare
Choose a tag to compare
  • Fixed reading requirements during setup for package

v1.8

08 Nov 08:27
Compare
Choose a tag to compare
  • Add -a (add metadata to MP4 video container)
  • Add --html5 (always download file served by the HTML5 player)
  • Fix race condition in multithread downloading
  • Fix manga tag extraction
  • Various other bug fixes

v1.7

10 Aug 18:00
Compare
Choose a tag to compare
  • Download channel videos and blogs
  • Support for new user video (/video) and mylists (/mylist) pages
  • Support for Seiga user image (/user/illust) pages
  • Reorganize metadata parameters
    • Added document_url and tags for all types of media
  • Check for region lock on videos
  • Better status checking for namas

v1.5

16 Jun 09:03
Compare
Choose a tag to compare
  • Use AIOHTTP for WebSocket connections
    • Now WebSockets honor the user supplied proxy
  • Fix URL change with Nico Seiga manga
  • Fix generating live stream URLs
  • Minimum Python version now >=3.5.3 (from >=3.6)

v1.4.2

16 Mar 03:46
Compare
Choose a tag to compare
  • Download with multiple URL or file arguments
  • Fix existing file deletion on byte comparison block mismatch
  • Replace another illegal path character in filenames for Windows

v1.4.1

19 Feb 04:12
Compare
Choose a tag to compare
  • Add -s (download only metadata)
  • Fix uploader metdata extraction for Seiga manga
  • Various other small fixes