diff options
author | 虾哥哥 <jfk_jin@sina.com> | 2015-12-08 14:12:32 +0800 |
---|---|---|
committer | 虾哥哥 <jfk_jin@sina.com> | 2015-12-08 14:14:14 +0800 |
commit | 5fd6cd64f9d4b9e7fadbea08fef1f3d131e6f041 (patch) | |
tree | 8e5580925816365e9d057932ecd9020b4eb51db3 /youtube_dl | |
parent | 3d24bbfbe433e3a2b2257096264bf4e846f6d889 (diff) |
[sohu]fix 403 forbidden
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/sohu.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/sohu.py b/youtube_dl/extractor/sohu.py index daf6ad555..ea8fc258d 100644 --- a/youtube_dl/extractor/sohu.py +++ b/youtube_dl/extractor/sohu.py @@ -158,6 +158,7 @@ class SohuIE(InfoExtractor): 'file': clips_url[i], 'new': su[i], 'prod': 'flash', + 'rb': 1, } if cdnId is not None: |