Benjamin Loison
Benjamin Loison
Maybe could use free servers (VPS/websites) to host several instances of this API? Could also ask friends (I think about 3 of them) who have servers to know if they...
I can't host a public instance on my own IP otherwise if it's temporarily suspended by YouTube servers, I can't anymore easily develop the API. However I could host an...
Could force one request at a time in order to avoid to get banned by YouTube.
If anyone has his own instance suspended while he uses it only with a single-threaded program waiting YouTube answers, please report it to me.
For some features could make quota free alternative relying on web-scraping, [as request on Discord](https://discord.com/channels/933841502155706418/933841503103627316/1044724181981462649).
Could request a [quota extension](https://support.google.com/youtube/contact/yt_api_form) ([documentation context](https://developers.google.com/youtube/v3/getting-started#quota), it would be interesting to see if the process ends up one day). I proceeded to quota increase request on 21/11/22 just to...
I modified the test which runs every 10 minutes from `videos?part=contentDetails` (as there was only 2 errors since 09/08/22) to `videos?part=mostReplayed`. I'm going to be notified each time the latter...
In fact I think I am mistaken since the beginning, as it seems that there is a captcha to remove the unusual activity detection. ```sh curl 'https://www.youtube.com/watch?v=VIDEO_ID' ``` returns: ```html...
I am currently unable to have the error (even with the VPS IP) while when copying the Firefox private window request to the VPS shell it has the error... Reusing...
I am now trying to trigger the unusual activity detection for the VPS by using the following Python algorithm adapted from the previous one directly fetching YouTube UI: ```py import...