MY CANAL
{
"pkg":"com.canal.android.canal",
"className":"",
"data":{
"uri":"https://www.mycanal.fr/cinema/shang-chi-et-la-legende-des-dix-anneaux/h/16861836_50001"
},
"flag":268435456,
"action":"android.intent.action.VIEW",
"extra":[]
}
//ATTENTION!! URI
/*
* movies, seasons followed by the video name.
*/
MOVIE - https://www.mycanal.fr/cinema/shang-chi-et-la-legende-des-dix-anneaux/h/16861836_50001
SEASON - https://www.canalplus.com/series/westworld-saison-1-episode-2/h/7405397_50047
//adb test command
//SEASON
adb shell am start -W -a android.intent.action.VIEW -d "https://www.canalplus.com/series/westworld-saison-1-episode-2/h/7405397_50047" com.canal.android.canal
Last updated
Was this helpful?