From 05d7dff00349ea339bb295c0ca8daf1bc0512297 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 28 Dec 2019 12:17:14 +0100 Subject: [PATCH] Fix Animeworld --- channels/animeworld.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/channels/animeworld.py b/channels/animeworld.py index 3b50b070..4fb56587 100644 --- a/channels/animeworld.py +++ b/channels/animeworld.py @@ -8,6 +8,8 @@ from core import support, jsontools host = support.config.get_channel_url() headers = [['Referer', host]] +__channel__ = 'animeworld' + list_servers = ['animeworld', 'verystream', 'streamango', 'openload', 'directo'] list_quality = ['default', '480p', '720p', '1080p']