summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-23 02:44:30 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-23 02:44:30 +0200
commitbecafcbf0f46671b7286758118a48a6602083eda (patch)
treefb5d3a22a7570cbafc3ad747f96f7452bf0542bf
parent92a86f4c1a539180664e1985926e8a751dde788e (diff)
downloadyoutube-dl-becafcbf0f46671b7286758118a48a6602083eda.tar.gz
youtube-dl-becafcbf0f46671b7286758118a48a6602083eda.tar.xz
youtube-dl-becafcbf0f46671b7286758118a48a6602083eda.zip
[wdr] fix up imports
-rw-r--r--youtube_dl/extractor/wdr.py2
1 files changed, 1 insertions, 1 deletions
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,
 )