From 68a9a450d432f67dc8c2531f053a5fd41b5f341a Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Fri, 4 Nov 2022 15:37:45 +0000 Subject: [extractor/genius] Add extractors (#5221) Closes #5209 Authored by: bashonly --- yt_dlp/extractor/_extractors.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yt_dlp/extractor/_extractors.py') 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, -- cgit v1.2.3