[manyvids] Extract `uploader` (#2913)

Authored by: regarten
This commit is contained in:
pukkandan 2022-03-03 01:20:31 +05:30
parent a5c0c20252
commit c2ae48dbd5
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39
1 changed files with 1 additions and 0 deletions

View File

@ -89,4 +89,5 @@ class ManyVidsIE(InfoExtractor):
'view_count': view_count,
'like_count': like_count,
'formats': formats,
'uploader': self._html_search_regex(r'<meta[^>]+name="author"[^>]*>([^<]+)', webpage, 'uploader'),
}