mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-07 23:24:41 +08:00
'bp' parameter
This commit is contained in:
BIN
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:
|
||||
|
||||
Reference in New Issue
Block a user