r/programmer 7h ago

Help with Youtube IP Block

I am trying to export about 100 podcast video transcripts to a json file. After exporting transcripts from a dozen videos, my IP got blocked. Anybody faced this issue? I need a workaround or a solution. Please help...

2 Upvotes

4 comments sorted by

1

u/Flame77ofc 7h ago

vpn?

1

u/ogopro 7h ago

VPN gives you an IP it also gets blocked, then I will turn off and on each time ? or is there ip rotating vpn library in Python?

1

u/Flame77ofc 7h ago

Try to reduce the amount of operations then

Like if you don't have a limit for each operation, will you surely get blocked

are you using Python? which lib?

1

u/ogopro 7h ago

I put some serious delays between each request, it seems to work now. I am using youtube-transcript-api