index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
downloader
/
hls.py
Age
Commit message (
Expand
)
Author
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 headers
Sergey M․
2016-09-24
[download/hls] Delegate downloading to ffmpeg for live streams
Remita Amine
2016-09-03
[downloader/dash:hls] Report exact fragment error on retry
Sergey M․
2016-09-03
[downloader/dash:hls] Respect --fragment-retries and --skip-unavailable-fragm...
Sergey M․
2016-08-28
[turner] fix secure m3u8 formats downloading
Remita Amine
2016-08-25
[downloader/hls] fill IV with zeros for IVs shorter than 16-octet
Remita Amine
2016-08-13
[uplynk] Add new extractor
Remita Amine
2016-06-20
[downloader/hls] Simplify and carry long lines
Sergey 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 vods
Sergey M․
2016-06-05
[downloader/hls] PEP 8
Sergey M․
2016-06-05
[downloader/hls] Do not rely on EXT-X-PLAYLIST-TYPE:EVENT
Sergey M․
2016-05-09
[downloader/hls] PEP 8
Sergey M․
2016-05-09
[downloader/hls] Add event media playlists to unsupported features of hlsnative
Sergey 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-30
Add --hls-use-mpegts option
Jaime 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-* headers
Yen Chi Hsuan
2015-11-27
[downloader/hls] Remove Accept-encoding from headers passed to ffmpeg
Yen Chi Hsuan
2015-10-18
[downloader/hls] Add headers only for http(s) URLs
Yen Chi Hsuan
2015-09-23
[downloader/hls] Pass http headers to downloader
Sergey 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 stream
Sergey M․
2015-08-31
[hls] Properly encode fragment filename
Sergey M․
2015-08-13
[downloader/hls] Add _debug_cmd
Sergey M․
2015-07-29
[hls] Implement hlsnative fd in terms of fragment fd
Sergey M․
2015-02-17
[hls] Switch to available as a property
Philipp Hagemeister
2015-02-17
[downloader/hls] Fix detection of ffmpeg/avconv (reported in #4966)
Jaime Marquínez Ferrándiz
2015-02-16
[ffmpeg] Add --ffmpeg-location
Philipp Hagemeister
2015-02-01
[hls] Simplify
Sergey M․
2015-02-01
[hls] Fix encode issues on python2 @ Windows
Sergey M․
2015-01-04
[downloader/hls] Respect the 'prefer_ffmpeg' option
Jaime Marquínez Ferrándiz
2014-12-13
Fix imports and general cleanup
Philipp Hagemeister
2014-12-06
[ffmpeg] Improve version check and call it from hls (Fixes #4377)
Philipp Hagemeister
2014-11-26
[hls] Remove useless u porefixes
Philipp Hagemeister
2014-11-23
PEP8 applied
Jouke Waleson
2014-09-25
[hlsnative] Correct handling when remaining_bytes is None
Philipp Hagemeister
2014-09-24
[hlsnative] Support test parameter
Philipp Hagemeister
2014-09-24
[vevo] Support 1080p videos (Fixes #3656)
Philipp Hagemeister
2014-08-27
[downloader/hls] Return False if ffmpeg or avconv couldn't be found
Jaime Marquínez Ferrándiz
2014-08-27
[downloader/hls] Use check_executable
Jaime Marquínez Ferrándiz
2014-08-27
[downloader/hls] Use the correct program when reporting an error
Jaime Marquínez Ferrándiz
2014-06-09
rtmp and hls downloaders: Clarify error message when the external tools are n...
Jaime Marquínez Ferrándiz
2014-03-24
[downloader/hls] Encode filename (Fixes #2609)
Philipp Hagemeister
2014-01-08
[hls] Fix the program name when reporting the file size
Jaime Marquínez Ferrándiz
[next]