projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f28363a
)
[extractor/common] fix typo
author
Remita Amine
<remitamine@gmail.com>
Sat, 19 Jan 2019 20:35:02 +0000
(21:35 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sat, 19 Jan 2019 20:35:02 +0000
(21:35 +0100)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index af621b74b5eb7c0f2a0fe89be3ee8ecf42a1859b..6e36e677843ddedc949a2a74de492622309347ed 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-1668,7
+1668,7
@@
class InfoExtractor(object):
rendition = stream_group[0]
return rendition.get('NAME') or stream_group_id
- # parse EXT-X-MEDIA tags before EXT-X-STREAM-INF inorder to have the
+ # parse EXT-X-MEDIA tags before EXT-X-STREAM-INF in
order to have the
# chance to detect video only formats when EXT-X-STREAM-INF tags
# precede EXT-X-MEDIA tags in HLS manifest such as [3].
for line in m3u8_doc.splitlines():