This commit is contained in:
Maciej Krüger 2024-05-11 04:38:13 +08:00 committed by GitHub
commit ae6ad94b7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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