diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-23 02:44:30 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-23 02:44:30 +0200 |
commit | becafcbf0f46671b7286758118a48a6602083eda (patch) | |
tree | fb5d3a22a7570cbafc3ad747f96f7452bf0542bf | |
parent | 92a86f4c1a539180664e1985926e8a751dde788e (diff) |
[wdr] fix up imports
-rw-r--r-- | youtube_dl/extractor/wdr.py | 2 |
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, ) |