def downloadtitle(url,title): logger.info("tvalacarta.core.downloadtools downloadtitle: title="+title+" url="+url ) fullpath = getfilefromtitle(url,title) return downloadfile(url,fullpath)