From 2f37557f9752d78377e673b557bbb35a8c9b7ebe Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 15 Dec 2022 12:14:47 +0100 Subject: [PATCH] Fix Videoteca Aniplay --- channels/aniplay.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/channels/aniplay.py b/channels/aniplay.py index 8371097d..83eb9ccd 100644 --- a/channels/aniplay.py +++ b/channels/aniplay.py @@ -195,7 +195,8 @@ def peliculas(item): def episodios(item): logger.debug() itemlist = [] - + if not item.video_url: + item.video_url = item.url.replace('/anime/', '/api/anime/') # url = '{}/api/anime/{}'.format(host, item.id) json = httptools.downloadpage(item.video_url, CF=False ).json