Browse Source

[spiegeltv] Fix style issue

Use two spaces before comment.
master
Jaime Marquínez Ferrándiz 9 years ago
parent
commit
36d7281037
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/spiegeltv.py

2
youtube_dl/extractor/spiegeltv.py

@ -84,7 +84,7 @@ class SpiegeltvIE(InfoExtractor):
'protocol': 'm3u8',
'preference': 1,
'http_headers': {
'Accept-Encoding': 'deflate', # gzip causes trouble on the server side
'Accept-Encoding': 'deflate', # gzip causes trouble on the server side
},
})
else:

Loading…
Cancel
Save