diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-02-08 23:03:57 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-02-08 23:03:57 +0700 |
commit | 382b8182ce5004cf82166647e98ced0314b65850 (patch) | |
tree | 1b91f6d806cebaf088d2fca657cb457f06bb4df7 /youtube_dl | |
parent | ce53320b11747a083cd616238a88c215df6962f4 (diff) |
[gameinformer] PEP 8
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/gameinformer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/gameinformer.py b/youtube_dl/extractor/gameinformer.py index b286b5ed3..a2920a793 100644 --- a/youtube_dl/extractor/gameinformer.py +++ b/youtube_dl/extractor/gameinformer.py @@ -31,4 +31,3 @@ class GameInformerIE(InfoExtractor): return self.url_result( self.BRIGHTCOVE_URL_TEMPLATE % brightcove_id, 'BrightcoveNew', brightcove_id) - |