From dd020e457359343b8beb9e605a32c1e7792cd8bb Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 8 Oct 2015 13:24:03 +0200 Subject: Fix https://github.com/pyload/pyload/issues/1978 --- module/plugins/internal/Base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/plugins/internal/Base.py b/module/plugins/internal/Base.py index 64d00b48a..d4d4094b9 100644 --- a/module/plugins/internal/Base.py +++ b/module/plugins/internal/Base.py @@ -46,7 +46,7 @@ def check_abort(fn): class Base(Plugin): __name__ = "Base" __type__ = "base" - __version__ = "0.06" + __version__ = "0.07" __status__ = "testing" __pattern__ = r'^unmatchable$' @@ -57,7 +57,7 @@ class Base(Plugin): __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - URL_REPLACEMENTS = None + URL_REPLACEMENTS = [] def __init__(self, pyfile): -- cgit v1.2.3