diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-30 21:16:41 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-30 21:16:41 +0200 |
commit | 670d3bffb19c3e1cc4be06a81165e055edeb1692 (patch) | |
tree | 6d858a37c20582a576a189adc57ded87211bf82e /module/plugins/crypter/FurLy.py | |
parent | Merge pull request #1438 from lazlev/patch-1 (diff) | |
download | pyload-670d3bffb19c3e1cc4be06a81165e055edeb1692.tar.xz |
[MegaCoNz] Update __pattern__
Diffstat (limited to 'module/plugins/crypter/FurLy.py')
-rw-r--r-- | module/plugins/crypter/FurLy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/FurLy.py b/module/plugins/crypter/FurLy.py index dd907829b..b8e9332e2 100644 --- a/module/plugins/crypter/FurLy.py +++ b/module/plugins/crypter/FurLy.py @@ -12,7 +12,7 @@ class FurLy(SimpleCrypter): __description__ = """Fur.ly decrypter plugin""" __license__ = "GPLv3" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com" )] + __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] URL_REPLACEMENTS = [(r'fur\.ly/', r'fur\.ly/bar/')] |