예제 #1
0
 def get_logo(self, url):
     downloader = HttpDownload()
     e = downloader.run(url, directory=CACHE_PATH, fn="logo")
     return e
예제 #2
0
 def get_background(self, url):
     downloader = HttpDownload()
     e = downloader.run(url, directory=CACHE_PATH, fn="wallpaper")
     return e