GoogleCodeArchives / voinage-xbmc-plugins

Automatically exported from code.google.com/p/voinage-xbmc-plugins
0 stars 0 forks source link

plugin.video.gooddrama: Plugin Isn't able to open newly added epsiodes (Solved) #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce the problem just open 
e.g. TV Drama / Country Specific / Korean Drama / I hear your voice / Episode 15

This will lead to a plugin exception as the python code raises an exception.

A small investigation of the gooddrama html code and the default.py code showed 
that gooddrama sometime also provides mp4 streams and not only flash streams 
(Esp. for the videobug used in the above given example)

As it is easy to fix I attached the modified default.py

Changes in Line 124 and 144:

playlist.append((re.compile('_(.+?).[(flv)|(mp4)]').findall(vid)[0],vid))

Original issue reported on code.google.com by Angus4...@gmail.com on 25 Jul 2013 at 6:28

Attachments: