Пример #1
0
 def __init__(self, parent, location):
     ImageSource.__init__(self)
     DefaultDownloader.__init__(self, source=self, config=location)
     self.set_variety(parent)
     self.parse_location()
Пример #2
0
 def __init__(self):
     ImageSource.__init__(self)
     DefaultDownloader.__init__(self, source=self)
     self.queue = []
Пример #3
0
 def __init__(self, parent, url):
     ImageSource.__init__(self)
     DefaultDownloader.__init__(self, source=self, config=url)
     self.set_variety(parent)
Пример #4
0
 def __init__(self):
     ImageSource.__init__(self)
     DefaultDownloader.__init__(self, source=self)
     IPlugin.activate(self)
     self.queue = []