1
0
Fork 0

[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
commit c4d95f67dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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