youtube-to-html5-loader icon indicating copy to clipboard operation
youtube-to-html5-loader copied to clipboard

Status Code: 410

Open macCesar opened this issue 2 years ago • 6 comments

Did YT change something AGAIN??

https://yt2html5.com/?id=ScMzIvxBSi4

The site always returns this no matter the video ID:

{ "success": false, "data": { "statusCode": 410 } }

Thanks!!

macCesar avatar May 26 '22 22:05 macCesar

I confirm that today the response is still stucked to 410. Data were fetching well on July 2nd. Thanks.

korell avatar Jul 03 '22 08:07 korell

@thelevicole this issue keeps on occurring. Please let us know how the create the intermediate server, so that dependency and load on your server can be removed. It will be a huge help. Thanks !

zaffer8 avatar Jul 10 '22 11:07 zaffer8

@thelevicole this issue keeps on occurring. Please let us know how the create the intermediate server, so that dependency and load on your server can be removed. It will be a huge help. Thanks !

AMANUELAB avatar Jul 12 '22 11:07 AMANUELAB

The man-in-the-middle API (yt2html5.com) is being blocked by YouTube due to the large number of requests. I've just released a new update v5.0.0 (!BREAKING CHANGES!) which allows for custom servers. I have also released the server source found here: https://github.com/thelevicole/youtube-to-html5-server

Please get testing and let me know how you get on.

In the future I'll be looking into rotating IP addresses for the yt2html5.com server to mitigate blocking by YouTube

thelevicole avatar Jul 21 '22 16:07 thelevicole

@thelevicole Thanks a ton for sharing the server code with us. I will report here if I find any new issues. Currently, I am able to run it successfully on localhost, using [email protected]

zaffer8 avatar Jul 21 '22 17:07 zaffer8

@thelevicole what are the breaking changes you mention? I cannot find any list on how we need to update the syntax. 😅

mesqueeb avatar Nov 04 '22 09:11 mesqueeb