aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/hls.py
AgeCommit message (Expand)Author
2021-01-05[downloader/hls] Disable decryption in tests (#27660)Kevin O'Connor
2020-12-13[downloader/hls] delegate manifests with media initialization to ffmpegRemita Amine
2020-09-18[downloader/hls] Fix incorrect end byte in Range HTTP header for media segmen...Stefan Pöschel
2019-12-03[vzaar] override AES decryption key URL(closes #17521)Remita Amine
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2019-03-11Start moving to ytdl-orgSergey M․
2019-01-13[downloader/hls] fix uplynk ad skipping(closes #18824)Remita Amine
2018-03-03[downloader/hls] Skip uplynk ad fragments (closes #15748)Sergey M․
2017-12-31[downloader/hls] Use HTTP headers for key requestSergey M․
2017-10-15[downloader/hls] Fix total fragments count when ad fragments existSergey M․
2017-10-15[downloader/hls] Ignore anvato ad fragments (closes #14496)Sergey M․
2017-07-29[downloader/hls] Use redirect URL as manifest base (#13755)Sergey M․
2017-04-22[downloader/fragment] use the documented names for fragment progress_hooks fi...Remita Amine
2017-04-19[fragment,hls,f4m,dash,ism] improve fragment downloadingRemita Amine
2017-04-13[downloader/hls] add basic support for EXT-X-BYTERANGE tag(#10955)Remita Amine
2017-03-25[downloader/hls] move check for m3u8 live streams to get_suitable_downloaderRemita Amine
2017-03-25[downloader/hls] immediately delegate downloading to ffmpeg in case live streamRemita Amine
2016-12-20[uplynk] force downloading using hls native downloader(closes #11496)Remita Amine
2016-11-13[downoader/fragment,f4m,hls] Add internal support for custom HTTP headersSergey M․
2016-09-24[download/hls] Delegate downloading to ffmpeg for live streamsRemita Amine
2016-09-03[downloader/dash:hls] Report exact fragment error on retrySergey M․
2016-09-03[downloader/dash:hls] Respect --fragment-retries and --skip-unavailable-fragm...Sergey M․
2016-08-28[turner] fix secure m3u8 formats downloadingRemita Amine
2016-08-25[downloader/hls] fill IV with zeros for IVs shorter than 16-octetRemita Amine
2016-08-13[uplynk] Add new extractorRemita Amine
2016-06-20[downloader/hls] Simplify and carry long linesSergey M․
2016-06-19[downloader/hls] Add support for AES-128 encrypted segments in hlsnative down...remitamine
2016-06-05[downloader/hls] Correct comment on twitch vodsSergey M․
2016-06-05[downloader/hls] PEP 8Sergey M․
2016-06-05[downloader/hls] Do not rely on EXT-X-PLAYLIST-TYPE:EVENTSergey M․
2016-05-09[downloader/hls] PEP 8Sergey M․
2016-05-09[downloader/hls] Add event media playlists to unsupported features of hlsnativeSergey M․
2016-05-09[downloader/hls] Remove EXT-X-MEDIA-SEQUENCE from unsupported features for hl...Sergey M․
2016-05-01[downloader/hls] Delegate extraction to ffmpeg when unsupported features dete...Sergey M․
2016-02-19[downloader/external] Add FFmpegFD(fixes #622)remitamine
2016-02-06[downloader/hls] Do not send 'q' to ffmpeg on Windows (Closes #8300)Sergey M․
2016-01-30Add --hls-use-mpegts optionJaime Marquínez Ferrándiz
2016-01-19[downloader/hls] Ask ffmpeg to quit when interrupting youtube-dl with 'Ctrl+C...Jaime Marquínez Ferrándiz
2016-01-04[downloader/hls] Don't let ffmpeg read from stdin (#8139)Jaime Marquínez Ferrándiz
2015-11-29[downloader/hls] Respect Youtubedl-* headersYen Chi Hsuan
2015-11-27[downloader/hls] Remove Accept-encoding from headers passed to ffmpegYen Chi Hsuan
2015-10-18[downloader/hls] Add headers only for http(s) URLsYen Chi Hsuan
2015-09-23[downloader/hls] Pass http headers to downloaderSergey M․
2015-09-18[postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #...Jaime Marquínez Ferrándiz
2015-09-10[downloader/hls] Properly close streamSergey M․
2015-08-31[hls] Properly encode fragment filenameSergey M․
2015-08-13[downloader/hls] Add _debug_cmdSergey M․
2015-07-29[hls] Implement hlsnative fd in terms of fragment fdSergey M․
2015-02-17[hls] Switch to available as a propertyPhilipp Hagemeister
2015-02-17[downloader/hls] Fix detection of ffmpeg/avconv (reported in #4966)Jaime Marquínez Ferrándiz