mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-07 01:13:57 +00:00
[ie/youtube] Fix typos in README
This commit is contained in:
parent
4e22fb6192
commit
010e74410a
@ -59,8 +59,8 @@ class MyPoTokenProviderPTP(PoTokenProvider): # Provider name must end with "PTP
|
||||
)
|
||||
|
||||
# Possible values: http, https, socks4, socks4a, socks5, socks5h
|
||||
# If your provider makes requests outside PoTokenProvider._urllib, you should set this to any proxy schemes supported.
|
||||
# If you use PoTokenProvider._urllib to make requests, set to None.
|
||||
# If your provider makes requests outside PoTokenProvider._urlopen, you should set this to any proxy schemes supported.
|
||||
# If you use PoTokenProvider._urlopen to make requests, set to None.
|
||||
_SUPPORTED_PROXY_SCHEMES = ('http',)
|
||||
|
||||
def is_available(self) -> bool:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user