diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-06-05 17:56:14 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-06-05 17:56:14 +0200 |
commit | 27fba586161a16c930d7bfba98c6f5f1b3b4ef2e (patch) | |
tree | 48561f32d8d0c4f2d6b3d03dd47f5f96960db1eb /module/plugins/hoster | |
parent | Update FileSharkPl.py (diff) | |
download | pyload-27fba586161a16c930d7bfba98c6f5f1b3b4ef2e.tar.xz |
Update SizedriveCom.py
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/SizedriveCom.py | 2 |
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+)' |