]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/mainstreaming.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / mainstreaming.py
index fd9bba8bcb98c2ee77e33457f64aa8dc6ce1822a..fa12a6a8dfedd44096f069c6fdc807c5e83a2942 100644 (file)
@@ -1,14 +1,13 @@
 import re
 
 from .common import InfoExtractor
-
 from ..utils import (
     int_or_none,
     js_to_json,
     parse_duration,
     traverse_obj,
     try_get,
-    urljoin
+    urljoin,
 )