youtube-dl/youtube_dl
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
..
downloader [downloader/common] Use compat_str with the error in try_rename (appeared in #2389) 2014-04-04 14:59:11 +02:00
extractor [teamcoco] Fix regex in 2.6 (#2700) 2014-04-04 22:46:47 +02:00
postprocessor
__init__.py Add alternative --prefer-unsecure spelling (Closes #2697) 2014-04-04 22:15:21 +02:00
__main__.py
aes.py
FileDownloader.py
jsinterp.py
update.py
utils.py
version.py release 2014.04.04.5 2014-04-04 22:24:45 +02:00
YoutubeDL.py