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
2019-05-11
Fix W504 and disable W503 (closes #20863)
Sergey M․
2019-04-02
[download/external] pass rtmp_conn to ffmpeg
Remita Amine
2019-03-11
Start moving to ytdl-org
Sergey M․
2019-02-23
[downloader/external] Add support for rate limit and retries for wget
Sergey M․
2019-02-23
[downloader/external] Fix infinite retries for curl (closes #19303)
Sergey M․
2019-01-13
[downloader/hls] fix uplynk ad skipping(closes #18824)
Remita Amine
2018-07-08
[downloader/dash] Improve error handling (#16927)
Sergey M․
2018-06-15
[downloader/rtmp] Fix downloading in verbose mode (closes #16736)
Sergey M․
2018-06-12
[downloader/http] Fix resume when writing ot stdout (closes #16699)
Sergey M․
2018-05-26
[downloader/rtmp] Generalize download messages and report time elapsed on finish
Sergey M․
2018-05-26
[downloader/rtmp] Gracefully handle live streams interrupted by user
Sergey M․
2018-05-19
Remove experimental mark for some options
Sergey M․
2018-04-29
[downloader/fragment] Restart download if .ytdl file is corrupt (closes #16312)
Sergey M․
2018-03-24
[downloader/external] Simplify finished progress hook reporting and add elaps...
Sergey M․
2018-03-24
[downloader/common] Improve progress reporting when no total bytes available
Sergey M․
2018-03-24
[downloader/external] Fix download finalization when writing file to stdout (...
John Hawkinson
2018-03-24
[downloader/fragment] Fix download finalization when writing file to stdout (...
Sergey M․
2018-03-03
[downloader/hls] Skip uplynk ad fragments (closes #15748)
Sergey M․
2018-02-17
[downloader/common] Add whitespace
Sergey M․
2018-02-04
[downloader/http] Randomize HTTP chunk size
Sergey M․
2018-02-04
[downloader/http] Add ability to pass downloader options via info dict
Sergey M․
2018-02-04
[downloader/http] Fix 302 infinite loops by not reusing requests
Sergey M․
2018-02-04
Document http_chunk_size
Sergey M․
2018-02-03
Introduce --http-chunk-size
Sergey M․
2018-01-28
Add support for IronPython
Sergey M․
2018-01-28
[downloader/ism] Fix Python 3.2 support
Sergey M․
2018-01-23
Switch codebase to use compat_b64decode
Sergey M․
2017-12-31
[downloader/hls] Use HTTP headers for key request
Sergey M․
2017-12-18
[downloader/fragment] Encode filename of fragment being removed (closes #15020)
Sergey M․
2017-12-13
[downloader/http] Return actual download result (closes #14971)
Sergey M․
2017-12-02
[downloader/fragment] Commit part file after each fragment
Sergey M․
2017-11-04
[f4m] Prefer baseURL for relative URLs (closes #14660)
Sergey M․
2017-10-17
[downloader/fragment] Report warning instead of error on inconsistent downloa...
Sergey M․
2017-10-15
[downloader/hls] Fix total fragments count when ad fragments exist
Sergey M․
2017-10-15
[downloader/hls] Ignore anvato ad fragments (closes #14496)
Sergey M․
2017-10-15
[downloader/fragment] Output ad fragment count
Sergey M․
2017-09-14
[downloader/fragment] Restart inconsistent incomplete fragment downloads (#13...
Sergey M․
2017-08-27
[http] Rework HTTP downloader
Sergey M․
2017-08-05
Use relative paths for DASH fragments (closes #12990)
Sergey M․
2017-07-29
[downloader/hls] Use redirect URL as manifest base (#13755)
Sergey M․
2017-07-14
Fix bugs caused by typos
Robin Neatherway
2017-06-17
[downloader/common] Use utils.shell_quote for debug command line
Sergey M․
2017-05-22
[downloader/external] Pass -loglevel to ffmpeg downloader (closes #13183)
Sergey M․
2017-04-30
[downloader/fragment] PEP 8
Sergey M․
2017-04-29
[downloader/external] Properly handle live stream downloading cancellation (c...
Sergey M․
2017-04-28
[downloader/fragment] Remove assert for resume_len when no fragments downloaded
Sergey M․
2017-04-25
[downloader/fragment] Clarify current_fragment's index and mark as experimental
Sergey M․
2017-04-24
[downloader/fragment] Improve .ytdl format and start documenting
Sergey M․
2017-04-24
[downloader/fragment] Don't process ytdl file when it's not needed yet
Sergey M․
2017-04-24
Introduce --keep-fragments
Sergey M․
[next]