mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-28 01:46:26 +09:00
b1927f4e8a
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.