aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/hls.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-06-05 03:31:10 +0700
committerSergey M․ <dstftw@gmail.com>2016-06-05 03:31:10 +0700
commit633b444fd29aa9d8b3ba722285ae2475ae66595f (patch)
tree12c058bbd953f22f3a90cda79aa404ffb79bd52f /youtube_dl/downloader/hls.py
parent51c4d85ce788497584bd056d571ed9b7b24c9651 (diff)
downloadyoutube-dl-633b444fd29aa9d8b3ba722285ae2475ae66595f.tar.xz
[downloader/hls] Correct comment on twitch vods
Diffstat (limited to 'youtube_dl/downloader/hls.py')
-rw-r--r--youtube_dl/downloader/hls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/downloader/hls.py b/youtube_dl/downloader/hls.py
index 8e4a7189a..54f2108e9 100644
--- a/youtube_dl/downloader/hls.py
+++ b/youtube_dl/downloader/hls.py
@@ -29,8 +29,8 @@ class HlsFD(FragmentFD):
# r'#EXT-X-MEDIA-SEQUENCE:(?!0$)', # live streams [3]
# This heuristic also is not correct since segments may not be appended as well.
- # Twitch vods have EXT-X-PLAYLIST-TYPE:EVENT despite no segments will definitely
- # be appended to the end of the playlist.
+ # Twitch vods of finished streams have EXT-X-PLAYLIST-TYPE:EVENT despite
+ # no segments will definitely be appended to the end of the playlist.
# r'#EXT-X-PLAYLIST-TYPE:EVENT', # media segments may be appended to the end of
# # event media playlists [4]