[extractor/Audiodraft] Add extractors (#4288)
Based on https://github.com/yt-dlp/yt-dlp/pull/4259 Closes https://github.com/yt-dlp/yt-dlp/issues/4028 Authored by: fstirlitz, Ashish0804
This commit is contained in:
parent
63e66cd0ad
commit
65493f64e1
2 changed files with 97 additions and 0 deletions
|
|
@ -104,6 +104,10 @@ from .atttechchannel import ATTTechChannelIE
|
|||
from .atvat import ATVAtIE
|
||||
from .audimedia import AudiMediaIE
|
||||
from .audioboom import AudioBoomIE
|
||||
from .audiodraft import (
|
||||
AudiodraftCustomIE,
|
||||
AudiodraftGenericIE,
|
||||
)
|
||||
from .audiomack import AudiomackIE, AudiomackAlbumIE
|
||||
from .audius import (
|
||||
AudiusIE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue