[googlepodcasts] Add new extractor

This commit is contained in:
Remita Amine
2021-01-04 01:04:20 +01:00
parent 9c484c0019
commit 8487e8b98a
2 changed files with 92 additions and 0 deletions

View File

@@ -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