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/PastebinCom.py | |
parent | [SimpleCrypter] Use getFileInfo (diff) | |
download | pyload-ae15749449563f5adaabd250ea62460c18af6498.tar.xz |
Update crypters
Diffstat (limited to 'module/plugins/crypter/PastebinCom.py')
-rw-r--r-- | module/plugins/crypter/PastebinCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/PastebinCom.py b/module/plugins/crypter/PastebinCom.py index e0dfa4fd8..1dae39bb8 100644 --- a/module/plugins/crypter/PastebinCom.py +++ b/module/plugins/crypter/PastebinCom.py @@ -18,4 +18,4 @@ class PastebinCom(SimpleCrypter): LINK_PATTERN = r'<div class="de\d+">(https?://[^ <]+)(?:[^<]*)</div>' - NAME_PATTERN = r'<div class="paste_box_line1" title="([^"]+)">' + NAME_PATTERN = r'<div class="paste_box_line1" title="(?P<N>[^"]+)">' |