PlutoTv

{
  "pkg":"ctv.pluto.android",
  "className":"",
  "data":{
    "uri":"https://pluto.tv/on-demand/movies/pegando-fogo-2015-1-1?utm_medium=deeplink&utm_source=justwatch"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://pluto.tv/on-demand/movies/pegando-fogo-2015-1-1?utm_medium=deeplink&utm_source=justwatch
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://pluto.tv/on-demand/movies/pegando-fogo-2015-1-1?utm_medium=deeplink&utm_source=justwatch" ctv.pluto.android

Last updated

Was this helpful?