From 8b2b336337b83048648ca6810ac80656d44777a5 Mon Sep 17 00:00:00 2001 From: upintheairsheep <43690204+upintheairsheep@users.noreply.github.com> Date: Tue, 21 Feb 2023 09:07:14 -0800 Subject: [PATCH] Add GooglePhotosIE from tokune's ytdl fork --- youtube_dl/extractor/extractors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 3a87f9e33..e52fc70cf 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -452,6 +452,7 @@ from .go import GoIE from .godtube import GodTubeIE from .golem import GolemIE from .googledrive import GoogleDriveIE +from .googlephotos import GooglePhotosIE from .googlepodcasts import ( GooglePodcastsIE, GooglePodcastsFeedIE,