mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[gametrailers] Fix gametrailers test
This commit is contained in:
		| @@ -85,11 +85,9 @@ class MTVServicesInfoExtractor(InfoExtractor): | ||||
|         if title_el is None: | ||||
|             title_el = itemdoc.find('.//{http://search.yahoo.com/mrss/}title') | ||||
|         if title_el is None: | ||||
|             title_el = itemdoc.find('./title') | ||||
|             title_el = itemdoc.find('.//title') | ||||
|             if title_el.text is None: | ||||
|                 title_el = None | ||||
|         if title_el is None: | ||||
|             title_el = itemdoc.find('./item/title') | ||||
|  | ||||
|         title = title_el.text | ||||
|         if title is None: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M.
					Sergey M.