summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter
diff options
context:
space:
mode:
authorGravatar Jochen Oberreiter <joberreiter@users.noreply.github.com> 2015-08-14 08:25:39 +0200
committerGravatar Jochen Oberreiter <joberreiter@users.noreply.github.com> 2015-08-14 08:25:39 +0200
commitf705acb7621a6a4c9f8f11bf6a30d54b26de6918 (patch)
treeea54d51c993312199e8ee41d1df2c929ae7020a1 /module/plugins/crypter
parentCheck if search has returned a result (diff)
downloadpyload-f705acb7621a6a4c9f8f11bf6a30d54b26de6918.tar.xz
Update ShareLinksBiz.py
Bump version
Diffstat (limited to 'module/plugins/crypter')
-rw-r--r--module/plugins/crypter/ShareLinksBiz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/ShareLinksBiz.py b/module/plugins/crypter/ShareLinksBiz.py
index da91cc065..df6068908 100644
--- a/module/plugins/crypter/ShareLinksBiz.py
+++ b/module/plugins/crypter/ShareLinksBiz.py
@@ -10,7 +10,7 @@ from module.plugins.internal.Crypter import Crypter
class ShareLinksBiz(Crypter):
__name__ = "ShareLinksBiz"
__type__ = "crypter"
- __version__ = "1.16"
+ __version__ = "1.17"
__status__ = "testing"
__pattern__ = r'http://(?:www\.)?(share-links|s2l)\.biz/(?P<ID>_?\w+)'