aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_socks.py
Commit message (Collapse)AuthorAgeFilesLines
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-1/+1
| | | | | | | | | * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
* [skip travis] renamingUnknown2020-09-021-1/+1
| | | to avoid using same folder when using pip install for example
* [test/test_socks] Skip SOCKS testsYen Chi Hsuan2016-05-141-0/+11
| | | | | They occasional trigger errors or blocks (https://travis-ci.org/rg3/youtube-dl/jobs/130184883)
* [test/test_socks] Use a different port rangeYen Chi Hsuan2016-05-101-1/+1
| | | | Seems on Travis CI, ports in the original range are often used.
* [test/test_socks] Test with local SOCKS serversYen Chi Hsuan2016-05-101-3/+39
|
* [test/test_socks] Add tests for SOCKS proxiesYen Chi Hsuan2016-05-101-0/+71