logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 25586c601c46768271070c61af76e7fa1d196890
parent ecb6b6ae2df15cb777fbffdfb8058affa8918f54
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri, 20 Jul 2018 00:48:50 +0700

[theplatform] PEP 8
[ci skip]

Diffstat:

Myoutube_dl/extractor/theplatform.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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'},