mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	This commit is contained in:
		@@ -1987,7 +1987,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                    signature = self._decrypt_signature(
 | 
					                    signature = self._decrypt_signature(
 | 
				
			||||||
                        encrypted_sig, video_id, player_url, age_gate)
 | 
					                        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:
 | 
					                if 'ratebypass' not in url:
 | 
				
			||||||
                    url += '&ratebypass=yes'
 | 
					                    url += '&ratebypass=yes'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user