youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 382b8182ce5004cf82166647e98ced0314b65850
parent ce53320b11747a083cd616238a88c215df6962f4
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu,  8 Feb 2018 23:03:57 +0700

[gameinformer] PEP 8

Diffstat:
Myoutube_dl/extractor/gameinformer.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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) -