This commit is contained in:
Cyberes 2023-01-21 17:42:14 -07:00
parent fa50e7477c
commit 308172236d
No known key found for this signature in database
GPG Key ID: 194A1C358AACFC39
1 changed files with 3 additions and 0 deletions

View File

@ -213,6 +213,9 @@ while True:
playlist_bar.total = len(playlist['entries'])
playlist_bar.set_description(playlist['title'])
# print(playlist['entries'][0])
# sys.exit()
# Remove already downloaded files from the to-do list.
download_queue = []
s = set()