aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-06-05 03:21:43 +0700
committerSergey M․ <dstftw@gmail.com>2016-06-05 03:21:43 +0700
commit51c4d85ce788497584bd056d571ed9b7b24c9651 (patch)
tree7d0395ce96a7e03cd924c9161138efbae586473c /youtube_dl/downloader
parent631d4c87ee84183917fcdf5db59e1cd1bb48d9a9 (diff)
downloadyoutube-dl-51c4d85ce788497584bd056d571ed9b7b24c9651.tar.xz
[downloader/hls] PEP 8
Diffstat (limited to 'youtube_dl/downloader')
-rw-r--r--youtube_dl/downloader/hls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/downloader/hls.py b/youtube_dl/downloader/hls.py
index 049fb78ce..8e4a7189a 100644
--- 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