diff options
| author | 2014-12-16 02:06:02 +0100 | |
|---|---|---|
| committer | 2014-12-16 02:06:02 +0100 | |
| commit | 5cb925f5d23ca05c8e9bd5df75a68b0b4c2dc408 (patch) | |
| tree | df3c439a3dd03be0cad2a501e8ed7088283d3c63 /module/plugins/hoster/ZippyshareCom.py | |
| parent | Merge pull request #958 from sebdelsol/patch-2 (diff) | |
| download | pyload-5cb925f5d23ca05c8e9bd5df75a68b0b4c2dc408.tar.xz | |
Update plugins
Diffstat (limited to 'module/plugins/hoster/ZippyshareCom.py')
| -rw-r--r-- | module/plugins/hoster/ZippyshareCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ZippyshareCom.py b/module/plugins/hoster/ZippyshareCom.py index 69be6833c..67b384c5f 100644 --- a/module/plugins/hoster/ZippyshareCom.py +++ b/module/plugins/hoster/ZippyshareCom.py @@ -10,7 +10,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class ZippyshareCom(SimpleHoster): __name__ = "ZippyshareCom" __type__ = "hoster" - __version__ = "0.62" + __version__ = "0.63" __pattern__ = r'(?P<HOST>http://www\d{0,2}\.zippyshare\.com)/v(?:/|iew\.jsp.*key=)(?P<KEY>\d+)' |
