diff options
| author | 2014-07-05 20:46:08 +0200 | |
|---|---|---|
| committer | 2014-07-05 20:46:08 +0200 | |
| commit | 0ba3f71ba9bf5c500245ca40ac2eceb6a31da52b (patch) | |
| tree | 29652dfe5f260dfa8d1f4a396f2f5b3f920c27cc | |
| parent | [YoutubeBatch] Little pattern fixup (diff) | |
| download | pyload-0ba3f71ba9bf5c500245ca40ac2eceb6a31da52b.tar.xz | |
[SimpleCrypter] Added missed PAGES_PATTERN example
| -rw-r--r-- | module/plugins/internal/SimpleCrypter.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py index 2c024d738..5cf3b55eb 100644 --- a/module/plugins/internal/SimpleCrypter.py +++ b/module/plugins/internal/SimpleCrypter.py @@ -54,7 +54,7 @@ class SimpleCrypter(Crypter):      If the links are disposed on multiple pages you need to define a pattern:        PAGES_PATTERN: The group defined by 'pages' must be the total number of pages -        example: PAGES_PATTERN = r'' +        example: PAGES_PATTERN = r'Pages: (?P<pages>\d+)'      and a function: | 
