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
Age
Commit message (
Expand
)
Author
2016-09-17
Refactor fragments interface and dash segments downloader
Sergey M․
2016-09-04
[downloader/dash] Abort if the first segment fails
Yen Chi Hsuan
2016-09-03
[downloader/dash] Abort download immediately after giving up on some fragment
Sergey M․
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-09-03
Introduce --skip-unavailable-fragments
Sergey M․
2016-08-29
[downloader/external] Recommend --hls-prefer-native for SOCKS users
Yen Chi Hsuan
2016-08-28
[turner] fix secure m3u8 formats downloading
Remita Amine
2016-08-25
[downloader/external] Clarify that ffmpeg doesn't support SOCKS
Yen Chi Hsuan
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-08-13
[downloader/external:curl] Clarify why CurlFD should not capture stderr
Remita Amine
2016-08-12
[external/curl] respect more downloader options and display progress
Remita Amine
2016-08-09
Add more checks for --min/max-sleep-interval arguments and use more idiomatic...
Sergey M․
2016-08-09
Add --max-sleep-interval (Closes #9930)
singh-pratyush96
2016-07-03
[downloader/f4m] Fix for Rai live streams
Yen Chi Hsuan
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-12
[downloader/external] Decode error string before writing to stderr
Sergey M․
2016-06-08
[downloader/external] Add another env for proxies in ffmpeg/avconv
Yen Chi Hsuan
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-27
[downloader/f4m] Simply select format when it's the only one
Sergey M․
2016-05-12
[downloader/f4m] Tolerate truncate segments when testing
Yen Chi Hsuan
2016-05-10
[compat] Rename struct_(un)pack to compat_struct_(un)pack
Yen Chi Hsuan
2016-05-10
[utils,compat] Move struct_pack and struct_unpack to compat.py
Yen Chi Hsuan
2016-05-09
[downloader/hls] PEP 8
Sergey M․
2016-05-09
[downloader/external] Call ffmpeg with with HTTP_PROXY env variable set (#9437)
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-08
Merge pull request #9358 from dstftw/hls-native-to-ffmpeg-delegation
Sergey M
2016-05-08
[downloader/external] Add temp fix ffmpeg m3u8 downloads (Closes #9394)
Sergey M․
2016-05-01
[downloader/hls] Delegate extraction to ffmpeg when unsupported features dete...
Sergey M․
2016-04-21
Add --hls-prefer-ffmpeg
Sergey M․
2016-04-16
[ffmpeg] check for - file name in _ffmpeg_filename_argument
remitamine
2016-04-14
[downloader/external] enable piping for FFmpegFD(closes #2124)
remitamine
2016-04-14
[downloader/rtsp] Print the command
Yen Chi Hsuan
2016-03-27
[downloader/f4m] Extract routine for removing unsupported encrypted media
Sergey M․
2016-03-19
[downloader/fragment] Document fragment_retries
Sergey M․
2016-03-19
[downloader/{common,fragment}] Fix total retries reporting on python 2.6
Sergey M․
2016-03-19
[downloader/dash] Add fragment retry capability
Sergey M․
2016-03-19
[downloader/fragment] Add report_retry_fragment
Sergey M․
2016-03-14
[external/downloader] fix rtmp downloading using FFmpegFD
remitamine
2016-03-13
Merge pull request #8611 from remitamine/ffmpegfd
remitamine
2016-03-13
[downloader/external] pass configuration args to ffmpeg
remitamine
2016-03-13
[external/downloader] don't pass -t and -ss to ffmpeg
remitamine
2016-03-13
[downloader/external] check for ffmpeg availablity when it used for m3u8 down...
remitamine
2016-03-13
[download/external] move the check for multiple selected formats to get_suita...
remitamine
2016-03-13
[extractor/__init__] disable time range downloading
remitamine
[next]