Releases: JuanBindez/pytubefix
Releases · JuanBindez/pytubefix
Pytubefix 1.13.1 Released
Release Notes:
What's Changed
- tests fixed and refactored by @ElsevarAsadov in #28
- Added filter for dubbed streams by @felipeucelli in #31
Full Changelog: v1.12.0...v1.13.1
Pytubefix 1.12.0 Released
Release Notes:
What's Changed
- Added getting channel playlists by @felipeucelli in #25
Added to documentation:
https://pytubefix.readthedocs.io/en/latest/user/channel_playlists.html
Full Changelog: v1.11.0...v1.12.0
Pytubefix 1.11.0 Released
Release Notes:
What's Changed
- Added get from channel shorts, thumbnail_url, last_updated, description, title and views by @felipeucelli in #23
Full Changelog: v1.10.0...v1.11.0
Pytubefix 1.10.0 Released
Release Notes:
- Fixed 403 Forbidden error when using ANDROID client #21
Pytubefix 1.9.0 Released
Release Notes:
What's Changed
- Implement livestreams_urls and livestreams channel methods to get Live Streams from a channel by @quartzo in #17
New Contributors
Full Changelog: v1.8.4...v1.9.0
v1.8.4
- partially fixed unit tests
Pytubefix 1.8.3 Released
Release Notes:
Bugfix:
- generate_srt_captions is not working #14
- removed the green color from the progressbar
Pytubefix 1.8.2 Released
Pytubefix 1.8.1 Released
Release Notes:
Bugfix - Windows Defender False Positive Correction:
Description:
- We have fixed an issue where Windows Defender was erroneously detecting an executable (executable generated by users) as a trojan malware, resulting in false positives and file blocking. This occurred due to the use of the os.rename() method, which renamed the file to the .mp3 extension, triggering a false alarm.
Resolution:
- To address this issue, we refactored the code to remove the dependency on the os.rename() method, and now the file is not renamed after download but before, without using the os.rename() method.
Pytubefix 1.8.0 Released
Release Notes:
Contribution:
- Adding a dot to the pattern matching on the @ name as its a valid name. #11