mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[twitch] extract m3u8 formats frame rate(closes #23333)
This commit is contained in:
		| @@ -327,6 +327,7 @@ class TwitchVodIE(TwitchItemBaseIE): | ||||
|                     'allow_audio_only': 'true', | ||||
|                     'allow_spectre': 'true', | ||||
|                     'player': 'twitchweb', | ||||
|                     'playlist_include_framerate': 'true', | ||||
|                     'nauth': access_token['token'], | ||||
|                     'nauthsig': access_token['sig'], | ||||
|                 })), | ||||
| @@ -598,6 +599,7 @@ class TwitchStreamIE(TwitchBaseIE): | ||||
|             'allow_spectre': 'true', | ||||
|             'p': random.randint(1000000, 10000000), | ||||
|             'player': 'twitchweb', | ||||
|             'playlist_include_framerate': 'true', | ||||
|             'segment_preference': '4', | ||||
|             'sig': access_token['sig'].encode('utf-8'), | ||||
|             'token': access_token['token'].encode('utf-8'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine