summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/wppilot.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/wppilot.py')
-rw-r--r--yt_dlp/extractor/wppilot.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/yt_dlp/extractor/wppilot.py b/yt_dlp/extractor/wppilot.py
index 5e590e2..0ef4e8e 100644
--- a/yt_dlp/extractor/wppilot.py
+++ b/yt_dlp/extractor/wppilot.py
@@ -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'