diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-11-04 23:17:43 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-11-04 23:17:43 +0100 |
commit | 9c3e87039312e34263dbae0c9da3419e909d1001 (patch) | |
tree | 52fbc1175d0a22da5b97cfa27830035e334dedaa | |
parent | 44789f2457bab99f712e97e4ced5eb1a2fc9cbfd (diff) |
[gamespot] Remove unused import
-rw-r--r-- | youtube_dl/extractor/gamespot.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/gamespot.py b/youtube_dl/extractor/gamespot.py index 908a8b2c9..d570e3f6a 100644 --- 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, ) |