commit: 723f83991198c09cf3519abd3306704f64b09af0
parent 61224dbcdd46052b264e422cc45da907fb06fd42
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Wed, 25 Dec 2013 15:33:19 +0100
Remove unused imports
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git 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
@@ -3,7 +3,6 @@ import json
from .common import InfoExtractor
from ..utils import (
- compat_str,
clean_html,
get_element_by_id,
)