mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[downloader/hls] PEP 8
This commit is contained in:
parent
631d4c87ee
commit
51c4d85ce7
@ -32,7 +32,7 @@ class HlsFD(FragmentFD):
|
|||||||
# Twitch vods have EXT-X-PLAYLIST-TYPE:EVENT despite no segments will definitely
|
# Twitch vods have EXT-X-PLAYLIST-TYPE:EVENT despite no segments will definitely
|
||||||
# be appended to the end of the playlist.
|
# 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]
|
||||||
|
|
||||||
# 1. https://tools.ietf.org/html/draft-pantos-http-live-streaming-17#section-4.3.2.4
|
# 1. https://tools.ietf.org/html/draft-pantos-http-live-streaming-17#section-4.3.2.4
|
||||||
# 2. https://tools.ietf.org/html/draft-pantos-http-live-streaming-17#section-4.3.2.2
|
# 2. https://tools.ietf.org/html/draft-pantos-http-live-streaming-17#section-4.3.2.2
|
||||||
|
Loading…
Reference in New Issue
Block a user