1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-20 06:26:49 +02:00

[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

View File

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