Exemplo n.º 1
0
 def __init__(self, protocol, host, rootdir):
     DownloadInterface.__init__(self)
     logging.debug('Download')
     self.crl = pycurl.Curl()
     url = protocol + '://' + host
     self.rootdir = rootdir
     self.url = url
     self.headers = {}
Exemplo n.º 2
0
 def __init__(self, protocol, host, rootdir):
     DownloadInterface.__init__(self)
     logging.debug('Download')
     self.crl = pycurl.Curl()
     url = protocol+'://'+host
     self.rootdir = rootdir
     self.url = url
     self.headers = {}
Exemplo n.º 3
0
 def __init__(self, rootdir):
     DownloadInterface.__init__(self)
     logging.debug('Download')
     self.rootdir = rootdir
Exemplo n.º 4
0
 def __init__(self, rootdir):
     DownloadInterface.__init__(self)
     logging.debug('Download')
     self.rootdir = rootdir
Exemplo n.º 5
0
 def __init__(self):
     DownloadInterface.__init__(self)
     self.downloaders = []
     self.files_to_download = []
Exemplo n.º 6
0
 def __init__(self):
     DownloadInterface.__init__(self)
     self.downloaders = []
     self.files_to_download = []