summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/startv.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/startv.py')
-rw-r--r--yt_dlp/extractor/startv.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/extractor/startv.py b/yt_dlp/extractor/startv.py
index bb6e8f1..312a4fd 100644
--- a/yt_dlp/extractor/startv.py
+++ b/yt_dlp/extractor/startv.py
@@ -3,10 +3,10 @@ from ..compat import (
compat_str,
)
from ..utils import (
- clean_html,
ExtractorError,
- traverse_obj,
+ clean_html,
int_or_none,
+ traverse_obj,
)