• v4.7.0 84ebabffc8

    AnimeDL released this 2024-04-09 22:59:30 +00:00 | 138 commits to master since this release

    Re-released to fix issue with crunchy temp files

    Changes

    • Update most dependencies
    • Update GUI Build Process
      • Updated GUI build process allows for starting the GUI without building using ts-node
    • Update default cli-defaults.yml to include most used options
    • Add new request module using node fetch API
    • Add code compression to built executable, shrinking final built application

    Crunchy Changes

    • Add Episode chapter if no starting chapter was found (either opening or recap)
    • Fix issue where sometimes Non-DRM stream could be the wrong URL
    • Update MPD parts to be properly named .m4s instead of .ts
    • Completely rewrite how requests are made to prevent cloudflare errors Fixes #652 #651
    • Use temp file before decryption and rename it after Fixes #646
      • Fixes issue with decrypting Unicode and long filenames

    Hidive Changes

    • Update MPD parts to be properly named .m4s instead of .ts
    • Use temp file before decryption and rename it after Fixes #646
      • Fixes issue with decrypting Unicode and long filenames

    Full Changelog: https://github.com/anidl/multi-downloader-nx/compare/v4.6.3...v4.7.0

    Downloads
  • v4.6.3 dce10bc7fc

    AnimeDL released this 2024-04-04 17:25:19 +00:00 | 159 commits to master since this release

    Crunchy Changes

    • Fix issue with multi-dub downloads with the Non-DRM stream when using --dlVideoOnce
      • Forgot to check if video was actually downloaded before pushing it to the downloaded files when not decrypting

    Full Changelog: https://github.com/anidl/multi-downloader-nx/compare/v4.6.2...v4.6.3

    Downloads
  • v4.6.2 42da4ebd30

    AnimeDL released this 2024-04-04 01:08:13 +00:00 | 163 commits to master since this release

    Changes

    • vtt2ass: Fix issue with line ordering by @IONI0 in #626
    • vtt2ass: Add --combineLines by @IONI0 in #626
      • When used, in the vtt2ass step it will combine lines with like styles and text so they don't move

    Crunchy Changes

    • Fixes issue with non-DRM stream where it could choose the wrong dub Fixes #631
    • Fix issue with not all fonts in the ass file being detected

    PRs

    New Contributors

    Full Changelog: https://github.com/anidl/multi-downloader-nx/compare/v4.6.1...v4.6.2

    Downloads
  • v4.6.1 4c5bdb4226

    AnimeDL released this 2024-04-03 15:41:49 +00:00 | 172 commits to master since this release

    Crunchy Changes

    • Add found stream which is Non-DRM

    Full Changelog: https://github.com/anidl/multi-downloader-nx/compare/v4.6.0...v4.6.1

    Downloads
  • v4.6.0 80c7f5ba77

    AnimeDL released this 2024-04-01 21:02:13 +00:00 | 175 commits to master since this release

    Changes

    • Fix error when a directory is inside the cdm directory
    • vtt2ass: Make sure subtitles with positional data aren't merged
    • vtt2ass: Improve merging logic for subtitles
    • vtt2ass: Invert order of needed subtitles to more match Hidive's display
    • vtt2ass: Fix issue with parsing invalid CSS

    Crunchy Changes

    • Allow season constraints (-s) with --srz by @Denoder in #603
    • Sort specials to bottom of episode list by @Denoder in #604
    • Fix subtitles being named undefined if both --novids and --noaudio were used.
    • --chapters flag enabled by default
    • Change the default CR API to web. Fixes #609
      • This fixes the issue of not all episodes appearing if your audio language isn't Japanese in crunchy's settings
    • Change the default kstream to 1
      • This is the 1080p stream in the web API
    • Fix issue where some chapters would be skipped/ignored
    • Fix issue where CR API setting was not detected right away in the GUI
    • Allow for decimal places in episode numbers. Fixes #615
    • Replace --search-locale with --locale
      • When using the web API, this allows for episode titles and search results to be localized into your locale
    • GUI Hardsubs by @DAREK0N in #623

    Hidive Changes

    • Make new API the default. Fixes #617
    • Fail gracefully if audio isn't found. Fixes #617
    • Fix downloading of movies
    • Move key grabbing to before download so token doesn't expire during download
    • Add missing HD language: es-ES

    PRs

    New Contributors

    Full Changelog: https://github.com/anidl/multi-downloader-nx/compare/v4.5.2...v4.6.0

    Downloads
  • v4.5.2 19f0a3cc7d

    AnimeDL released this 2024-03-20 03:20:23 +00:00 | 221 commits to master since this release

    Changes

    • Automatic CDM detection, name no longer matters as long as it's in the right directory
    • Improve vtt2ass's compatibility with vtt
    • Set default kstream to 5

    Crunchy Changes

    • CC's are now converted to ass using vtt2ass module
    • Allow --novids and --noaudio to be used when downloading mpd
    • Add --token flag to sign in with a refresh token/etp-rt cookie
    • GUI now only searches series by default to make search faster

    Hidive Changes

    • Fix issue where authentication wouldn't work at first in the GUI
    • Fix issue where cli-defaults may not be loaded
    • Fix issue where multiple seasons wouldn't load with --srz

    Full Changelog: https://github.com/anidl/multi-downloader-nx/compare/v4.5.1...v4.5.2

    Downloads
  • v4.5.1 50c6ca66a3

    AnimeDL released this 2024-03-18 03:23:04 +00:00 | 243 commits to master since this release

    (Reposted due to error in build)

    Major Changes

    • Add support for MPD streams
    • Add support for WV streams
    • Reworked building
    • Updates to GUI, by @DAREK0N

    Changes

    • Switch to yao-pkg due to pkg's deprecation
    • (Windows) Fix issue with command line length for long filenames when merging
    • vtt2ass module updated to handle new hidive API
    • vtt2ass checks for multiline subtitles split up, and combines them
    • vtt2ass now can check for ::cue styles and apply them

    Crunchy Changes

    • API switching from android and web API, use with --crapi
    • Added support for chapters
    • Add proper support for CC Subtitles now that crunchy has added them
    • Fixed issue when downloading only subtitles that folders wouldn't be created
    • Get all streams when using android API
    • Crunchy is now DRM Only

    Hidive Changes

    • Introduced new API, can be used with --hdapi new (Rewrote most of the hidive code for this)
    • Fixes subtitle downloading for old API
    • New API is DRM only

    PRs

    New Contributors

    Full Changelog: https://github.com/anidl/multi-downloader-nx/compare/4.4.3...v4.5.1

    Downloads
  • 4.5.0-rc1 4742ea8d55

    AnimeDL released this 2024-03-15 02:14:50 +00:00 | 292 commits to master since this release

    Many changes, but the changelog will be written for the full version when it's ready.

    You can look at the full changelog to see the additions since the previous version.

    New Contributors

    Full Changelog: https://github.com/anidl/multi-downloader-nx/compare/4.4.1...4.5.0-rc1

    Downloads
  • 4.4.3 a1a9729134

    AnimeDL released this 2024-01-09 16:47:30 +00:00 | 332 commits to master since this release

    Changes

    • Fixes authentication on Crunchy
    • Fixes extid and e downloading on Crunchy
    • Adds new Crunchy languages (Indonesian and Vietnamese)
    • Hopefully no more false positives from scanners 🎉

    Full Changelog: https://github.com/anidl/multi-downloader-nx/compare/4.4.1...4.4.3

    Downloads
  • 4.4.1 5b25b89622

    AnimeDL released this 2023-12-16 20:07:53 +00:00 | 340 commits to master since this release

    Changes

    • Fixes issue with fallback method on CR

    Full Changelog: https://github.com/anidl/multi-downloader-nx/compare/4.4.0...4.4.1

    Downloads