xbmc/Kore

Play on Kodi stopped working for SVT Play

Closed this issue · 0 comments

A while ago, SVT changed their link IDs from numbers to text, eg.
https://www.svtplay.se/video/eDmaWYx/en-vildare-varld/1-de-stora-grasatarna.

This regex is outdated, so it's falling back to plugin.video.sendtokodi. It could be enough to change d+ to w+, but I don't know yet as I haven't been able to see if the svtplay add-on accepts the rest of the URL as-is or if it needs only the text code.

"^(?:https?://)?(?:www\\.)?svtplay\\.se/video/(\\d+/.*)",