1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2025-02-17 21:46:49 +01:00
Philipp Hagemeister c465afd736 [teamcoco] Fix regex in 2.6 (#2700)
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.
2014-04-04 22:46:47 +02:00
..
2013-11-09 11:25:12 +01:00
2014-03-30 07:15:14 +02:00
2014-01-23 10:24:44 +01:00
2014-04-04 22:24:45 +02:00