This commit is contained in:
		| @@ -1987,7 +1987,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor): | ||||
|  | ||||
|                     signature = self._decrypt_signature( | ||||
|                         encrypted_sig, video_id, player_url, age_gate) | ||||
|                     url += '&signature=' + signature | ||||
|                     sp = try_get(url_data, lambda x: x['sp'][0], compat_str) or 'signature' | ||||
|                     url += '&%s=%s' % (sp, signature) | ||||
|                 if 'ratebypass' not in url: | ||||
|                     url += '&ratebypass=yes' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․