summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-06-05 17:56:14 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-06-05 17:56:14 +0200
commit27fba586161a16c930d7bfba98c6f5f1b3b4ef2e (patch)
tree48561f32d8d0c4f2d6b3d03dd47f5f96960db1eb /module/plugins/hoster
parentUpdate FileSharkPl.py (diff)
downloadpyload-27fba586161a16c930d7bfba98c6f5f1b3b4ef2e.tar.xz
Update SizedriveCom.py
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/SizedriveCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/SizedriveCom.py b/module/plugins/hoster/SizedriveCom.py
index 3b9748fb6..4c5aedb6d 100644
--- a/module/plugins/hoster/SizedriveCom.py
+++ b/module/plugins/hoster/SizedriveCom.py
@@ -8,7 +8,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
class SizedriveCom(SimpleHoster):
__name__ = "SizedriveCom"
__type__ = "hoster"
- __version__ = "0.01"
+ __version__ = "0.02"
__pattern__ = r'http://(?:www\.)?sizedrive\.com/[rd]/(?P<ID>\w+)'