summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/eyedotv.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/eyedotv.py')
-rw-r--r--yt_dlp/extractor/eyedotv.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/extractor/eyedotv.py b/yt_dlp/extractor/eyedotv.py
index d8b068e..4a13ab0 100644
--- a/yt_dlp/extractor/eyedotv.py
+++ b/yt_dlp/extractor/eyedotv.py
@@ -1,8 +1,8 @@
from .common import InfoExtractor
from ..utils import (
- xpath_text,
- parse_duration,
ExtractorError,
+ parse_duration,
+ xpath_text,
)