My 5

{
  "pkg":"com.channel5.my5",
  "className":"",
  "data":{
    "uri":"https://www.channel5.com/show/the-blacklist/season-1/the-blacklist-8783f548-bd5b-44c9-9910-487a0b01a99c"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * movies, seasons followed by the video name.
  */
    
 MOVIE  -  https://www.channel5.com/show/ricky-zoom
  SEASON  -  https://www.channel5.com/show/the-blacklist/season-1/the-blacklist-8783f548-bd5b-44c9-9910-487a0b01a99c
//adb test command
//SEASON

adb shell am start -W -a android.intent.action.VIEW -d "https://www.channel5.com/show/the-blacklist/season-1/the-blacklist-8783f548-bd5b-44c9-9910-487a0b01a99c" com.channel5.my5

Last updated

Was this helpful?