aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authordoe1080 <98906116+doe1080@users.noreply.github.com>2025-03-25 06:28:09 +0900
committerGitHub <noreply@github.com>2025-03-24 22:28:09 +0100
commitb7fbb5a0a16a8e8d3e29c29e26ebed677d0d6ea3 (patch)
treeb9433fb8aead9652ec790210f20b81cdee97a9e3 /yt_dlp/extractor/_extractors.py
parent4054a2b623bd1e277b49d2e9abc3d112a4b1c7be (diff)
[ie/vrsquare] Add extractors (#12515)
Authored by: doe1080
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index c56ec9df6..eb914d2eb 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -2392,6 +2392,12 @@ from .voxmedia import (
VoxMediaIE,
VoxMediaVolumeIE,
)
+from .vrsquare import (
+ VrSquareChannelIE,
+ VrSquareIE,
+ VrSquareSearchIE,
+ VrSquareSectionIE,
+)
from .vrt import (
VRTIE,
DagelijkseKostIE,