From ef7198b9c8157deaeda3c8736b1561609acbc323 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 13 Apr 2020 22:49:31 +0200 Subject: [PATCH] small fix --- channels/hd4me.py | 4 ++-- core/support.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/channels/hd4me.py b/channels/hd4me.py index 9c379484..f098941d 100644 --- a/channels/hd4me.py +++ b/channels/hd4me.py @@ -9,7 +9,7 @@ from core import httptools, support host = support.config.get_channel_url() headers = [['Referer', host]] -list_servers = ['mixdrop','vidoza','cloudvideo','vup','supervideo','gounlimited'] +list_servers = ['mega'] list_quality = ['default'] @support.menu @@ -43,7 +43,7 @@ def search(item, text): except: import sys for line in sys.exc_info(): - logger.error("search except: %s" % line) + support.logger.error("search except: %s" % line) return [] diff --git a/core/support.py b/core/support.py index e148480c..04f4f969 100755 --- a/core/support.py +++ b/core/support.py @@ -1006,7 +1006,7 @@ def videolibrary(itemlist, item, typography='', function_level=1, function=''): action=action, extra=extra, path=item.path, - thumbnail=get_thumb('videolibrary_%s.png') % contentType + thumbnail=get_thumb('add_to_videolibrary.png') )) return itemlist