Browse Source

[spiegeltv] Fix style issue

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

+ 1
- 1
youtube_dl/extractor/spiegeltv.py View File

@ -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