mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-21 16:45:41 +07:00
@@ -915,7 +915,7 @@ def create_key(outer_mobj):
|
||||
# If value is an object, sanitize might convert it to a string
|
||||
# So we convert it to repr first
|
||||
value, fmt = repr(value), '%ss' % fmt[:-1]
|
||||
value = sanitize(key, value)
|
||||
value = sanitize(key, value)
|
||||
tmpl_dict[key] = value
|
||||
return '%({key}){fmt}'.format(key=key, fmt=fmt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user