Skip to content

Commit 97e91ab

Browse files
committed
Release v1.2.6: Use PytubeFix
1 parent cc88abc commit 97e91ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Pyutube Changelog
22

3+
## 1.2.6
4+
5+
- Fix: switch into pytubefix instead of pytube.
6+
37
## 1.2.4
48

59
- Fix: Downloading error, (typo mistake)

pyutube/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from termcolor import colored
1717

1818

19-
__version__ = "1.2.5"
19+
__version__ = "1.2.6"
2020
__app__ = "pyutube"
2121
ABORTED_PREFIX = "aborted"
2222
CANCEL_PREFIX = "cancel"

0 commit comments

Comments
 (0)