projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf475e1
)
[gameinformer] remove unused imports
author
remitamine
<remitamine@gmail.com>
Mon, 14 Mar 2016 20:57:26 +0000
(21:57 +0100)
committer
remitamine
<remitamine@gmail.com>
Mon, 14 Mar 2016 20:57:26 +0000
(21:57 +0100)
youtube_dl/extractor/gameinformer.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/gameinformer.py
b/youtube_dl/extractor/gameinformer.py
index 1a99e35ed11ade37b9a6511f2a3c5801fae64dfb..a66e309de6993210052d09c4107fe26a168f1b33 100644
(file)
--- a/
youtube_dl/extractor/gameinformer.py
+++ b/
youtube_dl/extractor/gameinformer.py
@@
-2,8
+2,6
@@
from __future__ import unicode_literals
from .common import InfoExtractor
-from ..compat import compat_str
-from ..utils import int_or_none
class GameInformerIE(InfoExtractor):