]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/monstercat.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / monstercat.py
index a69a12e18cf53de0e79341c18cfd624efaed978d..411d41cb0a26f260887436bef97516323be811df 100644 (file)
@@ -8,10 +8,10 @@
     get_element_html_by_class,
     get_element_text_and_html_by_tag,
     int_or_none,
-    unified_strdate,
     strip_or_none,
     traverse_obj,
     try_call,
+    unified_strdate,
 )