浏览代码

[downloader/hls] PEP 8

Sergey M․ 9 年之前
父节点
当前提交
51c4d85ce7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/downloader/hls.py

+ 1 - 1
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