]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/wdr.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / wdr.py
index f80f140edc0a8aae149f6664028faafe17e24e0d..0b7ddd239b1210831182fb30fe4fea8677ff8828 100644 (file)
@@ -6,16 +6,16 @@
     compat_urlparse,
 )
 from ..utils import (
+    ExtractorError,
     determine_ext,
     dict_get,
-    ExtractorError,
     js_to_json,
     strip_jsonp,
     try_get,
     unified_strdate,
     update_url_query,
-    urlhandle_detect_ext,
     url_or_none,
+    urlhandle_detect_ext,
 )