diff options
Diffstat (limited to 'pyload/plugins/hoster/StreamCz.py')
-rw-r--r-- | pyload/plugins/hoster/StreamCz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/StreamCz.py b/pyload/plugins/hoster/StreamCz.py index b25943218..79d9740ef 100644 --- a/pyload/plugins/hoster/StreamCz.py +++ b/pyload/plugins/hoster/StreamCz.py @@ -40,7 +40,7 @@ class StreamCz(Hoster): __type__ = "hoster" __pattern__ = r"http://www.stream.cz/[^/]+/\d+.*" __version__ = "0.1" - __description__ = """stream.cz""" + __description__ = """Stream.cz hoster plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" |