projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44789f2
)
[gamespot] Remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 4 Nov 2014 22:17:43 +0000
(23:17 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 4 Nov 2014 22:17:43 +0000
(23:17 +0100)
youtube_dl/extractor/gamespot.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/gamespot.py
b/youtube_dl/extractor/gamespot.py
index 908a8b2c963b3e27c279a326e1947c010e34a944..d570e3f6a85ca399d81328e3afedee4f98158e5f 100644
(file)
--- a/
youtube_dl/extractor/gamespot.py
+++ b/
youtube_dl/extractor/gamespot.py
@@
-8,7
+8,6
@@
from ..utils import (
compat_urllib_parse,
compat_urlparse,
unescapeHTML,
- get_meta_content,
)