Browse Source

[sandia] remove unused imports

Remita Amine 9 years ago
parent
commit
31af3e35e0
1 changed files with 0 additions and 6 deletions
  1. 0 6
      youtube_dl/extractor/sandia.py

+ 0 - 6
youtube_dl/extractor/sandia.py

@@ -1,18 +1,12 @@
 # coding: utf-8
 # coding: utf-8
 from __future__ import unicode_literals
 from __future__ import unicode_literals
 
 
-import itertools
 import json
 import json
-import re
 
 
 from .common import InfoExtractor
 from .common import InfoExtractor
-from ..compat import compat_urlparse
 from ..utils import (
 from ..utils import (
     int_or_none,
     int_or_none,
-    js_to_json,
     mimetype2ext,
     mimetype2ext,
-    sanitized_Request,
-    unified_strdate,
 )
 )