1
0
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:
Alan Xiao 2025-04-23 20:24:27 -04:00 committed by GitHub
parent 2a9b19d8db
commit 6b48a0e4b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)})'