This commit is contained in:
Cyberes 2023-01-21 15:06:36 -07:00
parent 9294034144
commit b925493ef2
No known key found for this signature in database
GPG Key ID: 194A1C358AACFC39
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ if args.daemon:
for i, target_url in tqdm(enumerate(url_list), total=len(url_list), position=0, desc='Inputs', disable=not args.daemon):
logger.info('Fetching playlist...')
status_bar.set_description_str('Fetching playlist...')
playlist = yt_dlp.playlist_contents(target_url)
download_queue = playlist['entries']