mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 18:22:21 +00:00
[sohu]fix 403 forbidden
This commit is contained in:
parent
3d24bbfbe4
commit
5fd6cd64f9
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ class SohuIE(InfoExtractor):
|
||||||
'file': clips_url[i],
|
'file': clips_url[i],
|
||||||
'new': su[i],
|
'new': su[i],
|
||||||
'prod': 'flash',
|
'prod': 'flash',
|
||||||
|
'rb': 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
if cdnId is not None:
|
if cdnId is not None:
|
||||||
|
|
Loading…
Reference in a new issue