Skip to content

Commit

Permalink
fix some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari committed Aug 21, 2024
1 parent 623278d commit 3603b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyutube/handlers/PlaylistHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ def check_for_downloaded_videos(self, title, total):
break

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

self.show_playlist_info(title, total)
Expand Down
2 changes: 1 addition & 1 deletion pyutube/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from termcolor import colored


__version__ = "1.3.1"
__version__ = "1.3.21"
__app__ = "pyutube"
ABORTED_PREFIX = "Aborted"
CANCEL_PREFIX = "Cancel"
Expand Down

0 comments on commit 3603b02

Please sign in to comment.