aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/sharesix.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/sharesix.py')
-rw-r--r--youtube_dl/extractor/sharesix.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/extractor/sharesix.py b/youtube_dl/extractor/sharesix.py
index 7531e8325..ac3e3adf2 100644
--- a/youtube_dl/extractor/sharesix.py
+++ b/youtube_dl/extractor/sharesix.py
@@ -4,9 +4,11 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
compat_urllib_parse,
compat_urllib_request,
+)
+from ..utils import (
parse_duration,
)