diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2022-11-04 15:37:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 21:07:45 +0530 |
commit | 68a9a450d432f67dc8c2531f053a5fd41b5f341a (patch) | |
tree | f411bf711b898ef983e4207c0cdf9df37eac7f4d /yt_dlp/extractor/_extractors.py | |
parent | ed13a772d717c0df4f41fad6010369ad5d545005 (diff) | |
download | hypervideo-pre-68a9a450d432f67dc8c2531f053a5fd41b5f341a.tar.lz hypervideo-pre-68a9a450d432f67dc8c2531f053a5fd41b5f341a.tar.xz hypervideo-pre-68a9a450d432f67dc8c2531f053a5fd41b5f341a.zip |
[extractor/genius] Add extractors (#5221)
Closes #5209
Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 0bcb6e185..020f3b454 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -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, |