mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-09 13:00:10 +09:00
Merge bc4206524f
into c5098961b0
This commit is contained in:
commit
187b107602
@ -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…
Reference in New Issue
Block a user