3DSBricker / dut-iptv

Github repo containing Kodi addons for CanalDigitaal IPTV, F1 TV, KPN/Telfort/XS4All iTV, NLZiet, Telenet, T-Mobile TV, Videoland and Ziggo Go
https://quasarkodearring.github.io/
3 stars 2 forks source link

KPN addon not working anymore due to url change #6

Closed 3dw1n closed 9 months ago

3dw1n commented 10 months ago

The url has changed from api.tv.kpn.com to api.tv.prod.itvavs.prod.aws.kpn.com.

I got it working again by modifying the 8th line in /storage/.kodi/addons/plugin.video.kpn/resources/lib/constants.py to: 'api': 'https://api.tv.prod.itvavs.prod.aws.kpn.com/101/1.2.0/A/nld/pctv/kpn',

Maybe you can include this so other ppl can use their KPN Addon again also, thx!

UPDATE: looks like api.prd.tv.kpn.com is the main url

host api.prd.tv.kpn.com
api.prd.tv.kpn.com is an alias for api.tv.prod.itvavs.prod.aws.kpn.com
Nigel1992 commented 10 months ago

Merge [fix] commit requested at https://github.com/3DSBricker/dut-iptv/pull/7 Thanks for the info @3dw1n

3DSBricker commented 9 months ago

Thanks! It's merged!