I am injecting javascript in android webview to get the videos url when i open youtube.com then youtube return me two urls one is video url which is opened in browser and second is blob url like :
blob:https://m.youtube.com/22feb068-4df1-4689-898e-a4e9215fe7a6
i want to get the redirected url from the youtube which is playable on chromecast. i used same javascript in iOS its working fine and webview return playable url but in android its return Blob url. is there any way to convert blob url to redirected url.