From: Sergey M․ Date: Thu, 19 Jul 2018 17:48:50 +0000 (+0700) Subject: [theplatform] PEP 8 X-Git-Tag: 2018.07.21~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=25586c601c46768271070c61af76e7fa1d196890;p=youtube-dl.git [theplatform] PEP 8 [ci skip] --- diff --git a/youtube_dl/extractor/theplatform.py b/youtube_dl/extractor/theplatform.py index e7dc6071c3..411b1f8749 100644 --- a/youtube_dl/extractor/theplatform.py +++ b/youtube_dl/extractor/theplatform.py @@ -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'},