diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-10-24 12:41:41 +0200 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-10-24 12:42:08 +0200 | 
| commit | 36d72810374ef2dba0232706a461d6dc4aa292d8 (patch) | |
| tree | 49a3efbfd4d66d596aeee63f41c15bf0011aeb17 | |
| parent | 865d1fbafc671815904b2ba3da76544d66c593c9 (diff) | |
[spiegeltv] Fix style issue
Use two spaces before comment.
| -rw-r--r-- | youtube_dl/extractor/spiegeltv.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/spiegeltv.py b/youtube_dl/extractor/spiegeltv.py index 0981e325a..034bd47ff 100644 --- a/youtube_dl/extractor/spiegeltv.py +++ b/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:  | 
