projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631d4c8
)
[downloader/hls] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sat, 4 Jun 2016 20:21:43 +0000
(
03:21
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 4 Jun 2016 20:21:43 +0000
(
03:21
+0700)
youtube_dl/downloader/hls.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/hls.py
b/youtube_dl/downloader/hls.py
index 049fb78ce90b956b51932276aecb947d94a78a33..8e4a7189ad3564dbb0762ae84f685266f2942b2f 100644
(file)
--- a/
youtube_dl/downloader/hls.py
+++ b/
youtube_dl/downloader/hls.py
@@
-32,7
+32,7
@@
class HlsFD(FragmentFD):
# Twitch vods 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]
+
#
# event media playlists [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