diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-03 12:16:40 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-03 12:16:40 +0100 |
commit | ae15749449563f5adaabd250ea62460c18af6498 (patch) | |
tree | ec81abb66abc34bc71c9d957f2914eaa03e7bc6c /module/plugins/crypter/FilestubeCom.py | |
parent | [SimpleCrypter] Use getFileInfo (diff) | |
download | pyload-ae15749449563f5adaabd250ea62460c18af6498.tar.xz |
Update crypters
Diffstat (limited to 'module/plugins/crypter/FilestubeCom.py')
-rw-r--r-- | module/plugins/crypter/FilestubeCom.py | 2 |
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>' |