[ie/youku] Fix extractor (#10626)

Closes #10549
Authored by: hugepower
This commit is contained in:
hugepower 2024-08-02 00:40:46 +08:00 committed by GitHub
parent abe10131fc
commit 0088c6de23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,7 +136,7 @@ def _real_extract(self, url):
# request basic data
basic_data_params = {
'vid': video_id,
'ccode': '0524',
'ccode': '0564',
'client_ip': '192.168.1.1',
'utid': cna,
'client_ts': time.time() / 1000,