diff options
| author | 2015-08-19 08:44:08 +0200 | |
|---|---|---|
| committer | 2015-08-19 08:44:08 +0200 | |
| commit | 6f474a36eabda3a018aea0baf7f37dda6ddc44ae (patch) | |
| tree | 1dede87c55e6d14d5505b9dccf184d3db9ad886c /module/plugins | |
| parent | Update SexuriaCom.py (diff) | |
| download | pyload-6f474a36eabda3a018aea0baf7f37dda6ddc44ae.tar.xz | |
Update SexuriaCom.py
Minor whitespace changes
Diffstat (limited to 'module/plugins')
| -rw-r--r-- | module/plugins/crypter/SexuriaCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/SexuriaCom.py b/module/plugins/crypter/SexuriaCom.py index a7448cd4c..9ec4b4117 100644 --- a/module/plugins/crypter/SexuriaCom.py +++ b/module/plugins/crypter/SexuriaCom.py @@ -10,7 +10,7 @@ class SexuriaCom(Crypter): __status__ = "testing" __pattern__ = r'http://(?:www\.)?sexuria\.com/(v1/)?(Pornos_Kostenlos_.+?_(\d+)\.html|dl_links_\d+_\d+\.html|id=\d+\&part=\d+\&link=\d+)' - __config__ = [("use_subfolder", "bool", "Save package to subfolder" , True), + __config__ = [("use_subfolder" , "bool", "Save package to subfolder" , True), ("subfolder_per_package", "bool", "Create a subfolder for each package", True)] __description__ = """Sexuria.com decrypter plugin""" |
