]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/wppilot.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / wppilot.py
index 5e590e2f4f5e77795b4d17e6844afc5ef28ad8c4..0ef4e8e5375187403eb6119a85f41c1e3aada3c0 100644 (file)
@@ -1,13 +1,13 @@
+import json
+import random
+import re
+
 from .common import InfoExtractor
 from ..utils import (
-    try_get,
     ExtractorError,
+    try_get,
 )
 
-import json
-import random
-import re
-
 
 class WPPilotBaseIE(InfoExtractor):
     _VIDEO_URL = 'https://pilot.wp.pl/api/v1/channel/%s'