Ejemplo n.º 1
0
 def __init__(self, parent, location):
     ImageSource.__init__(self)
     DefaultDownloader.__init__(self, source=self, config=location)
     self.set_variety(parent)
     self.parse_location()
Ejemplo n.º 2
0
 def __init__(self):
     ImageSource.__init__(self)
     DefaultDownloader.__init__(self, source=self)
     self.queue = []
Ejemplo n.º 3
0
 def __init__(self, parent, url):
     ImageSource.__init__(self)
     DefaultDownloader.__init__(self, source=self, config=url)
     self.set_variety(parent)
Ejemplo n.º 4
0
 def __init__(self):
     ImageSource.__init__(self)
     DefaultDownloader.__init__(self, source=self)
     IPlugin.activate(self)
     self.queue = []