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-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
2016-03-13
[downloader/rtsp] Add rtsp and mms downloader
remitamine
2016-03-13
[downloader/external] add can_download mathod for checking downloader availib...
remitamine
2016-03-13
[downloader/external] wrap available_opt in a list
remitamine
2016-03-13
[downloader/external] skip FFmpegFD when requesting multiple formats
remitamine
2016-03-13
[ffmpeg] convert format ext to ffmpeg output formats codes
remitamine
2016-03-06
[downloader/fragment] Make speed more smooth
Sergey M․
2016-03-03
[jython] Introduce compat_os_name
Yen Chi Hsuan
2016-02-20
[downloader/external:ffmpegfd] check for None value of start_time
remitamine
2016-02-20
[downloader/external] check for external downloaders availability
remitamine
2016-02-19
[downloader/external] Add FFmpegFD(fixes #622)
remitamine
2016-02-14
[refactor] Single quotes consistency
Sergey M․
2016-02-14
[refactor] Do not specify redundant None as second argument in dict.get()
Sergey M․
2016-02-14
[downloader/dash] PEP 8
Sergey M․
2016-02-09
[downloader/dash] Implement dashsegments fd in terms of fragment fd
remitamine
2016-02-06
[downloader/hls] Do not send 'q' to ffmpeg on Windows (Closes #8300)
Sergey M․
2016-02-02
[downloader/dash] make initialization_url optional
remitamine
2016-01-30
[downloader/f4m] Do not update fragment list while test
Sergey M․
2016-01-30
[downloader/fragment] Remove superfluous whitespace
Sergey M․
2016-01-30
[downloader/f4m] Add live stream flag to context
Sergey M․
2016-01-30
[downloader/fragment] Do not report total bytes estimation and eta for live s...
Sergey M․
2016-01-30
[downloader/f4m] Prefer bootstrap url attribute over inline bootstrap info
Sergey M․
2016-01-30
Add --hls-use-mpegts option
Jaime Marquínez Ferrándiz
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
[next]