1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00

[ie/rtve] Rework extractors (#10388)

Closes #1346, Closes #5756
Authored by: meGAmeS1, seproDev

Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
Florentin Le Moal
2025-04-19 01:47:14 +02:00
committed by GitHub
parent ed8ad1b4d6
commit f07ee91c71
2 changed files with 228 additions and 198 deletions

View File

@@ -1783,7 +1783,6 @@ from .rtvcplay import (
from .rtve import (
RTVEALaCartaIE,
RTVEAudioIE,
RTVEInfantilIE,
RTVELiveIE,
RTVETelevisionIE,
)