]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tvplayer.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / tvplayer.py
index 228c2366ed66dcc87abb3852301cf7b5d2af0705..d43bdc2ff1a8d565b292b9a6dc2f3de0440f12bd 100644 (file)
@@ -2,10 +2,10 @@
 from ..compat import compat_str
 from ..networking.exceptions import HTTPError
 from ..utils import (
+    ExtractorError,
     extract_attributes,
     try_get,
     urlencode_postdata,
-    ExtractorError,
 )