aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorHobbyistDev <105957301+HobbyistDev@users.noreply.github.com>2023-02-17 18:16:46 +0900
committerGitHub <noreply@github.com>2023-02-17 14:46:46 +0530
commit30031be974d210f451100339699ef03b0ddb5f10 (patch)
treee7e9fbbc835f5258c60230558ab9417a2d9ba682 /yt_dlp/extractor/_extractors.py
parent9acca71237f42a4775008e51fe26e42f0a39c552 (diff)
[extractor/tempo] Add IVXPlayer extractor (#5837)
Authored by: HobbyistDev
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 797e5668a..6dab2636b 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -1858,7 +1858,7 @@ from .telequebec import (
)
from .teletask import TeleTaskIE
from .telewebion import TelewebionIE
-from .tempo import TempoIE
+from .tempo import TempoIE, IVXPlayerIE
from .tencent import (
IflixEpisodeIE,
IflixSeriesIE,