mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[ie/twitch:clips] Fix extractor (#14397)
Closes #14396 Authored by: seproDev
This commit is contained in:
		| @@ -44,7 +44,7 @@ class TwitchBaseIE(InfoExtractor): | ||||
|         'CollectionSideBar': '27111f1b382effad0b6def325caef1909c733fe6a4fbabf54f8d491ef2cf2f14', | ||||
|         'FilterableVideoTower_Videos': 'a937f1d22e269e39a03b509f65a7490f9fc247d7f83d6ac1421523e3b68042cb', | ||||
|         'ClipsCards__User': 'b73ad2bfaecfd30a9e6c28fada15bd97032c83ec77a0440766a56fe0bd632777', | ||||
|         'ShareClipRenderStatus': 'f130048a462a0ac86bb54d653c968c514e9ab9ca94db52368c1179e97b0f16eb', | ||||
|         'ShareClipRenderStatus': 'e0a46b287d760c6890a39d1ccd736af5ec9479a267d02c710e9ac33326b651d2', | ||||
|         'ChannelCollectionsContent': '447aec6a0cc1e8d0a8d7732d47eb0762c336a2294fdb009e9c9d854e49d484b9', | ||||
|         'StreamMetadata': 'a647c2a13599e5991e175155f798ca7f1ecddde73f7f341f39009c14dbf59962', | ||||
|         'ComscoreStreamingQuery': 'e1edae8122517d013405f237ffcc124515dc6ded82480a88daef69c83b53ac01', | ||||
| @@ -1153,8 +1153,8 @@ class TwitchClipsIE(TwitchBaseIE): | ||||
|             'channel_id': '25163635', | ||||
|             'channel_is_verified': False, | ||||
|             'channel_follower_count': int, | ||||
|             'uploader': 'EA', | ||||
|             'uploader_id': '25163635', | ||||
|             'uploader': 'stereotype_', | ||||
|             'uploader_id': '43566419', | ||||
|         }, | ||||
|     }, { | ||||
|         'url': 'https://www.twitch.tv/xqc/clip/CulturedAmazingKuduDatSheffy-TiZ_-ixAGYR3y2Uy', | ||||
| @@ -1174,8 +1174,8 @@ class TwitchClipsIE(TwitchBaseIE): | ||||
|             'channel_id': '71092938', | ||||
|             'channel_is_verified': True, | ||||
|             'channel_follower_count': int, | ||||
|             'uploader': 'xQc', | ||||
|             'uploader_id': '71092938', | ||||
|             'uploader': 'okSTFUdude', | ||||
|             'uploader_id': '744085721', | ||||
|             'categories': ['Just Chatting'], | ||||
|         }, | ||||
|     }, { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro