diff options
author | 2016-06-25 12:00:45 +0200 | |
---|---|---|
committer | 2016-06-25 12:00:45 +0200 | |
commit | 5ed67f4028aa79ed9034bddf407ca01cda677ee5 (patch) | |
tree | b04962aa54423a3480c74756eadc1f45609b5831 /module/plugins/crypter/ShareLinksBiz.py | |
parent | Merge pull request #2523 from OzzieIsaacs/patch-2 (diff) | |
download | pyload-5ed67f4028aa79ed9034bddf407ca01cda677ee5.tar.xz |
Version up
Diffstat (limited to 'module/plugins/crypter/ShareLinksBiz.py')
-rw-r--r-- | module/plugins/crypter/ShareLinksBiz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/ShareLinksBiz.py b/module/plugins/crypter/ShareLinksBiz.py index 24ae15388..88aa9516d 100644 --- a/module/plugins/crypter/ShareLinksBiz.py +++ b/module/plugins/crypter/ShareLinksBiz.py @@ -11,7 +11,7 @@ from module.plugins.internal.Crypter import Crypter class ShareLinksBiz(Crypter): __name__ = "ShareLinksBiz" __type__ = "crypter" - __version__ = "1.26" + __version__ = "1.27" __status__ = "testing" __pattern__ = r'http://(?:www\.)?(share-links|s2l)\.biz/(?P<ID>_?\w+)' |