summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/ted.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/ted.py')
-rw-r--r--yt_dlp/extractor/ted.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/yt_dlp/extractor/ted.py b/yt_dlp/extractor/ted.py
index c28a154..0969bbb 100644
--- a/yt_dlp/extractor/ted.py
+++ b/yt_dlp/extractor/ted.py
@@ -2,14 +2,13 @@ import itertools
import re
from .common import InfoExtractor
-
from ..utils import (
int_or_none,
+ parse_duration,
str_to_int,
try_get,
- url_or_none,
unified_strdate,
- parse_duration,
+ url_or_none,
)