projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb6b6a
)
[theplatform] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Thu, 19 Jul 2018 17:48:50 +0000
(
00:48
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 19 Jul 2018 17:49:14 +0000
(
00:49
+0700)
[ci skip]
youtube_dl/extractor/theplatform.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/theplatform.py
b/youtube_dl/extractor/theplatform.py
index e7dc6071c3c9284f2ed52cf494ee1c10c03b90dc..411b1f87492f992a9719e2047f644c9d8f538644 100644
(file)
--- 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'},