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-01-22
[downloader/common] report_retry: Don't crash when retries is infinite (fixes...
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-13
[downloader/fragment] Move helper data to context dict
Sergey M․
2016-01-12
[downloader/fragment] More smooth calculations
Sergey M․
2016-01-12
[downloader/fragment] Remove unused code and fix zero division error
Sergey M․
2016-01-10
[downloader/fragment] Don't fail if the 'Content-Length' header is missing
Jaime Marquínez Ferrándiz
2016-01-04
[downloader/hls] Don't let ffmpeg read from stdin (#8139)
Jaime Marquínez Ferrándiz
2015-12-20
Rename error_to_str to error_to_compat_str
Sergey M․
2015-12-20
Properly convert errors to strings
Sergey M․
2015-12-11
[downloader/f4m] Decode manifest before fixing
Sergey M․
2015-12-10
[downloader/f4m] Fix malformed manifests (Closes #7823)
Sergey M․
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-11-23
Switch codebase to use sanitized_Request instead of
Sergey M?
2015-11-20
Typo fix, found while going through the code.
ashutosh-mishra
2015-10-25
Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)
Jaime Marquínez Ferrándiz
2015-10-24
[downloader/f4m] More accurate fragment URL construction
Sergey M․
2015-10-24
[downloader/f4m] get the redirected f4m_url and handle url query string properly
remitamine
2015-10-18
[downloader/hls] Add headers only for http(s) URLs
Yen Chi Hsuan
2015-10-12
[downloader/common] Always skip "already downloaded" check when outputting to...
Sergey M․
2015-10-12
[downloader/rtmp] Respect --no-continue option
AndroKev
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-09-05
[downloader/external] Use generalized cli option converters
Sergey M․
2015-09-04
[downloader/external] change _argless_option function to _valueless_option
remitamine
2015-09-04
[downloader/external] add _argless_option for option without arguments
remitamine
2015-09-04
[downloader/external] add _bool_option to pass value to bool option
remitamine
2015-09-03
[downloader/external] Respect --no-check-certificate for curl and aria2c and ...
remitamine
2015-08-31
[hls] Properly encode fragment filename
Sergey M․
2015-08-31
[f4m] Add missing imports
Sergey M․
2015-08-31
Merge pull request #5588 from aajanki/encode_frag_filenames
Sergey M.
2015-08-13
[downloader/hls] Add _debug_cmd
Sergey M․
2015-08-13
[downloader/fragment] Respect --retries for fragment based downloaders (Close...
Sergey M․
2015-08-11
[downloader/external] Use generic _option
Sergey M․
2015-08-11
[downloader/external] Forward --proxy to wget and aria2c
Sergey M․
2015-08-08
[downloader/external] Respect --no-check-certificate for wget
Sergey M․
2015-08-08
adding support for axel download manager
vijayanand nandam
2015-08-03
[downloader/http] Clarify rationale for Content-Range check (#6426)
Sergey M․
2015-08-03
[downloader/http] Report unable to resume
Sergey M․
2015-08-03
[downloader/http] Simplify
Sergey M․
2015-08-03
[utils] import re
remitamine
2015-08-03
[utils] restart download if server does not support byte ranges
remitamine
2015-07-29
[hls] Implement hlsnative fd in terms of fragment fd
Sergey M․
2015-07-29
[f4m] Implement f4m fd in terms of fragment fd
Sergey M․
2015-07-29
[fragment] Generalize fragmented media file downloader
Sergey M․
2015-07-23
[downloader/dash] Improve 'combine_url' (fixes #6341)
Jaime Marquínez Ferrándiz
2015-07-20
Merge remote-tracking branch 'yan12125/download-dash-segments' (#5886)
Jaime Marquínez Ferrándiz
2015-06-28
[downloader/external] Fix externals downloaders specified with extension on W...
Sergey M․
2015-06-25
[downloader/external] Add downloader for httpie (closes #6079)
Jaime Marquínez Ferrándiz
[next]