mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
parent
a5c0c20252
commit
c2ae48dbd5
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue