index
:
slackcoder/yt-dlp
master
A feature-rich command-line audio/video downloader
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-15
[networking] Add module (#2861)
pukkandan
2023-07-06
[core] Prevent `Cookie` leaks on HTTP redirect
coletdjnz
2023-05-27
[core] Support decoding multiple content encodings (#7142)
coletdjnz
2023-05-27
[core] Improve HTTP redirect handling (#7094)
coletdjnz
2022-08-02
[extractor/html5] Separate into own extractor (#4307)
pukkandan
2022-06-25
[cleanup] Consistent style for file heads
pukkandan
2022-06-25
[compat] Remove more functions
pukkandan
2022-05-17
[cleanup] Misc cleanup
pukkandan
2022-05-09
[cleanup] Minor fixes (See desc)
pukkandan
2022-05-02
Add support for SSL client certificate authentication (#3435)
coletdev
2022-04-18
[test] Convert warnings into errors
pukkandan
2022-04-12
[cleanup] Sort imports
pukkandan
2022-04-12
[cleanup] Upgrade syntax
pukkandan
2022-04-12
[cleanup] Remove unused code paths (#2173)
felix
2021-06-06
[cleanup] Point all shebang to `python3` (#372)
felix
2021-02-25
Completely change project name to yt-dlp (#85)
Pccode66
2020-09-02
[skip travis] renaming
Unknown
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