浏览代码

[gamespot] Remove unused import

Philipp Hagemeister 10 年之前
父节点
当前提交
9c3e870393
共有 1 个文件被更改,包括 0 次插入1 次删除
  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,
 )