1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-24 07:40:24 +01:00

Update youvi.py

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

View File

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