I have a website where I used videos hosted in blogger as iframe, the code looks like this:
<iframe width = "100%" frameborder = "0" src = "https://www.blogger.com/video-play.mp4?=contentID=e6dac2f91a67e518" height = "400"> </ iframe>
And it worked very well for years, but currently it displays an error message: Bad Request Error 400.
But now the blogger is requiring a token to watch the videos hosted on the blogger and the link now looks like this:
I would like to know how I can do in PHP to get the ID of the video e6dac2f91a67e518 and generate the link with the token, or generate the video using JWplayer.
There is a website that is doing this, but I have no idea how to get started:
来源:https://stackoverflow.com/questions/53440048/how-to-use-blogger-video-as-iframe-error-400