[Epidemic Sound] Add new extractor (#32628)

* Add simple extractor
* Support separate tracks
* Use index as id instead of slug

---------

Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
Robotix
2023-12-06 02:17:57 +01:00
committed by GitHub Actions
parent 3fb3e0aaa7
commit 7b4b320bcc
2 changed files with 102 additions and 0 deletions

View File

@@ -357,6 +357,7 @@ from .ellentube import (
from .elpais import ElPaisIE
from .embedly import EmbedlyIE
from .engadget import EngadgetIE
from .epidemicsound import EpidemicSoundIE
from .eporner import EpornerIE
from .eroprofile import EroProfileIE
from .escapist import EscapistIE