mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[generic] Add test for Senate ISVP iframe embed
This commit is contained in:
		| @@ -1542,6 +1542,17 @@ class GenericIE(InfoExtractor): | |||||||
|             'url': 'http://www.golfchannel.com/topics/shows/golftalkcentral.htm', |             'url': 'http://www.golfchannel.com/topics/shows/golftalkcentral.htm', | ||||||
|             'only_matching': True, |             'only_matching': True, | ||||||
|         }, |         }, | ||||||
|  |         { | ||||||
|  |             # Senate ISVP iframe https | ||||||
|  |             'url': 'https://www.hsgac.senate.gov/hearings/canadas-fast-track-refugee-plan-unanswered-questions-and-implications-for-us-national-security', | ||||||
|  |             'md5': 'fb8c70b0b515e5037981a2492099aab8', | ||||||
|  |             'info_dict': { | ||||||
|  |                 'id': 'govtaff020316', | ||||||
|  |                 'ext': 'mp4', | ||||||
|  |                 'title': 'Integrated Senate Video Player', | ||||||
|  |             }, | ||||||
|  |             'add_ie': [SenateISVPIE.ie_key()], | ||||||
|  |         }, | ||||||
|         # { |         # { | ||||||
|         #     # TODO: find another test |         #     # TODO: find another test | ||||||
|         #     # http://schema.org/VideoObject |         #     # http://schema.org/VideoObject | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Hawkinson
					John Hawkinson