mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[instagram] Add test for #7497
This commit is contained in:
		| @@ -11,7 +11,7 @@ from ..utils import ( | ||||
|  | ||||
| class InstagramIE(InfoExtractor): | ||||
|     _VALID_URL = r'https://instagram\.com/p/(?P<id>[^/?#&]+)' | ||||
|     _TEST = { | ||||
|     _TESTS = [{ | ||||
|         'url': 'https://instagram.com/p/aye83DjauH/?foo=bar#abc', | ||||
|         'md5': '0d2da106a9d2631273e192b372806516', | ||||
|         'info_dict': { | ||||
| @@ -21,7 +21,10 @@ class InstagramIE(InfoExtractor): | ||||
|             'title': 'Video by naomipq', | ||||
|             'description': 'md5:1f17f0ab29bd6fe2bfad705f58de3cb8', | ||||
|         } | ||||
|     } | ||||
|     }, { | ||||
|         'url': 'https://instagram.com/p/-Cmh1cukG2/', | ||||
|         'only_matching': True, | ||||
|     }] | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|         video_id = self._match_id(url) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․