Merge remote-tracking branch 'olebowle/ard'
[youtube-dl] / youtube_dl / extractor / nhl.py
index d66c2c6f833852a0143cda250f724222c69207d5..82af6e33098eaa9018c6f58b93b4e8b4c9cff399 100644 (file)
@@ -7,7 +7,6 @@ from .common import InfoExtractor
 from ..utils import (
     compat_urlparse,
     compat_urllib_parse,
-    determine_ext,
     unified_strdate,
 )