Skip to content

Commit

Permalink
[youku] Update ccode(closes #17852, closes #28447, closes #28460) (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanEmelyanov authored Apr 4, 2021
1 parent 654b4f4 commit aee6feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/youku.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def _real_extract(self, url):
# request basic data
basic_data_params = {
'vid': video_id,
'ccode': '0590',
'ccode': '0532',
'client_ip': '192.168.1.1',
'utid': cna,
'client_ts': time.time() / 1000,
Expand Down

0 comments on commit aee6feb

Please sign in to comment.