From d27113cef108461e2363cc4c88c4a1d01222c9e9 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:15:32 +0200 Subject: Fix __config__ Merges vuolter/pyload@83ff313 --- module/plugins/hoster/ZDF.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster/ZDF.py') diff --git a/module/plugins/hoster/ZDF.py b/module/plugins/hoster/ZDF.py index e45717186..18aa80a00 100644 --- a/module/plugins/hoster/ZDF.py +++ b/module/plugins/hoster/ZDF.py @@ -12,7 +12,9 @@ class ZDF(Hoster): __name__ = "ZDF Mediathek" __version__ = "0.8" __pattern__ = r"http://www\.zdf\.de/ZDFmediathek/[^0-9]*([0-9]+)[^0-9]*" - __config__ = [] + __description__ = """ZDF.de hoster plugin""" + __author_name__ = "" + __author_mail__ = "" @staticmethod def video_key(video): -- cgit v1.2.3