ITV Hub

{
  "pkg":"air.ITVMobilePlayer",
  "className":"",
  "data":{
    "uri":"https://www.itv.com/hub/family-guy/2a4259a0385"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * movies, seasons followed by the video name.
  */
    
  MOVIE  -  https://www.itv.com/hub/drive/10a2298a0001
  SEASON  -  https://www.itv.com/hub/family-guy/2a4259a0385
//adb test command
//SEASON

adb shell am start -W -a android.intent.action.VIEW -d "https://www.itv.com/hub/family-guy/2a4259a0385" air.ITVMobilePlayer

Last updated

Was this helpful?