aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/nhl.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-10-26 23:13:42 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-10-26 23:13:42 +0100
commitc9f08154a3dbf7272b1373c8e6aeea4a8d92b190 (patch)
tree0939e51ed556e9023614e88ab4b5ff583572620d /youtube_dl/extractor/nhl.py
parent526b276fd7199414d199f2913bc794677d0933ac (diff)
downloadyoutube-dl-c9f08154a3dbf7272b1373c8e6aeea4a8d92b190.tar.xz
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/nhl.py')
-rw-r--r--youtube_dl/extractor/nhl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/nhl.py b/youtube_dl/extractor/nhl.py
index d66c2c6f8..82af6e330 100644
--- a/youtube_dl/extractor/nhl.py
+++ b/youtube_dl/extractor/nhl.py
@@ -7,7 +7,6 @@ from .common import InfoExtractor
from ..utils import (
compat_urlparse,
compat_urllib_parse,
- determine_ext,
unified_strdate,
)