mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[cbssports] PEP 8
This commit is contained in:
		| @@ -32,5 +32,7 @@ class CBSSportsIE(CBSBaseIE): | ||||
|     def _real_extract(self, url): | ||||
|         display_id = self._match_id(url) | ||||
|         webpage = self._download_webpage(url, display_id) | ||||
|         video_id= self._search_regex([r'(?:=|%26)pcid%3D(\d+)', r'embedVideo(?:Container)?_(\d+)'], webpage, 'video id') | ||||
|         video_id = self._search_regex( | ||||
|             [r'(?:=|%26)pcid%3D(\d+)', r'embedVideo(?:Container)?_(\d+)'], | ||||
|             webpage, 'video id') | ||||
|         return self._extract_video_info('byId=%s' % video_id, video_id) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user