[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
ok, add this regex match to the match list that starts around line 265 in default.py and you should get "All Shows" back again"

Code:
if not match: match = re.compile('<a href="/watch/([0-9]+)', re.DOTALL).findall(content)

remember python indent rules! If you get a netflixbmx error, you've got the indenting wrong. use spaces only to indent and make sure the above statement lines up exactly with the other if statements

note this is also a partial fix for the "Latest" menu selection: However, while "Latest" does show results again, the results contain duplicates. I'll need to tune the regex a bit more for that.

However, itmt, I have a headache....
Reply


Messages In This Thread
Who's Watching is empty? - by RiverBend - 2015-01-08, 18:55
Full-screen mode - by oakertood - 2015-03-29, 01:08
25% - by Mattlock - 2015-07-06, 03:56
RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - by Sleuth255 - 2015-09-05, 18:54
Additional/Original Browser Option? - by durv - 2015-09-07, 05:07
[RELEASE] NetfliXBMC - EMPTY LISTS - by Nibar - 2015-12-08, 03:38
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 217