mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
[spiegeltv] Fix style issue
Use two spaces before comment.
This commit is contained in:
parent
865d1fbafc
commit
36d7281037
|
@ -84,7 +84,7 @@ class SpiegeltvIE(InfoExtractor):
|
||||||
'protocol': 'm3u8',
|
'protocol': 'm3u8',
|
||||||
'preference': 1,
|
'preference': 1,
|
||||||
'http_headers': {
|
'http_headers': {
|
||||||
'Accept-Encoding': 'deflate', # gzip causes trouble on the server side
|
'Accept-Encoding': 'deflate', # gzip causes trouble on the server side
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue