JuanBindez / pytubefix

Python3 library for downloading YouTube Videos.
https://pytubefix.readthedocs.io
MIT License
722 stars 100 forks source link

Youtube blocked my request using poroxy only git blocked after 2 or 3 requests #301

Open OsamaM0 opened 3 weeks ago

OsamaM0 commented 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)