From 38e99b7f813536cd9cbfaa2a761ce439f9f2116f Mon Sep 17 00:00:00 2001 From: mkaay Date: Wed, 18 Aug 2010 11:28:20 +0200 Subject: HotfileCom refactoring + premium support + prefetching, ShareonlineBiz prefetching fix --- module/plugins/hoster/ShareonlineBiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/ShareonlineBiz.py') diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py index 42a2bc560..50a9654ce 100644 --- a/module/plugins/hoster/ShareonlineBiz.py +++ b/module/plugins/hoster/ShareonlineBiz.py @@ -35,7 +35,7 @@ def getInfo(urls): else: status = 3 - result.append((fields[2], int(fields[3]), status, chunk[i])) + result.append((fields[2], int(fields[3]), status, chunk[i])) yield result class ShareonlineBiz(Hoster): -- cgit v1.2.3