You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, Youtube has been aggressively blocking third party clients like Invidious, meaning that there are now very few public working Invidious instances, and they are not greatly reliable. However, if youtube-tui uses the Youtube API directly rather through invidious, it is much less likely to get blocked, as far fewer requests are coming from a single IP address (range).
Crates like rustypipe for using this API already exist, so you don't have to make the library from scratch.
The text was updated successfully, but these errors were encountered:
Recently, Youtube has been aggressively blocking third party clients like Invidious, meaning that there are now very few public working Invidious instances, and they are not greatly reliable. However, if youtube-tui uses the Youtube API directly rather through invidious, it is much less likely to get blocked, as far fewer requests are coming from a single IP address (range).
Crates like
rustypipe
for using this API already exist, so you don't have to make the library from scratch.The text was updated successfully, but these errors were encountered: