Browse Source

[fktv] Remove unused import

Philipp Hagemeister 11 years ago
parent
commit
bbf1092ad0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/fktv.py

+ 0 - 1
youtube_dl/extractor/fktv.py

@@ -6,7 +6,6 @@ import json
 
 from .common import InfoExtractor
 from ..utils import (
-    determine_ext,
     get_element_by_id,
     clean_html,
 )