Compare commits

..

No commits in common. "59f9418645f6a12695bd6886bfc204adef1eb726" and "c101ac70f8daed894a18b8e38f9c85beeb0d17ec" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -288,8 +288,6 @@ While all the other dependencies are optional, `ffmpeg` and `ffprobe` are highly
* [**brotli**](https://github.com/google/brotli)\* or [**brotlicffi**](https://github.com/python-hyper/brotlicffi) - [Brotli](https://en.wikipedia.org/wiki/Brotli) content encoding support. Both licensed under MIT <sup>[1](https://github.com/google/brotli/blob/master/LICENSE) [2](https://github.com/python-hyper/brotlicffi/blob/master/LICENSE) </sup>
* [**websockets**](https://github.com/aaugustin/websockets)\* - For downloading over websocket. Licensed under [BSD-3-Clause](https://github.com/aaugustin/websockets/blob/main/LICENSE)
* [**requests**](https://github.com/psf/requests)\* - HTTP library. For HTTPS proxy and persistent connections support. Licensed under [Apache-2.0](https://github.com/psf/requests/blob/main/LICENSE)
* [**curl_cffi**](https://github.com/yifeikong/curl_cffi)\* - Python binding for [curl-impersonate](https://github.com/lwthiker/curl-impersonate). Provides impersonation support for chrome, edge and safari. Licensed under [MIT](https://github.com/yifeikong/curl_cffi/blob/main/LICENSE)
### Metadata

View File

@ -1,3 +1,5 @@
from __future__ import annotations
import collections
import random
import urllib.parse