1
0
Fork 0

[extractor/dlf] Add extractors (#6697)

Closes #6430
Authored by: nick-cd
This commit is contained in:
Nicholas Defranco 2023-05-01 20:03:27 -04:00 committed by GitHub
commit b423b6a48e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 196 additions and 0 deletions

View file

@ -452,6 +452,10 @@ from .deezer import (
)
from .democracynow import DemocracynowIE
from .detik import DetikEmbedIE
from .dlf import (
DLFIE,
DLFCorpusIE,
)
from .dfb import DFBIE
from .dhm import DHMIE
from .digg import DiggIE