[wayofthemaster] Remove unused import
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 24 Aug 2014 02:18:09 +0000 (04:18 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 24 Aug 2014 02:18:09 +0000 (04:18 +0200)
youtube_dl/extractor/wayofthemaster.py

index c0723b8ebb6078a4c03f0b9cd76eb150cf021b1d..af7bb8b492a3bc731d95be4235a84d642e19cfa9 100644 (file)
@@ -3,7 +3,6 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
-from ..utils import determine_ext
 
 
 class WayOfTheMasterIE(InfoExtractor):