SkyTG24 plugin raise an error

Hello, is my first post here and I would like to fix a plugin that doesn’t work.

I tried to use the plugin SkyTG24 but python raise the AttributeError exception because the xmb.PLAYER_CORE_MPLAYER is not available.

The code of the plugin is pretty simple and is in github: https://github.com/NeverWise/plugin.vide…default.py

The line:

Code:
xbmc.Player(xbmc.PLAYER_CORE_MPLAYER).play('rtmp://cp49989.live.edgefcs.net:1935/live/streamRM1@2564 live=true', li)

should be changed with a compatible line. I can do that, but where I can find the docs to update the plugin to the newest kodi version?

Thank you