summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/StreamCz.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-04-11 12:16:14 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-11 12:16:14 +0200
commit12485652a14c55e102e5d073f4bf9518f5cf5f85 (patch)
treef299ee7b7b8cecfa6b0e229b17d39b3eb892af1d /module/plugins/hoster/StreamCz.py
parentFix __config__ (diff)
downloadpyload-12485652a14c55e102e5d073f4bf9518f5cf5f85.tar.xz
Fix EOF
Merges vuolter/pyload@00052b2
Diffstat (limited to 'module/plugins/hoster/StreamCz.py')
-rw-r--r--module/plugins/hoster/StreamCz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/StreamCz.py b/module/plugins/hoster/StreamCz.py
index 79d9740ef..93627823e 100644
--- a/module/plugins/hoster/StreamCz.py
+++ b/module/plugins/hoster/StreamCz.py
@@ -78,4 +78,4 @@ class StreamCz(Hoster):
download_url = "http://cdn-dispatcher.stream.cz/?id=" + cdnid
self.logInfo("STREAM (%s): %s" % (cdnkey[-2:], download_url))
- self.download(download_url)
+ self.download(download_url)