]> jfr.im git - yt-dlp.git/blobdiff - youtube_dl/extractor/sharesix.py
[auengine] Remove extractor
[yt-dlp.git] / youtube_dl / extractor / sharesix.py
index 7531e8325bf88e3d89958dca1107334c41b78c6c..ac3e3adf22ad194a8af3e833ae4d8acf7484e8b4 100644 (file)
@@ -4,9 +4,11 @@
 import re
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_urllib_parse,
     compat_urllib_request,
+)
+from ..utils import (
     parse_duration,
 )