[ie/youtube] Fix typos in README

This commit is contained in:
coletdjnz 2025-04-12 08:59:37 +12:00
parent 4e22fb6192
commit 010e74410a
No known key found for this signature in database
GPG Key ID: 91984263BB39894A

View File

@ -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: