mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 06:14:05 -07:00
Update youvi.py
This commit is contained in:
parent
a0e59904a6
commit
6eea4f795a
1 changed files with 2 additions and 1 deletions
|
@ -31,9 +31,10 @@ class YouviIE(InfoExtractor):
|
|||
url = url.replace(r'\u002F', r'/')
|
||||
format_entry = {'url': url}
|
||||
formats.append(format_entry)
|
||||
self._sort_formats(formats)
|
||||
|
||||
|
||||
if formats:
|
||||
self._sort_formats(formats)
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue