mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[screencastomatic] Remove unused variable
This commit is contained in:
		| @@ -31,7 +31,6 @@ class ScreencastOMaticIE(InfoExtractor): | ||||
|             r"(?s)jwplayer\('mp4Player'\).setup\((\{.*?\})\);", | ||||
|             webpage, 'setup code') | ||||
|         data = self._parse_json(setup_js, video_id, transform_source=js_to_json) | ||||
|         modes = data['modes'] | ||||
|         try: | ||||
|             video_data = next( | ||||
|                 m for m in data['modes'] if m.get('type') == 'html5') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz