mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2026-04-25 00:00:04 -04:00
c465afd736
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.