summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/internal/AbstractExtractor.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/internal/AbstractExtractor.py')
-rw-r--r--pyload/plugins/internal/AbstractExtractor.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/internal/AbstractExtractor.py b/pyload/plugins/internal/AbstractExtractor.py
index 39bc46b1e..5a372fd71 100644
--- a/pyload/plugins/internal/AbstractExtractor.py
+++ b/pyload/plugins/internal/AbstractExtractor.py
@@ -17,8 +17,7 @@ class AbtractExtractor:
__version__ = "0.1"
__description__ = """Abtract extractor plugin"""
- __author_name__ = "pyLoad Team"
- __author_mail__ = "admin@pyload.org"
+ __authors__ = [("pyLoad Team", "admin@pyload.org")]
@staticmethod