diff options
Diffstat (limited to 'pyload/plugins/captcha/AdsCaptcha.py')
-rw-r--r-- | pyload/plugins/captcha/AdsCaptcha.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/captcha/AdsCaptcha.py b/pyload/plugins/captcha/AdsCaptcha.py index 277adf3cf..8d4e12e28 100644 --- a/pyload/plugins/captcha/AdsCaptcha.py +++ b/pyload/plugins/captcha/AdsCaptcha.py @@ -12,8 +12,7 @@ class AdsCaptcha(Captcha): __version__ = "0.02" __description__ = """AdsCaptcha captcha service plugin""" - __author_name__ = "pyLoad Team" - __author_mail__ = "admin@pyload.org" + __authors__ = [("pyLoad Team", "admin@pyload.org")] ID_PATTERN = r'http://api\.adscaptcha\.com/Get\.aspx\?[^"\']*CaptchaId=(?P<ID>\d+)' |