Update download.py

This commit is contained in:
TylerCG 2025-04-25 23:18:34 -04:00
parent 7345d1535e
commit cbfbee1fdf

View File

@ -65,6 +65,7 @@ class dropout():
ydl_opts = { ydl_opts = {
'quiet': True, 'quiet': True,
'skip_download': True, 'skip_download': True,
'cookiefile': '/data/dropout.cookies.txt',
} }
# Step 1: Extract playlist info # Step 1: Extract playlist info