From: Sebastian Golasch Date: Thu, 9 Mar 2017 10:01:06 +0000 (+0100) Subject: chore(perf): Switch from the browse enpoint to the profiles/manage endpoint when... X-Git-Url: http://git.code-monkey.de/?p=plugin.video.netflix.git;a=commitdiff_plain;h=ed87c5c11a91aedcff4ea843380747f5c7f4df1b chore(perf): Switch from the browse enpoint to the profiles/manage endpoint when grepping inline JS, as this is twice as fast --- diff --git a/resources/lib/NetflixSession.py b/resources/lib/NetflixSession.py index 6755c66..df57382 100644 --- a/resources/lib/NetflixSession.py +++ b/resources/lib/NetflixSession.py @@ -24,10 +24,10 @@ class NetflixSession: urls = { 'login': '/login', - 'browse': '/browse', + 'browse': '/profiles/manage', 'video_list_ids': '/preflight', 'shakti': '/pathEvaluator', - 'profiles': '/browse', + 'profiles': '/profiles/manage', 'switch_profiles': '/profiles/switch', 'adult_pin': '/pin/service', 'metadata': '/metadata',