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