Sergey M․ 9 anni fa
parent
commit
6fd138bed8
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  1. 1 5
      youtube_dl/extractor/sportbox.py

+ 1 - 5
youtube_dl/extractor/sportbox.py

@@ -4,11 +4,7 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
-from ..compat import compat_urlparse
-from ..utils import (
-    js_to_json,
-    unified_strdate,
-)
+from ..utils import js_to_json
 
 
 class SportBoxEmbedIE(InfoExtractor):