[fktv] Remove unused import
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 28 Oct 2014 09:44:17 +0000 (10:44 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 28 Oct 2014 09:44:17 +0000 (10:44 +0100)
youtube_dl/extractor/fktv.py

index 990bee8baa80d3ba15a48227a5c45b1b1bc220f3..21b89142c118de83e4d5be6856ac9a3b3f3232c8 100644 (file)
@@ -6,7 +6,6 @@ import json
 
 from .common import InfoExtractor
 from ..utils import (
-    determine_ext,
     get_element_by_id,
     clean_html,
 )