Skip to content

v2.7 - Stable release

Compare
Choose a tag to compare
@Prudhvi-pln Prudhvi-pln released this 08 Jun 17:37
· 50 commits to main since this release

Changelog

  • Version 2.7 [2023-06-05]

    • Added CLI support for automation. Run this command for details: python udb.py -h
    • Added dynamic output declaration
  • Version 2.6 [2023-05-20]

    • Added Linux OS compatibility
    • Fixed unable to load X.5 episodes
  • Version 2.5 [2023-04-12]

    • Modified anime client as per updated animepahe site
    • Added support for backup url in Dramas
    • Added support for non-ts m3u8 urls
    • Add preferred & blacklist of m3u8 links
    • Removed dependency on openssl. Uses pycryptodome instead
  • Version 2.0 [2023-02-11]

    • Rewritten code completely
    • Added support to download drama. Finally.. ^_^
    • Added support to retrieve paginated episodes from AnimePahe
    • Added headers & custom retry decorator while downloading segments to avoid Connection Reset Error
    • Generalized parallel downloader
    • Added Progress bar for downloads using tqdm