mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
Merge pull request #7792 from jindaxia/fix_sohu_403forbidden
[sohu] Fix 403 forbidden
This commit is contained in:
commit
9c30efeb7e
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ def _fetch_data(vid_id, mytv=False):
|
|||
'file': clips_url[i],
|
||||
'new': su[i],
|
||||
'prod': 'flash',
|
||||
'rb': 1,
|
||||
}
|
||||
|
||||
if cdnId is not None:
|
||||
|
|
Loading…
Reference in a new issue