FuboTV
{
"pkg":"tv.fubo.mobile",
"className":"",
"data":{
"uri":"https://www.fubo.tv/welcome/program/MV016611890000?irmp=1206980&irad=599309"
},
"flag":268435456,
"action":"android.intent.action.VIEW",
"extra":[]
}
//ATTENTION!! URI
/*
* Content followed by the MOVIE name.
*/
https://www.fubo.tv/welcome/program/MV016611890000?irmp=1206980&irad=599309
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://www.fubo.tv/welcome/program/MV016611890000?irmp=1206980&irad=599309" tv.fubo.mobile
Last updated
Was this helpful?