mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[downloader/hls] Correct comment on twitch vods
This commit is contained in:
		@@ -29,8 +29,8 @@ class HlsFD(FragmentFD):
 | 
				
			|||||||
            # r'#EXT-X-MEDIA-SEQUENCE:(?!0$)',  # live streams [3]
 | 
					            # r'#EXT-X-MEDIA-SEQUENCE:(?!0$)',  # live streams [3]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            # This heuristic also is not correct since segments may not be appended as well.
 | 
					            # 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
 | 
					            # Twitch vods of finished streams have EXT-X-PLAYLIST-TYPE:EVENT despite
 | 
				
			||||||
            # be appended to the end of the playlist.
 | 
					            # 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
 | 
					            # r'#EXT-X-PLAYLIST-TYPE:EVENT',  # media segments may be appended to the end of
 | 
				
			||||||
            #                                 # event media playlists [4]
 | 
					            #                                 # event media playlists [4]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user