diff options
Diffstat (limited to 'youtube_dl/extractor/common.py')
| -rw-r--r-- | youtube_dl/extractor/common.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 7e4113213..9e1d62c2b 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -12,13 +12,14 @@ import sys  import time  import xml.etree.ElementTree -from ..utils import ( +from ..compat import (      compat_http_client,      compat_urllib_error,      compat_urllib_parse_urlparse,      compat_urlparse,      compat_str, - +) +from ..utils import (      clean_html,      compiled_regex_type,      ExtractorError, | 
