]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/panopto.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / panopto.py
index 63c5fd68f138a9f597eb6187e690983e2611cd0a..6b25962361baf3148e690aa002d77216bd8b0baf 100644 (file)
@@ -5,17 +5,13 @@
 import random
 
 from .common import InfoExtractor
-from ..compat import (
-    compat_urllib_parse_urlparse,
-    compat_urlparse
-)
-
+from ..compat import compat_urllib_parse_urlparse, compat_urlparse
 from ..utils import (
-    bug_reports_message,
     ExtractorError,
+    OnDemandPagedList,
+    bug_reports_message,
     get_first,
     int_or_none,
-    OnDemandPagedList,
     parse_qs,
     srt_subtitles_timecode,
     traverse_obj,