szymex / xbmc-finnish-tv

XBMC Video Plugins for playing Finnish television content containers.
GNU General Public License v3.0
31 stars 38 forks source link

YLE Areena stopped working #82

Closed KajWiik closed 9 years ago

KajWiik commented 9 years ago

Apparently after changes in YLE areena webpage, the plugin stopped working giving 'Script failed!' error when trying to access the videos.

tigert commented 9 years ago

http://forum.kodi.tv/showthread.php?tid=144457

TL;DR: The old areena is still accessible as areena-v3.yle.fi, so you can change yleareena.py and lib/yle-dl.py and replace areena with areena-v3. Here's one way to do it quickly:

perl -pi -e "s/areena.yle.fi/areena-v3.yle.fi/g" yleareena.py lib/yle-dl.py

(the files are in ~/.kodi/addons/plugin.video.yleareena )

KajWiik commented 9 years ago

Worked, many thanks!

szymex commented 9 years ago

Can you make a pull request with your changes?