mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-21 17:51:51 +00:00
Update youvi.py
This commit is contained in:
parent
33d5373020
commit
c3992b42c5
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ class YouviIE(InfoExtractor):
|
|||
'title': title,
|
||||
'formats': formats,
|
||||
}
|
||||
|
||||
else:
|
||||
external_embed = self._search_regex(
|
||||
r'service_type:"(?P<embed>[^"]+?)"', webpage, 'external-embed')
|
||||
|
|
Loading…
Reference in a new issue