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
/
test
/
test_http.py
Age
Commit message (
Expand
)
Author
2023-07-29
[utils] Rework URL path munging for ., .. components
dirkf
2023-07-29
[utils] Rework decoding of `Content-Encoding`s
dirkf
2023-07-25
[utils] Fix update_Request() with empty data (not None)
dirkf
2023-07-25
[build] Fix various Jython CI and test issues
dirkf
2023-07-18
[test] Fixes for old Pythons
dirkf
2023-07-18
[core] Remove `Cookie` header on redirect to prevent leaks
dirkf
2023-07-18
[core] Update redirect handling from yt-dlp
dirkf
2023-02-13
[feat]: Add support to external downloader aria2p (#31500)
teddy171
2018-11-03
[extractor/common] Ensure response handle is not prematurely closed before it...
Xiao Di Guan
2018-02-03
[test_http] Use 127.0.0.1 instead of localhost
Sergey M․
2016-11-17
Update coding style after pycodestyle 2.1.0
Yen Chi Hsuan
2016-10-12
[test/test_http] Update tests
Yen Chi Hsuan
2016-07-03
[test/test_http] Update tests for 38cce791c71e9da33854e56114233d60345e18c0
Yen Chi Hsuan
2016-06-02
[test/test_http] Fix getsockname() on Jython
Yen Chi Hsuan
2016-06-02
[test/test_utils] Add test for #9588
Yen Chi Hsuan
2016-03-23
[utils] Encode hostnames before passing to urllib
Yen Chi Hsuan
2016-03-03
[test/http] Fix failure in Jython
Yen Chi Hsuan
2015-03-20
[test/http] Add test for proxy support
Jaime Marquínez Ferrándiz
2015-01-30
[test_http] PEP8
Philipp Hagemeister
2015-01-30
Add a test for --no-check-certificate
Philipp Hagemeister