[bilibili] Strip uploader name (#29202)

radioplus
Tianyi Shi 2021-06-21 20:21:17 +02:00 committed by Lauren Liberda
parent 86c90f7d47
commit f1a365faf8
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class BiliBiliIE(InfoExtractor):
webpage)
if uploader_mobj:
info.update({
'uploader': uploader_mobj.group('name'),
'uploader': uploader_mobj.group('name').strip(),
'uploader_id': uploader_mobj.group('id'),
})
if not info.get('uploader'):