Remove unused imports
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 25 Dec 2013 14:33:19 +0000 (15:33 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 25 Dec 2013 14:33:19 +0000 (15:33 +0100)
youtube_dl/extractor/dreisat.py
youtube_dl/extractor/mit.py

index f141c850d61dac0baf2b1bb1bf9fd66925ca9b3b..416e25156e321333d1896983ced60a1e85c16ada 100644 (file)
@@ -4,7 +4,6 @@ import re
 
 from .common import InfoExtractor
 from ..utils import (
-    determine_ext,
     unified_strdate,
 )
 
index ab8b7ec3ea06624901b9ca97e0f37f7417b095f8..76b717fe5dbac08b8b103a1e44192a6fbf6d2a55 100644 (file)
@@ -3,7 +3,6 @@ import json
 
 from .common import InfoExtractor
 from ..utils import (
-    compat_str,
     clean_html,
     get_element_by_id,
 )