mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
Merge bc4206524f
into a084c80f7b
This commit is contained in:
commit
8d9b25face
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue