[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
(2014-12-01, 23:22)-Dis Wrote:
(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)
to
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.

Perhaps if our versions are mostly in sync you could fork my repo and apply anything I am missing. At least then we have working original code.

We could then look at the corona code to use request separately
Reply


Messages In This Thread
Search empty? - by cgrey - 2014-01-11, 06:13
Not working on windows 7 - by dandiodati - 2014-02-26, 21:55
Problems with this addon - by builderjer - 2014-11-30, 19:55
RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - by JasonPell - 2014-12-01, 23:48
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)7