]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/xstream.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / xstream.py
index 8dd1cd9efbee5b8f2c592e09575020550c5e51fb..322e86570f913056060e13813c198cc82954ad07 100644 (file)
@@ -2,11 +2,11 @@
 
 from .common import InfoExtractor
 from ..utils import (
+    find_xpath_attr,
     int_or_none,
     parse_iso8601,
-    xpath_with_ns,
     xpath_text,
-    find_xpath_attr,
+    xpath_with_ns,
 )