From ea59908712d59b3ed5fc6908f2d8711928701a8f Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 20 Apr 2022 19:21:35 +0200 Subject: [PATCH] Fix Aniplay --- channels/aniplay.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/channels/aniplay.py b/channels/aniplay.py index 5bd8a6e3..ce9c79bb 100644 --- a/channels/aniplay.py +++ b/channels/aniplay.py @@ -289,8 +289,9 @@ def findvideos(item): if json.get('episodes', []): json = httptools.downloadpage('{}/api/episode/{}'.format(host, json['episodes'][0]['id'])).json + # logger.debug(json) - videourl = json['episodeVideo'] + videourl = json['videoUrl'] itemlist = [item.clone(title=config.get_localized_string(30137), url=videourl,