diff options
author | Remita Amine <remitamine@gmail.com> | 2019-01-19 21:35:02 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2019-01-19 21:35:02 +0100 |
commit | 379306ef55b64c966392c072b17a450831fec252 (patch) | |
tree | a23b0bfca88d1d32d1a4d90c48001fee23e68a29 | |
parent | f28363ad1fb45b4450ae6f09ff9aff8f93227e40 (diff) |
[extractor/common] fix typo
-rw-r--r-- | youtube_dl/extractor/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index af621b74b..6e36e6778 100644 --- 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(): |