[cleanup] Misc (#13278)

Authored by: bashonly
This commit is contained in:
bashonly
2025-06-09 23:39:00 +00:00
committed by GitHub
parent aa863ddab9
commit 339614a173
5 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ class DouyuTVIE(DouyuBaseIE):
'is_live': True,
**traverse_obj(room, {
'display_id': ('url', {str}, {lambda i: i[1:]}),
'title': ('room_name', {unescapeHTML}),
'title': ('room_name', {str}, {unescapeHTML}),
'description': ('show_details', {str}),
'uploader': ('nickname', {str}),
'thumbnail': ('room_src', {url_or_none}),