Searched refs:path_on_cloud (Results 1 – 1 of 1) sorted by relevance
173 def _download_video(self, path_on_cloud, local_file): argument174 url = '%s%s' % (DOWNLOAD_BASE, path_on_cloud)181 if md5sum not in path_on_cloud: