5

I am using URL getting from Below api for playing youtube video in App https://www.youtube.com/get_video_info?video_id=KVh4KtUSW3A&html5=1

But Now This Api also stopped working Anyone know allternative API for playing youtube video in app

sandeep
  • 125
  • 6
  • Do you have any error details? - if you click that link, you will get the response. It's not clear about what is your problem with this response... read [ask] and [edit] your question. – Marco Aurelio Fernandez Reyes Jun 17 '21 at 15:18
  • 1
    Does this answer your question? [get\_video\_info YouTube endpoint suddenly returning 404 not found](https://stackoverflow.com/questions/67615278/get-video-info-youtube-endpoint-suddenly-returning-404-not-found) – Scott Markwell Jun 18 '21 at 22:15

1 Answers1

4

Use it like:

https://www.youtube.com/get_video_info?video_id={video_id}&html5=1&c=TVHTML5&cver=6.20180913.

stvar
  • 6,551
  • 2
  • 13
  • 28