mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[instagram] PEP 8
This commit is contained in:
		| @@ -111,8 +111,8 @@ class InstagramIE(InfoExtractor): | ||||
|                     'id': comment.get('id'), | ||||
|                     'text': comment.get('text'), | ||||
|                     'timestamp': int_or_none(comment.get('created_at')), | ||||
|                 } for comment in media.get('comments', {}).get('nodes', []) | ||||
|                 if comment.get('text')] | ||||
|                 } for comment in media.get( | ||||
|                     'comments', {}).get('nodes', []) if comment.get('text')] | ||||
|  | ||||
|         if not video_url: | ||||
|             video_url = self._og_search_video_url(webpage, secure=False) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user