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
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
2015-06-10
[downloader/dash] Add testing facility
Yen Chi Hsuan
2015-06-10
[downloader/dash] Do not pollute ```self```
Yen Chi Hsuan
2015-06-04
[downloader/dash] Rename the protocol
Yen Chi Hsuan
2015-06-04
[downloader/dash] Reorder imports
Yen Chi Hsuan
2015-06-04
[YoutubeDL] Change how DashSegmentsFD is selected
Yen Chi Hsuan
2015-06-03
[YoutubeDL] Support DASH manifest downloading
Yen Chi Hsuan
2015-05-08
[downloader/rtmp] Fix a typo
Yen Chi Hsuan
2015-05-03
[downloader/f4m] Fragment filenames must be sanitized
Antti Ajanki
2015-05-02
Remove code that was only used by the Grooveshark extractor
Jaime Marquínez Ferrándiz
2015-04-26
[downloader/external] Use encodeArgument
Sergey M․
2015-04-26
[downloader/rtmp] Fix arguments encoding and simplify retry logic (Closes #5528)
Sergey M․
2015-04-26
[downloader/common] Use decodeArgument
Sergey M․
2015-04-26
[mplayer] Rename to RTSP
Sergey M․
2015-04-26
[mplayer] Simplify
Sergey M․
2015-04-26
[mplayer] Clarify error message
Sergey M․
2015-04-24
Added support for mpv if mplayer is not available
mrkrossxdx
2015-04-21
[Senate] Add new extractor (#5302)
Yen Chi Hsuan
2015-03-28
Default to continuedl=True
Philipp Hagemeister
2015-03-27
Don't use bare 'except:'
Jaime Marquínez Ferrándiz
2015-03-08
[downloader/f4m] Fix use of base64 in python 3.2 (fixes #5132)
Jaime Marquínez Ferrándiz
2015-03-04
[downloader/http] Add missing fields for _hook_progress call
Jaime Marquínez Ferrándiz
[next]