summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FilestubeCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/FilestubeCom.py')
-rw-r--r--module/plugins/crypter/FilestubeCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/FilestubeCom.py b/module/plugins/crypter/FilestubeCom.py
index ecd6b9fc7..29de108e5 100644
--- a/module/plugins/crypter/FilestubeCom.py
+++ b/module/plugins/crypter/FilestubeCom.py
@@ -18,4 +18,4 @@ class FilestubeCom(SimpleCrypter):
LINK_PATTERN = r'<a class=\"file-link-main(?: noref)?\" [^>]* href=\"(http://[^\"]+)'
- NAME_PATTERN = r'<h1\s*> (.+) download\s*</h1>'
+ NAME_PATTERN = r'<h1\s*> (?P<N>.+) download\s*</h1>'