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
1 changed files with 0 additions and 1 deletions

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