From c59aa4057608cd47084c66e41f363b5f981f2816 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 8 Oct 2015 12:24:34 +0200 Subject: Fixpack (5) --- module/plugins/hoster/StreamCz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/StreamCz.py') diff --git a/module/plugins/hoster/StreamCz.py b/module/plugins/hoster/StreamCz.py index a5578fd96..632a2933e 100644 --- a/module/plugins/hoster/StreamCz.py +++ b/module/plugins/hoster/StreamCz.py @@ -10,13 +10,13 @@ def get_info(urls): result = [] for url in urls: - html = get_url(url) if re.search(StreamCz.OFFLINE_PATTERN, html): #: File offline result.append((url, 0, 1, url)) else: result.append((url, 0, 2, url)) + yield result -- cgit v1.2.3