summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/lecturio.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/lecturio.py')
-rw-r--r--yt_dlp/extractor/lecturio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/lecturio.py b/yt_dlp/extractor/lecturio.py
index 629d208..90f0268 100644
--- a/yt_dlp/extractor/lecturio.py
+++ b/yt_dlp/extractor/lecturio.py
@@ -2,9 +2,9 @@ import re
from .common import InfoExtractor
from ..utils import (
+ ExtractorError,
clean_html,
determine_ext,
- ExtractorError,
float_or_none,
int_or_none,
str_or_none,