mirror of
https://github.com/l1ving/youtube-dl
synced 2020-11-18 19:53:54 -08:00
Update YoutubeDL.py
This commit is contained in:
parent
5aaa764aa8
commit
a5f21fbe81
@ -1281,8 +1281,6 @@ class YoutubeDL(object):
|
||||
if (f.get('acodec') == 'none' and f.get('filesize') != None)]
|
||||
if video_formats:
|
||||
yield video_formats[-1]
|
||||
# print(video_formats[-1])
|
||||
# print(video_formats[-1].get('filesize'))
|
||||
elif format_spec == 'worstvideo':
|
||||
video_formats = [
|
||||
f for f in formats
|
||||
|
Loading…
x
Reference in New Issue
Block a user