Skip to content

Releases: JuanBindez/pytubefix

Pytubefix 1.13.1 Released

10 Jan 01:04
Compare
Choose a tag to compare

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

17 Dec 17:31
Compare
Choose a tag to compare

Release Notes:

What's Changed

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

16 Dec 14:05
Compare
Choose a tag to compare

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

11 Dec 14:38
Compare
Choose a tag to compare

Release Notes:

  • Fixed 403 Forbidden error when using ANDROID client #21

Pytubefix 1.9.0 Released

20 Nov 23:38
Compare
Choose a tag to compare

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

07 Nov 02:29
6d67b8a
Compare
Choose a tag to compare
  • partially fixed unit tests

Pytubefix 1.8.3 Released

05 Nov 14:08
Compare
Choose a tag to compare

Release Notes:

Bugfix:

  • generate_srt_captions is not working #14
  • removed the green color from the progressbar

Pytubefix 1.8.2 Released

04 Nov 23:27
Compare
Choose a tag to compare

Release Notes:

Bugfix:

  • caption tests fixed and on_progress callback function bug fixed #13

Pytubefix 1.8.1 Released

31 Oct 00:48
Compare
Choose a tag to compare

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

26 Oct 13:16
Compare
Choose a tag to compare

Release Notes:

Contribution:

  • Adding a dot to the pattern matching on the @ name as its a valid name. #11