瀏覽代碼

Merge pull request #7792 from jindaxia/fix_sohu_403forbidden

[sohu] Fix 403 forbidden
Sergey M 9 年之前
父節點
當前提交
9c30efeb7e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/sohu.py

+ 1 - 0
youtube_dl/extractor/sohu.py

@@ -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: