1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-04 09:09:53 +00:00

Update youvi.py

This commit is contained in:
SpiderRider067 2021-01-12 05:24:38 -05:00 committed by GitHub
parent 6eea4f795a
commit 33d5373020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,6 @@ class YouviIE(InfoExtractor):
format_entry = {'url': url} format_entry = {'url': url}
formats.append(format_entry) formats.append(format_entry)
if formats: if formats:
self._sort_formats(formats) self._sort_formats(formats)
return { return {