mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[youku] Fix extraction; update ccode (closes #14815)
This commit is contained in:
parent
a9efdf3d4a
commit
8f63941104
@ -1,3 +1,9 @@
|
||||
version <unreleased>
|
||||
|
||||
Extractors
|
||||
* [youku] Fix extraction; update ccode (#14815)
|
||||
|
||||
|
||||
version 2017.11.15
|
||||
|
||||
Core
|
||||
|
@ -154,7 +154,7 @@ def _real_extract(self, url):
|
||||
# request basic data
|
||||
basic_data_params = {
|
||||
'vid': video_id,
|
||||
'ccode': '0402' if 'tudou.com' in url else '0401',
|
||||
'ccode': '0502',
|
||||
'client_ip': '192.168.1.1',
|
||||
'utid': cna,
|
||||
'client_ts': time.time() / 1000,
|
||||
|
Loading…
Reference in New Issue
Block a user