summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/Hoster.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-09-29 20:24:02 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-09-29 20:24:02 +0200
commit083814b8a30c8eb3763707712d2d2e38e1d57ca5 (patch)
tree2e201c012725cf20c2bed0c24a6fb7529cc2e64c /pyload/plugins/Hoster.py
parentbasics for web setup (diff)
downloadpyload-083814b8a30c8eb3763707712d2d2e38e1d57ca5.tar.xz
small bug fixes
Diffstat (limited to 'pyload/plugins/Hoster.py')
-rw-r--r--pyload/plugins/Hoster.py20
1 files changed, 2 insertions, 18 deletions
diff --git a/pyload/plugins/Hoster.py b/pyload/plugins/Hoster.py
index 4d96c5730..c95b00009 100644
--- a/pyload/plugins/Hoster.py
+++ b/pyload/plugins/Hoster.py
@@ -1,22 +1,5 @@
# -*- coding: utf-8 -*-
-"""
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License,
- or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
-
- @author: RaNaN, spoob, mkaay
-"""
-
import os
from time import time
@@ -65,7 +48,8 @@ class Hoster(Base):
pass
def __init__(self, pyfile):
- Base.__init__(self, pyfile.m.core, pyfile.owner)
+ # TODO: pyfile.owner, but it's not correct yet
+ Base.__init__(self, pyfile.m.core)
self.wantReconnect = False
#: enables simultaneous processing of multiple downloads