mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-03 03:48:31 +00:00
Update _utils.py
Add trailing comma.
This commit is contained in:
parent
2a9b19d8db
commit
6b48a0e4b4
@ -176,7 +176,7 @@ def IDENTITY(x):
|
||||
('COM', 'LPT'),
|
||||
('\N{SUPERSCRIPT ONE}', '\N{SUPERSCRIPT TWO}', '\N{SUPERSCRIPT THREE}'),
|
||||
)
|
||||
)
|
||||
),
|
||||
)
|
||||
WINDOWS_RESERVED_NAMES_RE = fr'({"|".join(WINDOWS_RESERVED_NAMES)})'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user