Hacker News new | ask | show | jobs
by names_are_hard 257 days ago
Unfortunately it's not available to me on YouTube:

Video unavailable The uploader has not made this video available in your country

:-(

2 comments

If you're willing to invest ten minutes and a tenth of a cent, you can spin up a virtual server in an American server farm and set up a SOCKS proxy with `ssh -D 8080 -nNT <user>@<host>`. Then in the Network Settings dialogue (at the bottom of General Settings), Firefox will let you proxy your traffic through it.
You can download with yt-dlp over tor by starting the tor browser bundle and then calling yt-dlp like this:

yt-dlp --proxy socks5://127.0.0.1:9150 https://www.youtube.com/watch?v=pCh5WrNgydw

Heads up for anyone who assumes (like I did) that that is the URL for the John Oliver video, it is not. OP should have used $URL for his example.