From e60917c379783e88b49ba056612b0270730e4669 Mon Sep 17 00:00:00 2001 From: kclauhk <78251477+kclauhk@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:27:07 +0800 Subject: [PATCH] Update _extractors.py Co-Authored-By: bashonly <88596187+bashonly@users.noreply.github.com> --- yt_dlp/extractor/_extractors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 16a4dabd8..a5303452f 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -740,6 +740,7 @@ from .gettr import ( from .giantbomb import GiantBombIE from .giphy import ( GiphyChannelIE, + GiphyChannelPageIE, GiphyIE, GiphySearchIE, GiphySearchURLIE,