summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-24 04:18:09 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-24 04:18:09 +0200
commit54036b399188da60e8ca55c81b14031bc7891934 (patch)
treed4d2312c1f3fa5cca56a7f8494bd583b69283a32
parente5402ac1203c8fd0c438ad515bbd80eb288b3907 (diff)
downloadyoutube-dl-54036b399188da60e8ca55c81b14031bc7891934.tar.gz
youtube-dl-54036b399188da60e8ca55c81b14031bc7891934.tar.xz
youtube-dl-54036b399188da60e8ca55c81b14031bc7891934.zip
[wayofthemaster] Remove unused import
-rw-r--r--youtube_dl/extractor/wayofthemaster.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/wayofthemaster.py b/youtube_dl/extractor/wayofthemaster.py
index c0723b8eb..af7bb8b49 100644
--- a/youtube_dl/extractor/wayofthemaster.py
+++ b/youtube_dl/extractor/wayofthemaster.py
@@ -3,7 +3,6 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
-from ..utils import determine_ext
 
 
 class WayOfTheMasterIE(InfoExtractor):