Open OsamaM0 opened 3 weeks ago
Describe the bug I use proxies it works for 2 request only and git blocked direct and ask for paid subscription
this is my error
raise URLError(err) urllib.error.URLError: <urlopen error Tunnel connection failed: 402 Payment Required>
code that was used that resulted in the bug
from pytubefix import YouTube # and this how i use proxies yt = YouTube(url, proxies=proxy_dict, on_progress_callback=on_progress)
Describe the bug I use proxies it works for 2 request only and git blocked direct and ask for paid subscription
this is my error
code that was used that resulted in the bug