summaryrefslogtreecommitdiff
path: root/plugin.video.wakanim/resources/lib/netapi.py
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2017-12-27 12:28:31 +0100
committerGitHub <noreply@github.com>2017-12-27 12:28:31 +0100
commit9d88f12d74edf3da003e54f8be33c06720c281f5 (patch)
tree426d87e75c40a633353354e9a367a341874fb943 /plugin.video.wakanim/resources/lib/netapi.py
parenta1fcc37ab405abee0aa4ef231317c4eb0b292618 (diff)
parent20cd11c2002a2e4e9634d38111838ff58af2994e (diff)
Merge pull request #1571 from MrKrabat/plugin.video.wakanim
[plugin.video.wakanim] 0.5.2
Diffstat (limited to 'plugin.video.wakanim/resources/lib/netapi.py')
-rw-r--r--plugin.video.wakanim/resources/lib/netapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.video.wakanim/resources/lib/netapi.py b/plugin.video.wakanim/resources/lib/netapi.py
index 334279a..1fd5e6f 100644
--- a/plugin.video.wakanim/resources/lib/netapi.py
+++ b/plugin.video.wakanim/resources/lib/netapi.py
@@ -270,7 +270,7 @@ def startplayback(args):
return
# using stream with hls+aes
- if ("Unser Player ist in der Beta-Phase. Klicke hier, um den alten Player zu benutzen" in html) or ("Changer de lecteur" in html) or ("Our player is in beta, click here to go back to the old one" in html):
+ if ("Benutzer wechseln" in html) or ("Changer de lecteur" in html) or ("Change user" in html):
# streaming is only for premium subscription
if (("<span>Kostenlos</span>" in html) or ("<span>Gratuit</span>" in html) or ("<span>Free</span>" in html)) and not ("episode_premium_title" in html):
xbmc.log("[PLUGIN] %s: You need to own this video or be a premium member '%s'" % (args._addonname, args.url), xbmc.LOGERROR)