diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-04-23 11:51:53 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-04-23 11:52:07 +0700 |
commit | 3019cb0c9976481cf2afaf0a2005d90040204fa0 (patch) | |
tree | 31ea81b72a42ffbf52c4116de9a6cb4a2ca44d7b /youtube_dl/extractor/common.py | |
parent | ddd258f92270f48649b57ba4288027a2433af079 (diff) |
[extractor/common] Rephrase comment
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 6d023106e..9184e53e9 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -1397,8 +1397,8 @@ class InfoExtractor(object): def build_stream_name(): # Despite specification does not mention NAME attribute for - # EXT-X-STREAM-INF tag (see [1] or vidio test in - # test_parse_m3u8_formats) it still sometimes may be present + # EXT-X-STREAM-INF tag it still sometimes may be present (see [1] + # or vidio test in TestInfoExtractor.test_parse_m3u8_formats) # 1. http://www.vidio.com/watch/165683-dj_ambred-booyah-live-2015 stream_name = last_stream_inf.get('NAME') if stream_name: |