Add --hls-use-mpegts option
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 30 Jan 2016 11:26:40 +0000 (12:26 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 30 Jan 2016 11:26:40 +0000 (12:26 +0100)
commit7d106a65ca30cc3201f147cb96aa98a15a48d6d2
tree1ddb967d897220555b61cbd219ff25e644ea1565
parent0179f6a8301e8dee1f435289f89cf1c748a13b16
Add --hls-use-mpegts option

When using the mpegts container hls vidoes can be played while being downloaded (useful if you are recording a live stream).
VLC and mpv play them file, but QuickTime doesn't.
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
youtube_dl/downloader/common.py
youtube_dl/downloader/hls.py
youtube_dl/options.py