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.
2016-08-11 19:04:23 +08:00
..
downloader Add more checks for --min/max-sleep-interval arguments and use more idiomatic naming 2016-08-09 03:47:56 +07:00
extractor [ctsnews] Fix extraction 2016-08-10 11:38:38 +08:00
postprocessor [metadatafromtitle] Remove unused exception class 2016-08-09 04:01:05 +07:00
__init__.py Add more checks for --min/max-sleep-interval arguments and use more idiomatic naming 2016-08-09 03:47:56 +07:00
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py Fix --min/max-sleep-interval wording 2016-08-09 03:46:52 +07:00
socks.py
swfinterp.py
update.py
utils.py [utils] Recognize more formats in unified_timestamp 2016-08-10 11:37:23 +08:00
version.py release 2016.08.10 2016-08-10 00:20:44 +07:00
YoutubeDL.py [YoutubeDL] Disable newline conversion when writing subtitles 2016-08-11 19:04:23 +08:00