Replies: 2 comments 5 replies
-
Anyone can answer this question please? I know some proxy services block youtube, and you need to pass through some hoops with KYC and stuff, but appart from that, i would love to know what people are using? |
Beta Was this translation helpful? Give feedback.
-
Hi @ne1baf! Since I have been getting a lot of messages about which provider of residential proxies I would recommend, I have tested a lot of different providers throughout the last months to be able to give a well-founded recommendation. While there's certainly different viable options, I have found Webshare's Residential Proxies to work most reliably! Therefore I have added a Webshare integration in version v1.0.0 , to make setting it up as easy as possible: from youtube_transcript_api import YouTubeTranscriptApi
from youtube_transcript_api.proxies import WebshareProxyConfig
ytt_api = YouTubeTranscriptApi(
# username and password can be retrieved from https://dashboard.webshare.io/proxy/settings
proxy_config=WebshareProxyConfig(
proxy_username="<proxy-username>",
proxy_password="<proxy-password>",
)
)
# all requests done by ytt_api will now be proxied through Webshare
ytt_api.fetch(video_id) Using the You can find more information on this in the new Working around IP bans section of the README! |
Beta Was this translation helpful? Give feedback.
-
I'm a brightdata customer but I tried both residential and data center proxies, they both lead to 403. I tried scraperAPI and rotating proxies and after 200 attemps with residentatial proxies, still getting 403... ouch
Anyone has recommendations?
Beta Was this translation helpful? Give feedback.
All reactions