版本发布 8
**Version 2.11.0 [2024-01-24]** - Feature #8: Add support for GogoAnime - Performance improvements and Minor bug fixes **Full Changelog**: https://github.com/Prudhvi-pln/udb/compare/v2.10.1...v2.11.0
## Changelog - Version 2.10.1 [2023-10-07] - Added new Downloader for non-m3u8 links 🎉 - Fixed #5 - Optimized Downloader under the hood - Version 2.9.0 [2023-10-06] - Changed to Semantic versioning - Implemented version check - Bug fixes #4 #5 - Show skipped episodes in download summary
## Changelog - Version 2.10.0 [2023-10-07] - Added new Downloader for non-m3u8 links 🎉 - Fixed #5 - Optimized Downloader under the hood - Version 2.9.0 [2023-10-06] - Changed to Semantic versioning - Implemented version check - Bug fixes #4 #5 - Show skipped episodes in download summary
## Changelog - Version 2.10.0 [2023-10-07] - Added new Downloader for non-m3u8 links 🎉 - Fixed #5 - Optimized Downloader under the hood - Version 2.9.0 [2023-10-06] - Changed to Semantic versioning - Implemented version check - Bug fixes #4 #5 - Show skipped episodes in download summary **Full Changelog**: https://github.com/Prudhvi-pln/udb/compare/v2.9.0...v2.10.0
## Changelog - Version 2.9.0 [2023-10-06] - Changed to Semantic versioning - Implemented version check - Bug fixes #4 #5 - Show skipped episodes in download summary **Full Changelog**: https://github.com/Prudhvi-pln/udb/compare/v2.8...v2.9.0
## Changelog - Version 2.8 [2023-10-04] - Added detailed loggers to make it developer friendly :) - Updated drama links - Get stream links dynamically - Updated _fetch_episodes_list_ in Drama to load episodes > 50 - Added option to auto select from available resolutions - Performance optimizations under the hood
## Changelog - Version 2.8 [2023-10-01] - Added detailed loggers to make it developer friendly :) - Updated drama links - Get stream links dynamically - Updated _fetch_episodes_list_ in Drama to load episodes > 50
## 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