]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/xvideos.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / xvideos.py
index a489033abc81ffe38b0e37e5da12cdd2e16bcbf5..6b16ac2915c0d3e2fe0ceb56ed5c85cccfffbb01 100644 (file)
@@ -3,9 +3,9 @@
 from .common import InfoExtractor
 from ..compat import compat_urllib_parse_unquote
 from ..utils import (
+    ExtractorError,
     clean_html,
     determine_ext,
-    ExtractorError,
     int_or_none,
     parse_duration,
 )