summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-07-20 00:48:50 +0700
committerSergey M․ <dstftw@gmail.com>2018-07-20 00:49:14 +0700
commit25586c601c46768271070c61af76e7fa1d196890 (patch)
tree62b514feffcc9f1f6e528eb33243a5037515b4ee
parentecb6b6ae2df15cb777fbffdfb8058affa8918f54 (diff)
downloadyoutube-dl-25586c601c46768271070c61af76e7fa1d196890.tar.gz
youtube-dl-25586c601c46768271070c61af76e7fa1d196890.tar.xz
youtube-dl-25586c601c46768271070c61af76e7fa1d196890.zip
[theplatform] PEP 8
[ci skip]
-rw-r--r--youtube_dl/extractor/theplatform.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/theplatform.py b/youtube_dl/extractor/theplatform.py
index e7dc6071c..411b1f874 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'},