Searched refs:cookie_file_path (Results 1 – 1 of 1) sorted by relevance
114 def load_auth_credentials(cookie_file_path): argument116 with open(cookie_file_path, 'r') as cookie_file:120 def create_url_opener(cookie_file_path, domain): argument125 credentials = load_auth_credentials(cookie_file_path)