summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/CzshareComFolder.py
diff options
context:
space:
mode:
authorGravatar BlackSmith <git@blackserver.cz> 2014-04-18 15:48:34 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-21 17:23:08 +0200
commit29c90ce58445c1b4c7837da492340925451deeac (patch)
treebbb7fa343267c0e850e00a2416eddbfad429f98b /pyload/plugins/crypter/CzshareComFolder.py
parentFix some container __pattern__ (diff)
downloadpyload-29c90ce58445c1b4c7837da492340925451deeac.tar.xz
Czshare renamed to Sdilej
Merges #584 (cherry picked from commit dc66f2c638c3c87e699d2a8344f53f9bbe8b36c8)
Diffstat (limited to 'pyload/plugins/crypter/CzshareComFolder.py')
-rw-r--r--pyload/plugins/crypter/CzshareComFolder.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyload/plugins/crypter/CzshareComFolder.py b/pyload/plugins/crypter/CzshareComFolder.py
index 37b83f4c3..d1ba8335c 100644
--- a/pyload/plugins/crypter/CzshareComFolder.py
+++ b/pyload/plugins/crypter/CzshareComFolder.py
@@ -7,9 +7,9 @@ from module.plugins.Crypter import Crypter
class CzshareComFolder(Crypter):
__name__ = "CzshareComFolder"
__type__ = "crypter"
- __pattern__ = r'http://(?:www\.)?czshare\.(com|cz)/folders/.*'
- __version__ = "0.1"
- __description__ = """Czshare.com folder decrypter plugin"""
+ __pattern__ = r'http://(?:www\.)?(czshare|sdilej)\.(com|cz)/folders/.*'
+ __version__ = "0.2"
+ __description__ = """Czshare.com folder decrypter plugin, now Sdilej.cz"""
__author_name__ = "zoidberg"
__author_mail__ = "zoidberg@mujmail.cz"