diff options
| author | 2010-08-18 11:28:20 +0200 | |
|---|---|---|
| committer | 2010-08-18 11:28:20 +0200 | |
| commit | 38e99b7f813536cd9cbfaa2a761ce439f9f2116f (patch) | |
| tree | c9a0aefe17370659d138f4c0dd4c84d73c909ae5 /module/plugins/hoster/ShareonlineBiz.py | |
| parent | fixed SerienjunkiesOrg error on bad formated season pages (diff) | |
| download | pyload-38e99b7f813536cd9cbfaa2a761ce439f9f2116f.tar.xz | |
HotfileCom refactoring + premium support + prefetching, ShareonlineBiz prefetching fix
Diffstat (limited to 'module/plugins/hoster/ShareonlineBiz.py')
| -rw-r--r-- | module/plugins/hoster/ShareonlineBiz.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
