]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tele13.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / tele13.py
index 212af3785034c3678ad08c2f902e2e7963ca81f3..1705c2d5564f731a2409d7195ec3abbecfd241dc 100644 (file)
@@ -1,9 +1,9 @@
 from .common import InfoExtractor
 from .youtube import YoutubeIE
 from ..utils import (
+    determine_ext,
     js_to_json,
     qualities,
-    determine_ext,
 )