- Fixed video comments extraction - Amended the region lock check for certain video types - Added stubbed support for the new DMS delivery on certain videos; follow development in 139
From v.14: - Added `--break-on-existing` - Added `--list-qualities` for videos - Added `--chinese` - Fixed Seiga image extraction
Windows binaries will no longer be provided. `nndownload` will now receive updates through `pip` exclusively: `pip install nndownload` Binaries can be built as needed with `pyinstaller`: `pyinstaller --onefile nndownload.py`
1.13.1
- Write tags in metadata as UTF-8 without casting - Read session cookie from file (`--session-cookie` will check for a TXT filepath at the provided argument before using it as the string cookie value) - Modified comments extension to `.comments.json` - Small bug and maintenance fixes
1.12.2
- Update comments API for videos - Improve handling of exceptions
1.12
- Add support for downloading video series - Use LF endings on PyPi upload
1.11.3
- Nico's login auth flow has changed, requiring the use of OTP codes in what seems to be most cases. Session cookies (`--session-cookie`) continue to work without requiring this step. A future release will provide a more stable way of storing your session cookie
1.11.2
- Better checks for media availability when downloading videos - Fixed mylist downloading - Fixed creation of non-stripped filenames - Various code cleanup