aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2021-01-04 01:04:20 +0100
committerRemita Amine <remitamine@gmail.com>2021-01-04 01:14:26 +0100
commit8487e8b98afd1b469c2b9d29ee53bd173ff9a7e0 (patch)
tree8a8f8e59986f472f25c8e5a1dad4fa54b3d4f8c9 /youtube_dl/extractor/extractors.py
parent9c484c0019ba16cd4b4d686930bfa038f1bf9320 (diff)
downloadyoutube-dl-8487e8b98afd1b469c2b9d29ee53bd173ff9a7e0.tar.xz
[googlepodcasts] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 82d440a6d..3668197b1 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -423,6 +423,10 @@ from .godtube import GodTubeIE
from .golem import GolemIE
from .googledrive import GoogleDriveIE
from .googleplus import GooglePlusIE
+from .googlepodcasts import (
+ GooglePodcastsIE,
+ GooglePodcastsFeedIE,
+)
from .googlesearch import GoogleSearchIE
from .goshgay import GoshgayIE
from .gputechconf import GPUTechConfIE