Hallo,
ich hoffe ich mache das gerade richtig.
Das PlugIN finde ich einfach spitze. Nur an einer Stelle hakt es leider:
es kann die Serie "Unforgettable" nicht abspielen. Siehe Auszug aus dem
Log.
Danke.
12:29:25 T:4548 NOTICE: MyVideo.de scraper: __get_url opening url: http://www.myvideo.de/watch/8783295/
12:29:25 T:4548 NOTICE: MyVideo.de scraper: __get_url got 112784 bytes
12:29:25 T:4548 NOTICE: MyVideo.de scraper: __get_url opening url: http://www.myvideo.de/dynamic/get_pl…t=4&autorun=yes
12:29:25 T:4548 NOTICE: MyVideo.de scraper: __get_url got 40370 bytes
12:29:25 T:4548 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: too many values to unpack
Traceback (most recent call last):
File "O:\Users\diub\AppData\Roaming\XBMC\addons\plugin.video.myvideo_de\addon.py", line 203, in <module>
plugin.run()
File "O:\Users\diub\AppData\Roaming\XBMC\addons\script.module.xbmcswift\lib\xbmcswift\plugin.py", line 330, in run
self.dispatch(self.path)
File "O:\Users\diub\AppData\Roaming\XBMC\addons\script.module.xbmcswift\lib\xbmcswift\plugin.py", line 129, in dispatch
return view_func(**items)
File "O:\Users\diub\AppData\Roaming\XBMC\addons\plugin.video.myvideo_de\addon.py", line 193, in watch_video
video_url = scraper.get_video(video_id)
File "O:\Users\diub\AppData\Roaming\XBMC\addons\plugin.video.myvideo_de\resources\lib\scraper.py", line 169, in get_video
ppath, prefix = unquote(playpath).split('.')
ValueError: too many values to unpack
-->End of Python script error report<--