mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 15:14:57 +00:00
parent
b982cbdd0e
commit
598d185db1
1 changed files with 1 additions and 1 deletions
|
@ -1666,7 +1666,7 @@ class YoutubeDL(object):
|
|||
return []
|
||||
|
||||
elif selector.type == SINGLE: # atom
|
||||
format_spec = (selector.selector or 'best').lower()
|
||||
format_spec = selector.selector or 'best'
|
||||
|
||||
# TODO: Add allvideo, allaudio etc by generalizing the code with best/worst selector
|
||||
if format_spec == 'all':
|
||||
|
|
Loading…
Reference in a new issue