amitchandelatpstar
amitchandelatpstar
> > add html5=1 in your link. Sample: > > https://www.youtube.com/get_video_info?video_id=Ls-blYpVgwE&html5=1&eurl=https%3A%2F%2Fyoutube.googleapis.com%2Fv%2FLs-blYpVgwE > > Thank you sir. This works like a charm! i'm using in kotlin @SuppressLint("StaticFieldLeak") private fun extractYoutubeUrl(tempVideo: Video?)...
> > add html5=1 in your link. Sample: > > https://www.youtube.com/get_video_info?video_id=Ls-blYpVgwE&html5=1&eurl=https%3A%2F%2Fyoutube.googleapis.com%2Fv%2FLs-blYpVgwE > > This gets it working 100%. Thank you!!!!!! could you help me i'm using in kotlin i pass...
thanks On Fri, May 21, 2021 at 2:59 PM shailendra-rajpoot ***@***.***> wrote: > this URl : https://youtu.be/4xlUWLG9goc&html5=1 > you can not pass like this on kotlin. > this is my...