Skip to content

Commit 3603b02

Browse files
committed
fix some issues
1 parent 623278d commit 3603b02

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyutube/handlers/PlaylistHandler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ def check_for_downloaded_videos(self, title, total):
8282
break
8383

8484
if not self.playlist_videos:
85-
console.print(f"All playlist are already downloaded in this directory, see '{
86-
title}' folder", style="info")
85+
console.print(f"All playlist are already downloaded in this directory, see '{title}' folder", style="info")
8786
sys.exit()
8887

8988
self.show_playlist_info(title, total)

pyutube/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from termcolor import colored
1515

1616

17-
__version__ = "1.3.1"
17+
__version__ = "1.3.21"
1818
__app__ = "pyutube"
1919
ABORTED_PREFIX = "Aborted"
2020
CANCEL_PREFIX = "Cancel"

0 commit comments

Comments
 (0)