1
0
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:
marabu88 2019-01-15 13:49:05 +03:00 committed by GitHub
parent 5aaa764aa8
commit a5f21fbe81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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