1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-04 00:55:15 +00:00

[extractor/genius] Add extractors (#5221)

Closes #5209
Authored by: bashonly
This commit is contained in:
bashonly
2022-11-04 15:37:45 +00:00
committed by GitHub
parent ed13a772d7
commit 68a9a450d4
2 changed files with 131 additions and 0 deletions

View File

@ -636,6 +636,10 @@ from .gazeta import GazetaIE
from .gdcvault import GDCVaultIE
from .gedidigital import GediDigitalIE
from .generic import GenericIE
from .genius import (
GeniusIE,
GeniusLyricsIE,
)
from .gettr import (
GettrIE,
GettrStreamingIE,