summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/lifenews.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/lifenews.py')
-rw-r--r--yt_dlp/extractor/lifenews.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/lifenews.py b/yt_dlp/extractor/lifenews.py
index 919cfcb..ea150a5 100644
--- a/yt_dlp/extractor/lifenews.py
+++ b/yt_dlp/extractor/lifenews.py
@@ -6,8 +6,8 @@ from ..compat import (
compat_urlparse,
)
from ..utils import (
- determine_ext,
ExtractorError,
+ determine_ext,
int_or_none,
parse_iso8601,
remove_end,