diff options
| author | 2014-10-17 20:53:31 +0200 | |
|---|---|---|
| committer | 2014-10-17 20:53:31 +0200 | |
| commit | fac6b2007a93101f8441810118f3c8d10a3db13a (patch) | |
| tree | 81bba6fe19fad1b7af49eccdac809dbbccc8a452 /module | |
| parent | New decrypter XFileSharingProFolder (diff) | |
| download | pyload-fac6b2007a93101f8441810118f3c8d10a3db13a.tar.xz | |
[SimpleCrypter] Fix missing LINK_PATTERN
Diffstat (limited to 'module')
| -rw-r--r-- | module/plugins/internal/SimpleCrypter.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py index 8139d661d..73329ed65 100644 --- a/module/plugins/internal/SimpleCrypter.py +++ b/module/plugins/internal/SimpleCrypter.py @@ -51,6 +51,8 @@ class SimpleCrypter(Crypter):            return the html of the page number page_n      """ +    LINK_PATTERN = None +      TITLE_REPLACEMENTS = [("&#?\w+;", fixup)]      URL_REPLACEMENTS = [] | 
