Releases: AlexAplin/nndownload
Releases · AlexAplin/nndownload
v1.11.2
- Better checks for media availability when downloading videos
- Fixed mylist downloading
- Fixed creation of non-stripped filenames
- Various code cleanup
v1.11
- 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
- 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
- Fixed off-by-one error in file size checking that caused hanging on downloads
- Various other bugfixes
v1.8.1
- Fixed reading requirements during setup for package
v1.8
- 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
- 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
- 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
- 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
- Add -s (download only metadata)
- Fix uploader metdata extraction for Seiga manga
- Various other small fixes