diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-11 15:03:26 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-11 15:03:26 +0200 |
commit | e600362d2450ef13567b255004861bead011e0ef (patch) | |
tree | 40cb29e99e16fd2f7dd00fcb683b53c3245e7dcb /module/plugins/crypter | |
parent | New crypter SexuriaCom (diff) | |
download | pyload-e600362d2450ef13567b255004861bead011e0ef.tar.xz |
[FileshareInUa] Mark dead
Diffstat (limited to 'module/plugins/crypter')
-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 ad99b60ec..c7939e332 100644 --- a/module/plugins/crypter/SexuriaCom.py +++ b/module/plugins/crypter/SexuriaCom.py @@ -12,7 +12,7 @@ class SexuriaCom(Crypter): __pattern__ = r'http://(?:www\.)?sexuria\.com/(v1/)?(Pornos_Kostenlos_.+?_(\d+)\.html|dl_links_\d+_\d+\.html|id=\d+\&part=\d+\&link=\d+)' - __description__ = """Sexuria.com Crypter Plugin""" + __description__ = """Sexuria.com decrypter plugin""" __license__ = "GPLv3" __authors__ = [("NETHead", "NETHead.AT.gmx.DOT.net")] |