summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/PromptfileCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/PromptfileCom.py')
-rw-r--r--pyload/plugins/hoster/PromptfileCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/PromptfileCom.py b/pyload/plugins/hoster/PromptfileCom.py
index 4d2ac8ad6..12cb41290 100644
--- a/pyload/plugins/hoster/PromptfileCom.py
+++ b/pyload/plugins/hoster/PromptfileCom.py
@@ -13,8 +13,8 @@ class PromptfileCom(SimpleHoster):
__pattern__ = r'https?://(?:www\.)?promptfile\.com/'
__description__ = """Promptfile.com hoster plugin"""
- __author_name__ = "igel"
- __author_mail__ = "igelkun@myopera.com"
+ __authors__ = [("igel", "igelkun@myopera.com")]
+
FILE_INFO_PATTERN = r'<span style="[^"]*" title="[^"]*">(?P<N>.*?) \((?P<S>[\d.]+) (?P<U>\w+)\)</span>'
OFFLINE_PATTERN = r'<span style="[^"]*" title="File Not Found">File Not Found</span>'