mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-04-16 22:32:36 +00:00
The re engine does not want to repeat an empty string, for fear that something like
(.*)*
could be matching the tokens ...
""
"" ""
"" "" ""
Of course, that's harmless with a question mark, although still somewhat strange.
3.0 KiB
3.0 KiB