1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[ie/cda] Support folders (#10786)

Closes #5429
Authored by: pktiuk
This commit is contained in:
Paweł Kotiuk
2024-10-20 23:16:22 +02:00
committed by GitHub
parent 5af774d7a3
commit c4d95f67dd
2 changed files with 52 additions and 1 deletions

View File

@ -363,7 +363,10 @@ from .ccc import (
)
from .ccma import CCMAIE
from .cctv import CCTVIE
from .cda import CDAIE
from .cda import (
CDAIE,
CDAFolderIE,
)
from .cellebrite import CellebriteIE
from .ceskatelevize import CeskaTelevizeIE
from .cgtn import CGTNIE