aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/manyvids.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/manyvids.py')
-rw-r--r--hypervideo_dl/extractor/manyvids.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_dl/extractor/manyvids.py b/hypervideo_dl/extractor/manyvids.py
index e8d7163..bd24f88 100644
--- a/hypervideo_dl/extractor/manyvids.py
+++ b/hypervideo_dl/extractor/manyvids.py
@@ -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'),
}