mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-01 07:24:54 +00:00
@@ -4451,8 +4451,10 @@ STR_FORMAT_RE_TMPL = r'''(?x)
|
||||
)
|
||||
'''
|
||||
|
||||
|
||||
STR_FORMAT_TYPES = 'diouxXeEfFgGcrs'
|
||||
|
||||
|
||||
def limit_length(s, length):
|
||||
""" Add ellipses to overly long strings """
|
||||
if s is None:
|
||||
|
Reference in New Issue
Block a user