mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-05-12 16:54:50 +09:00
Merge bc4206524f76a116db49aaf3339a92e8449923a4 into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6
This commit is contained in:
commit
b51c07246f
@ -116,7 +116,7 @@ class VivoIE(SharedBaseIE):
|
||||
|
||||
def _extract_filesize(self, webpage):
|
||||
return parse_filesize(self._search_regex(
|
||||
r'data-type=["\']video["\'][^>]*>Watch.*?<strong>\s*\((.+?)\)',
|
||||
r'<strong>\((\d+\.\d+ [KGM]B)\)</strong>',
|
||||
webpage, 'filesize', fatal=False))
|
||||
|
||||
def _extract_video_url(self, webpage, video_id, url):
|
||||
|
Loading…
x
Reference in New Issue
Block a user