Browse Source

[gamespot] Remove unused import

Philipp Hagemeister 10 years ago
parent
commit
9c3e870393
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/gamespot.py

+ 0 - 1
youtube_dl/extractor/gamespot.py

@@ -8,7 +8,6 @@ from ..utils import (
     compat_urllib_parse,
     compat_urlparse,
     unescapeHTML,
-    get_meta_content,
 )