[downloader/hls] Correct comment on twitch vods

pull/9697/head
Sergey M․ 2016-06-05 03:31:10 +07:00
rodzic 51c4d85ce7
commit 633b444fd2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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]