LaryLoose / laryloose.xbmc-addons

Picture and Video add-ons for XBMC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heise_video regex wrong

chb80 opened this issue · comments

Hi there,
plugin.video.heise_video has a small issue with function playVideo's JW player extraction regex:
currently it is: id="videoplayerjw-"
but supposed to be: id="videoplayerjw-[0-9]+"

thanks,
chb80