]> jfr.im git - yt-dlp.git/commit - README.md
#70 Allow downloading of unplayable video formats
authorshirt-dev <redacted>
Fri, 12 Feb 2021 03:51:59 +0000 (22:51 -0500)
committerGitHub <redacted>
Fri, 12 Feb 2021 03:51:59 +0000 (09:21 +0530)
commit63ad4d43ebb826725539235f4fa08c85c046fdc1
tree457e7a2fbc5dee21c7648c153974d0838119eaa0
parent584bab37665edba5168d61ec524dda692c3cc6a3
#70 Allow downloading of unplayable video formats

Video postprocessors are also turned off when this option is used

Co-authored-by: shirtjs <redacted>
Co-authored-by: pukkandan <redacted>
29 files changed:
README.md
youtube_dlc/YoutubeDL.py
youtube_dlc/__init__.py
youtube_dlc/downloader/f4m.py
youtube_dlc/downloader/hls.py
youtube_dlc/extractor/brightcove.py
youtube_dlc/extractor/ceskatelevize.py
youtube_dlc/extractor/common.py
youtube_dlc/extractor/crackle.py
youtube_dlc/extractor/globo.py
youtube_dlc/extractor/hotstar.py
youtube_dlc/extractor/ivi.py
youtube_dlc/extractor/kaltura.py
youtube_dlc/extractor/limelight.py
youtube_dlc/extractor/ninecninemedia.py
youtube_dlc/extractor/ninenow.py
youtube_dlc/extractor/npo.py
youtube_dlc/extractor/prosiebensat1.py
youtube_dlc/extractor/rtbf.py
youtube_dlc/extractor/ruutu.py
youtube_dlc/extractor/shahid.py
youtube_dlc/extractor/sonyliv.py
youtube_dlc/extractor/toggle.py
youtube_dlc/extractor/toutv.py
youtube_dlc/extractor/tvnow.py
youtube_dlc/extractor/viki.py
youtube_dlc/extractor/wakanim.py
youtube_dlc/extractor/youtube.py
youtube_dlc/options.py