From becafcbf0f46671b7286758118a48a6602083eda Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 23 Jul 2014 02:44:30 +0200 Subject: [PATCH] [wdr] fix up imports --- 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 index b8ad75e7d..54d37da61 100644 --- 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, )