diff options
| author | 2014-10-11 15:12:40 +0200 | |
|---|---|---|
| committer | 2014-10-11 15:15:48 +0200 | |
| commit | 8939f015a688a07ec7d0bd14b6a3704f6a2cb4a0 (patch) | |
| tree | 8328ac967a7302e82c8bfb59c75c43cd029cdd76 /module/plugins/internal/CaptchaService.py | |
| parent | Pattern update 2 (diff) | |
| download | pyload-8939f015a688a07ec7d0bd14b6a3704f6a2cb4a0.tar.xz | |
Pattern update 3
Diffstat (limited to 'module/plugins/internal/CaptchaService.py')
| -rw-r--r-- | module/plugins/internal/CaptchaService.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/CaptchaService.py b/module/plugins/internal/CaptchaService.py index 9d8fd85f2..db4ed41a4 100644 --- a/module/plugins/internal/CaptchaService.py +++ b/module/plugins/internal/CaptchaService.py @@ -59,8 +59,8 @@ class ReCaptcha(CaptchaService): __authors__ = [("pyLoad Team", "admin@pyload.org")] - KEY_PATTERN = r"https?://(?:www\.)?google\.com/recaptcha/api/challenge\?k=(?P<KEY>\w+)" - KEY_AJAX_PATTERN = r"Recaptcha\.create\s*\(\s*[\"'](?P<KEY>\w+)" + KEY_PATTERN = r'https?://(?:www\.)?google\.com/recaptcha/api/challenge\?k=(?P<KEY>\w+)' + KEY_AJAX_PATTERN = r'Recaptcha\.create\s*\(\s*["\'](?P<KEY>\w+)' def detect_key(self, html=None): |
