mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-10 20:18:20 +08:00
'bp' parameter
This commit is contained in:
parent
84db81815a
commit
5db47d2a6b
BIN
youtube-dl
BIN
youtube-dl
Binary file not shown.
@ -1464,6 +1464,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
|
||||
url += '&signature=' + signature
|
||||
if 'ratebypass' not in url:
|
||||
url += '&ratebypass=yes'
|
||||
url += '&bp' # by pass - should at the very last of all parameters
|
||||
url_map[url_data['itag'][0]] = url
|
||||
video_url_list = self._get_video_url_list(url_map)
|
||||
if not video_url_list:
|
||||
|
Loading…
Reference in New Issue
Block a user