mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[theplatform] PEP 8
[ci skip]
This commit is contained in:
parent
ecb6b6ae2d
commit
25586c601c
@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
class ThePlatformBaseIE(OnceIE):
|
class ThePlatformBaseIE(OnceIE):
|
||||||
_TP_TLD = 'com'
|
_TP_TLD = 'com'
|
||||||
|
|
||||||
def _extract_theplatform_smil(self, smil_url, video_id, note='Downloading SMIL data'):
|
def _extract_theplatform_smil(self, smil_url, video_id, note='Downloading SMIL data'):
|
||||||
meta = self._download_xml(
|
meta = self._download_xml(
|
||||||
smil_url, video_id, note=note, query={'format': 'SMIL'},
|
smil_url, video_id, note=note, query={'format': 'SMIL'},
|
||||||
|
Loading…
Reference in New Issue
Block a user