diff options
author | 2015-06-08 06:08:01 +0200 | |
---|---|---|
committer | 2015-06-08 06:08:01 +0200 | |
commit | 0e1ef9bc01579328e17e79416fa3c1c7b77adcc8 (patch) | |
tree | 7254ea66d7efee78ececda3ab3eeeb6548b22bca /module/plugins/hoster/StreamCz.py | |
parent | Move base plugins to internal folder (diff) | |
download | pyload-0e1ef9bc01579328e17e79416fa3c1c7b77adcc8.tar.xz |
Update everything
Diffstat (limited to 'module/plugins/hoster/StreamCz.py')
-rw-r--r-- | module/plugins/hoster/StreamCz.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/StreamCz.py b/module/plugins/hoster/StreamCz.py index 97bed8109..dc32f22a1 100644 --- a/module/plugins/hoster/StreamCz.py +++ b/module/plugins/hoster/StreamCz.py @@ -3,7 +3,7 @@ import re from module.network.RequestFactory import getURL -from module.plugins.Hoster import Hoster +from module.plugins.internal.Hoster import Hoster def getInfo(urls): @@ -23,7 +23,7 @@ def getInfo(urls): class StreamCz(Hoster): __name__ = "StreamCz" __type__ = "hoster" - __version__ = "0.20" + __version__ = "0.21" __pattern__ = r'https?://(?:www\.)?stream\.cz/[^/]+/\d+' |