@@ -12,6 +12,7 @@ from ..utils import (
compat_urlparse,
compat_xml_parse_error,
+ determine_ext,
ExtractorError,
float_or_none,
HEADRequest,
@@ -1,11 +1,9 @@
from __future__ import unicode_literals
-import json
import re
from .common import InfoExtractor
from ..utils import (
- strip_jsonp,
parse_duration,
unified_strdate,
)
@@ -1,6 +1,5 @@