From 270c1ee85edcd1e9e10511833b422d93dfca192a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 16 Feb 2015 22:38:45 +0100 Subject: Revert fcead1870013b6a970eca7878a66dbe783c80ea3 --- pyload/plugin/Extractor.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pyload/plugin/Extractor.py') diff --git a/pyload/plugin/Extractor.py b/pyload/plugin/Extractor.py index 27573f860..2582e4ad2 100644 --- a/pyload/plugin/Extractor.py +++ b/pyload/plugin/Extractor.py @@ -19,12 +19,12 @@ class PasswordError(Exception): class Extractor(Base): - __name__ = "Extractor" - __version__ = "0.20" + __name = "Extractor" + __version = "0.20" - __description__ = """Base extractor plugin""" - __license__ = "GPLv3" - __authors__ = [("RaNaN", "ranan@pyload.org"), + __description = """Base extractor plugin""" + __license = "GPLv3" + __authors = [("RaNaN", "ranan@pyload.org"), ("Walter Purcaro", "vuolter@gmail.com"), ("Immenz", "immenz@gmx.net")] -- cgit v1.2.3