summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/tele13.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/tele13.py')
-rw-r--r--yt_dlp/extractor/tele13.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/tele13.py b/yt_dlp/extractor/tele13.py
index 212af37..1705c2d 100644
--- a/yt_dlp/extractor/tele13.py
+++ b/yt_dlp/extractor/tele13.py
@@ -1,9 +1,9 @@
from .common import InfoExtractor
from .youtube import YoutubeIE
from ..utils import (
+ determine_ext,
js_to_json,
qualities,
- determine_ext,
)