mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-11 07:22:51 +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
|
url += '&signature=' + signature
|
||||||
if 'ratebypass' not in url:
|
if 'ratebypass' not in url:
|
||||||
url += '&ratebypass=yes'
|
url += '&ratebypass=yes'
|
||||||
|
url += '&bp' # by pass - should at the very last of all parameters
|
||||||
url_map[url_data['itag'][0]] = url
|
url_map[url_data['itag'][0]] = url
|
||||||
video_url_list = self._get_video_url_list(url_map)
|
video_url_list = self._get_video_url_list(url_map)
|
||||||
if not video_url_list:
|
if not video_url_list:
|
||||||
|
Loading…
Reference in New Issue
Block a user