commit: becafcbf0f46671b7286758118a48a6602083eda parent 92a86f4c1a539180664e1985926e8a751dde788e Author: Philipp Hagemeister <phihag@phihag.de> Date: Wed, 23 Jul 2014 02:44:30 +0200 [wdr] fix up importsDiffstat:
M | youtube_dl/extractor/wdr.py | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/wdr.py b/youtube_dl/extractor/wdr.py @@ -6,7 +6,7 @@ import re from .common import InfoExtractor from ..utils import ( compat_parse_qs, - compat_parse_qs, + compat_urlparse, determine_ext, unified_strdate, )