ARTE

{
  "pkg":"tv.arte.plus7",
  "className":"",
  "data":{
    "uri":"https://www.arte.tv/de/videos/078721-000-A/jodorowsky-s-dune"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://www.arte.tv/de/videos/078721-000-A/jodorowsky-s-dune/
//adb test command
//Contentadb shell am start -W -a android.intent.action.VIEW -d "https://www.arte.tv/de/videos/078721-000-A/jodorowsky-s-dune/" tv.arte.plus7

Last updated

Was this helpful?