mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[youku] Update ccode (closes #14872)
This commit is contained in:
parent
f5ac68d88f
commit
0981585bef
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ def _real_extract(self, url):
|
|||
# request basic data
|
||||
basic_data_params = {
|
||||
'vid': video_id,
|
||||
'ccode': '0502',
|
||||
'ccode': '0501',
|
||||
'client_ip': '192.168.1.1',
|
||||
'utid': cna,
|
||||
'client_ts': time.time() / 1000,
|
||||
|
|
Loading…
Reference in a new issue