Remove typo (you can laught :D)

Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
Juraj Oravec 2019-11-01 21:07:45 +01:00
parent 11c4488d42
commit 6d6240f2a0
No known key found for this signature in database
GPG Key ID: 63ACB65056BC8D07

View File

@ -73,7 +73,6 @@ ydl_opts = {
'noprogress': True,
}
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
# ydl.download(['https://www.youtube.com/watch?v=QyKN0kmutUA'])
info_dict = ydl.extract_info(url, download=True)
if not final_path: