summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/tencent.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/tencent.py')
-rw-r--r--yt_dlp/extractor/tencent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/tencent.py b/yt_dlp/extractor/tencent.py
index 6618ea4..ae2cb48 100644
--- a/yt_dlp/extractor/tencent.py
+++ b/yt_dlp/extractor/tencent.py
@@ -8,8 +8,8 @@ from .common import InfoExtractor
from ..aes import aes_cbc_encrypt_bytes
from ..utils import (
ExtractorError,
- float_or_none,
determine_ext,
+ float_or_none,
int_or_none,
js_to_json,
traverse_obj,