Ziggo Go

ZiggoGo

{
  "pkg":"com.ziggo.tv",
  "className":"",
  "data":{
    "uri":"https://www.ziggogo.tv/nl/vod/2/details/vod/crid:~~2F~~2Fog.libertyglobal.com~~2FGN~~2FEP046690630001/empty"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the SEASON name.
  */
    
Content - https://www.ziggogo.tv/nl/vod/2/details/vod/crid:~~2F~~2Fog.libertyglobal.com~~2FGN~~2FEP046690630001/empty
//adb test command
//Content

adb shell am start -W -a android.intent.action.VIEW -d "https://www.ziggogo.tv/nl/vod/2/details/vod/crid:~~2F~~2Fog.libertyglobal.com~~2FGN~~2FEP046690630001/empty" com.ziggo.tv

Last updated

Was this helpful?