1
0
Fork 0

[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
commit 68a9a450d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,