[ie/zoom:clips] Add extractor (#17005)

Authored by: Bnyro
This commit is contained in:
Bnyro
2026-06-26 23:03:15 +00:00
committed by GitHub
parent 6b67e1f2b7
commit 4a6296248f
2 changed files with 47 additions and 1 deletions
+4 -1
View File
@@ -2461,5 +2461,8 @@ from .zingmp3 import (
ZingMp3UserIE,
ZingMp3WeekChartIE,
)
from .zoom import ZoomIE
from .zoom import (
ZoomClipsIE,
ZoomIE,
)
from .zype import ZypeIE