- data = {'ax': 1, 'ts': time.time()}
- data_encoded = compat_urllib_parse.urlencode(data)
- complete_url = url + "?" + data_encoded
- request = compat_urllib_request.Request(complete_url)
- response, urlh = self._download_webpage_handle(
- request, track_id, 'Downloading webpage with the url')
- cookie = urlh.headers.get('Set-Cookie', '')