]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/limelight.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / limelight.py
index 4e50f106f97457c9c629ca7d7a76ec8ec43c0519..1ff091ddb7d6ea19e8bdccdaca58b353d4075e3f 100644 (file)
@@ -3,13 +3,13 @@
 from .common import InfoExtractor
 from ..networking.exceptions import HTTPError
 from ..utils import (
+    ExtractorError,
     determine_ext,
     float_or_none,
     int_or_none,
     smuggle_url,
     try_get,
     unsmuggle_url,
-    ExtractorError,
 )