[audimedia] flake8
This commit is contained in:
		
							parent
							
								
									b2ca35ddbc
								
							
						
					
					
						commit
						e5b4225f7c
					
				| @ -32,7 +32,7 @@ class AudiMediaIE(InfoExtractor): | |||||||
|         display_id = self._match_id(url) |         display_id = self._match_id(url) | ||||||
|         webpage = self._download_webpage(url, display_id) |         webpage = self._download_webpage(url, display_id) | ||||||
| 
 | 
 | ||||||
|         raw_payload = self._search_regex(r'<script[^>]+class="amtv-embed"[^>]+id="([^"]+)"', webpage, 'raw payload'); |         raw_payload = self._search_regex(r'<script[^>]+class="amtv-embed"[^>]+id="([^"]+)"', webpage, 'raw payload') | ||||||
|         _, stage_mode, video_id, lang = raw_payload.split('-') |         _, stage_mode, video_id, lang = raw_payload.split('-') | ||||||
| 
 | 
 | ||||||
|         # TODO: handle s and e stage_mode (live streams and ended live streams) |         # TODO: handle s and e stage_mode (live streams and ended live streams) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user