1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-07 18:15:15 +00:00

[ie/piramidetv] Add extractors (#10777)

Closes #10706, Closes #10708
Authored by: kclauhk, HobbyistDev, seproDev

Co-authored-by: HobbyistDev <tesutonihon4@gmail.com>
Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
kclauhk
2025-01-20 23:26:05 +08:00
committed by GitHub
parent 1ef3ee7500
commit af2c821d74
2 changed files with 103 additions and 0 deletions

View File

@@ -1541,6 +1541,10 @@ from .pinterest import (
PinterestCollectionIE,
PinterestIE,
)
from .piramidetv import (
PiramideTVChannelIE,
PiramideTVIE,
)
from .pixivsketch import (
PixivSketchIE,
PixivSketchUserIE,