mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[generic] Fix infinite recursion for twitter:player URLs (closes #14339)
This commit is contained in:
		| @@ -2973,7 +2973,7 @@ class GenericIE(InfoExtractor): | ||||
|             # be supported by youtube-dl thus this is checked the very last (see | ||||
|             # https://dev.twitter.com/cards/types/player#On_twitter.com_via_desktop_browser) | ||||
|             embed_url = self._html_search_meta('twitter:player', webpage, default=None) | ||||
|             if embed_url: | ||||
|             if embed_url and embed_url != url: | ||||
|                 return self.url_result(embed_url) | ||||
|  | ||||
|         if not found: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․