]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/go.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / go.py
index b075a02e0fe13eeeb45e07f687b98c331e8da74b..fba98d79f501bc5a5dfd67836d58049882c5b032 100644 (file)
@@ -3,16 +3,16 @@
 from .adobepass import AdobePassIE
 from ..compat import compat_str
 from ..utils import (
-    int_or_none,
+    ExtractorError,
     determine_ext,
+    int_or_none,
     parse_age_limit,
-    remove_start,
     remove_end,
+    remove_start,
+    traverse_obj,
     try_get,
-    urlencode_postdata,
-    ExtractorError,
     unified_timestamp,
-    traverse_obj,
+    urlencode_postdata,
 )