mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	Added flag for 'allow_audio_only' format in Twitch queries
This commit is contained in:
		@@ -252,6 +252,7 @@ class TwitchVodIE(TwitchItemBaseIE):
 | 
				
			|||||||
                self._USHER_BASE, item_id,
 | 
					                self._USHER_BASE, item_id,
 | 
				
			||||||
                compat_urllib_parse.urlencode({
 | 
					                compat_urllib_parse.urlencode({
 | 
				
			||||||
                    'allow_source': 'true',
 | 
					                    'allow_source': 'true',
 | 
				
			||||||
 | 
					                    'allow_audio_only': 'true',
 | 
				
			||||||
                    'allow_spectre': 'true',
 | 
					                    'allow_spectre': 'true',
 | 
				
			||||||
                    'player': 'twitchweb',
 | 
					                    'player': 'twitchweb',
 | 
				
			||||||
                    'nauth': access_token['token'],
 | 
					                    'nauth': access_token['token'],
 | 
				
			||||||
@@ -431,6 +432,7 @@ class TwitchStreamIE(TwitchBaseIE):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        query = {
 | 
					        query = {
 | 
				
			||||||
            'allow_source': 'true',
 | 
					            'allow_source': 'true',
 | 
				
			||||||
 | 
					            'allow_audio_only': 'true',
 | 
				
			||||||
            'p': random.randint(1000000, 10000000),
 | 
					            'p': random.randint(1000000, 10000000),
 | 
				
			||||||
            'player': 'twitchweb',
 | 
					            'player': 'twitchweb',
 | 
				
			||||||
            'segment_preference': '4',
 | 
					            'segment_preference': '4',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user