summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-25 15:33:19 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-25 15:33:19 +0100
commit723f83991198c09cf3519abd3306704f64b09af0 (patch)
tree9f0df73cfffaf1ab122ba95ef8f0aaca91ea721c
parent61224dbcdd46052b264e422cc45da907fb06fd42 (diff)
downloadyoutube-dl-723f83991198c09cf3519abd3306704f64b09af0.tar.gz
youtube-dl-723f83991198c09cf3519abd3306704f64b09af0.tar.xz
youtube-dl-723f83991198c09cf3519abd3306704f64b09af0.zip
Remove unused imports
-rw-r--r--youtube_dl/extractor/dreisat.py1
-rw-r--r--youtube_dl/extractor/mit.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/dreisat.py b/youtube_dl/extractor/dreisat.py
index f141c850d..416e25156 100644
--- a/youtube_dl/extractor/dreisat.py
+++ b/youtube_dl/extractor/dreisat.py
@@ -4,7 +4,6 @@ import re
 
 from .common import InfoExtractor
 from ..utils import (
-    determine_ext,
     unified_strdate,
 )
 
diff --git a/youtube_dl/extractor/mit.py b/youtube_dl/extractor/mit.py
index ab8b7ec3e..76b717fe5 100644
--- a/youtube_dl/extractor/mit.py
+++ b/youtube_dl/extractor/mit.py
@@ -3,7 +3,6 @@ import json
 
 from .common import InfoExtractor
 from ..utils import (
-    compat_str,
     clean_html,
     get_element_by_id,
 )