mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Use new signature calculation method only if sig is not present
This commit is contained in:
		| @@ -757,7 +757,7 @@ class YoutubeIE(InfoExtractor): | ||||
|                     url = url_data['url'][0] | ||||
|                     if 'sig' in url_data: | ||||
|                         url += '&signature=' + url_data['sig'][0] | ||||
|                     if 's' in url_data: | ||||
|                     elif 's' in url_data: | ||||
|                         signature = self._decrypt_signature(url_data['s'][0]) | ||||
|                         url += '&signature=' + signature | ||||
|                     if 'ratebypass' not in url: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister