Skip to content

Releases: anidl/multi-downloader-nx

v5.1.5 - ADN Hotfixes

15 Aug 19:28
Compare
Choose a tag to compare

General Changes

ADN Changes

  • Fix Login and Refresh Token requests
  • Fix DE only streams

Full Changelog: v5.1.4...v5.1.5

v5.1.4 - Crunchy Hotfix

08 Jul 23:58
Compare
Choose a tag to compare

Crunchy Changes

  • Fixed downloading with a hacky fix, will properly fix at a later date
  • Fix issue with too many streams when using novids and noaudio

Full Changelog: v5.1.3...v5.1.4

v5.1.3 - Crunchy fix

28 Jun 23:59
Compare
Choose a tag to compare

Crunchy Changes

  • Device ID is now cached, this should prevent from too many devices on your crunchy account

Full Changelog: v5.1.0...v5.1.3

v5.1.2 - Crunchy login hotfix

28 Jun 16:33
Compare
Choose a tag to compare

Crunchy Changes

  • Hotfix login (but actually this time)

Full Changelog: v5.1.0...v5.1.2

v5.1.0 - Fixes and Build Improvements

24 Jun 17:47
Compare
Choose a tag to compare

Note for Crunchy: You will have to login again with this update

Changes

  • Executable build process now includes esbuild, where all JS files are compiled into a single file before building the executable
    • This should increase performance, decrease memory consumption, allow for newer node versions, and decrease false positives
  • Bump node version to 20
  • Dependency bump
  • Minor improvements to private key detection

Crunchy Changes

  • Migrate to mobile token
    • !!IMPORTANT!! Old tokens will not be compatible, you will need to login again
  • Add new flag to select crunchy play stream --cstream
  • Made default crunchy play stream chrome
  • Updated mobile basic auth header
  • Add zh-HK language support
  • Disable non play streams (for now)
  • Improve how streams are cleared to prevent too many streams errors
  • Remove some workaround code thanks to TS 5.5

Hidive Changes

  • Fix crashing issue under very specific circumstances
  • Add fallback to seriesTitle of seasonTitle can't be properly parsed

Full Changelog: v5.0.3...v5.1.0

v5.0.3 - Another Crunchy Hotfix

29 May 02:36
Compare
Choose a tag to compare

Crunchy Changes

  • Fixes Non-DRM download clearing on slow downloads
  • Fixes DRM license request

Full Changelog: v5.0.2...v5.0.3

v5.0.2 Crunchy Hotfix

23 May 16:50
Compare
Choose a tag to compare

Crunchy Changes

  • Implement stream deleting to allow endless Non-DRM downloads

Full Changelog: v5.0.1...v5.0.2

v5.0.1

22 May 13:54
Compare
Choose a tag to compare

Changes

  • Websocket server now supports HTTPS

Crunchy Changes

  • Fix Non-DRM streams

Hidive Changes

  • Fix movie downloading
  • Remove unreleased episodes from list by @Denoder in #685

ADN Changes

  • Fix some output problems, including series title sometimes being null, and season sometimes being null

PRs

Full Changelog: v5.0.0...v5.0.1

v5.0.0 - New Services

19 Apr 23:09
Compare
Choose a tag to compare

CRUNCHY NOTE: All previous tokens are now invalid, you'll have to login again!

Major Changes

Changes

  • Improve mpd/dash downloading module to allow for byterange downloads.
  • vtt2ass: Add support for text-decoration (underline)
  • vtt2ass: Add support for left/right styles
  • GUI: Decrease search delay to 500ms (from 1s)
  • GUI: Fix select all button to work for specific seasons
  • CLI: Add unknown option warning
  • CLI: Add suggestions for options if an option was misspelled
  • Remove no longer needed console.log warning
  • More detailed errors from fetch module

Crunchy Changes

  • Fix issue where in the GUI, noaudio wasn't being passed to crunchy
  • Fix Non-DRM Streams (NOTE: All previous tokens are now invalid, you'll have to login again!)

PRs

Full Changelog: v4.7.1...v5.0.0

v4.7.1 Crunchy Hotfix

11 Apr 15:13
Compare
Choose a tag to compare

Changes

  • Improve mpd/dash downloading module to allow for byterange downloads. (Prep for new service)

Crunchy Changes

  • Fix authentication

Full Changelog: v4.7.0...v4.7.1