mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-06 23:46:02 +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
|
# 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 your provider makes requests outside PoTokenProvider._urlopen, you should set this to any proxy schemes supported.
|
||||||
# If you use PoTokenProvider._urllib to make requests, set to None.
|
# If you use PoTokenProvider._urlopen to make requests, set to None.
|
||||||
_SUPPORTED_PROXY_SCHEMES = ('http',)
|
_SUPPORTED_PROXY_SCHEMES = ('http',)
|
||||||
|
|
||||||
def is_available(self) -> bool:
|
def is_available(self) -> bool:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user