[sandia] remove unused imports
authorRemita Amine <remitamine@gmail.com>
Tue, 5 Jul 2016 12:39:24 +0000 (13:39 +0100)
committerRemita Amine <remitamine@gmail.com>
Tue, 5 Jul 2016 12:39:24 +0000 (13:39 +0100)
youtube_dl/extractor/sandia.py

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