mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	| @@ -2394,7 +2394,11 @@ class YoutubeIE(YoutubeBaseInfoExtractor): | ||||
|         known_entry_comment_renderers = ('itemSectionRenderer',) | ||||
|         estimated_total = 0 | ||||
|         max_comments = int_or_none(self._configuration_arg('max_comments', [''])[0]) or float('inf') | ||||
|  | ||||
|         # Force English regardless of account setting to prevent parsing issues | ||||
|         # See: https://github.com/yt-dlp/yt-dlp/issues/532 | ||||
|         ytcfg = copy.deepcopy(ytcfg) | ||||
|         traverse_obj( | ||||
|             ytcfg, ('INNERTUBE_CONTEXT', 'client'), expected_type=dict, default={})['hl'] = 'en' | ||||
|         try: | ||||
|             for comment in _real_comment_extract(contents): | ||||
|                 if len(comments) >= max_comments: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 coletdjnz
					coletdjnz