mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 06:37:07 -05:00 
			
		
		
		
	[theplatform] PEP 8
[ci skip]
This commit is contained in:
		@@ -33,6 +33,7 @@ _x = lambda p: xpath_with_ns(p, {'smil': default_ns})
 | 
			
		||||
 | 
			
		||||
class ThePlatformBaseIE(OnceIE):
 | 
			
		||||
    _TP_TLD = 'com'
 | 
			
		||||
 | 
			
		||||
    def _extract_theplatform_smil(self, smil_url, video_id, note='Downloading SMIL data'):
 | 
			
		||||
        meta = self._download_xml(
 | 
			
		||||
            smil_url, video_id, note=note, query={'format': 'SMIL'},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user