t0mm0 / xbmc-urlresolver

experimental xbmc script module to resolve web page urls to media urls
http://forum.xbmc.org/showthread.php?t=105707
25 stars 15 forks source link

Fixed a bug where GetUrl wouldn't return a URL if the cookie file didn't exist #3

Closed pzydog closed 13 years ago

pzydog commented 13 years ago

I couldn't watch any megaupload videos because I don't have an account there. GetUrl is checking if the cookie file exists but if it doesn't exist, the method doesn't return anything. Needs obviously to be tested with a premium account but I don't see any reason why it wouldn't work.

t0mm0 commented 13 years ago

thanks for the patch, i am too tired to look at it tonight (long day at work!) but i'll get to it asap!