You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
Yen Chi Hsuan b1927f4e8a
[YoutubeDL] Disable newline conversion when writing subtitles
By default io.open() convert all '\n' occurrences to '\r\n' when writing
files. If the content already contains '\r\n', it will be converted to
'\r\r\n', breaking some video players.
8 years ago
..
downloader Add more checks for --min/max-sleep-interval arguments and use more idiomatic naming 8 years ago
extractor [ctsnews] Fix extraction 8 years ago
postprocessor [metadatafromtitle] Remove unused exception class 8 years ago
YoutubeDL.py [YoutubeDL] Disable newline conversion when writing subtitles 8 years ago
__init__.py Add more checks for --min/max-sleep-interval arguments and use more idiomatic naming 8 years ago
__main__.py [refactor] Single quotes consistency 9 years ago
aes.py [aes] Switch to new-style classes 9 years ago
cache.py
compat.py [compat] Fix test_cmdline_umlauts on Python 2.6 8 years ago
jsinterp.py [jsinterp] Relax JS function regex (Closes #9863) 8 years ago
options.py Fix --min/max-sleep-interval wording 8 years ago
socks.py Fix misspelling 8 years ago
swfinterp.py [compat] Rename struct_(un)pack to compat_struct_(un)pack 9 years ago
update.py [update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718) 8 years ago
utils.py [utils] Recognize more formats in unified_timestamp 8 years ago
version.py release 2016.08.10 8 years ago