user234683 / youtube-local

browser-based client for watching Youtube anonymously and with greater page performance
GNU Affero General Public License v3.0
501 stars 62 forks source link

Tor exit nodes being blocked more aggressively #121

Closed user234683 closed 7 months ago

user234683 commented 2 years ago

This is the source of the now-fixed max redirect errors. YouTube is redirecting to the google.com/sorry page. It takes a large number of circuit changes before getting an exit node that works. However, some types of requests seem unaffected, such as the requests for comments, and if I recall correctly, android user-agent requests for the player.

Worth looking into whether spoofing the android client for everything can get around this. I don't have time to work on it much so any results/insights/pull requests are welcome

ByJumperX4 commented 2 years ago

We could also implement lokinet as an alternative to tor to anonymize traffic

ohnonot commented 2 years ago

Worth looking into whether spoofing the android client for everything can get around this.

yt-dlp have been doing this for a while now, succesfully.

user234683 commented 7 months ago

As of 1/20/2024, Tor routing appears to work without this problem. Usage of the android client might have fixed this.