2014-12-01, 23:22
(2014-12-01, 22:57)JasonPell Wrote: Here is another version that works.
https://github.com/pellcorp/plugin.video.netflixbmc
Although I don't use anything but multi profile and my list TV and movies
There is least one thing what have to fix in this version to get login work when settings.xml doesn't exists.
In "def login" change
Code:
match = re.compile('"LOCALE":"(.+?)"', re.DOTALL).findall(content)
Code:
match = re.compile('"locale":"(.+?)"', re.DOTALL).findall(content)
there are two lines of that and both of them have to change or you get script error when you tried to use NetfliXBMC for first time ever.