diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-08 21:44:50 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-08 21:59:10 +0530 |
commit | 00dd0cd573c6ef8ca38dc73b88160b6c9f074dbe (patch) | |
tree | 7a7c1f5587556df9ccbb981eed745567dfba86a0 /youtube_dlc/extractor/extractors.py | |
parent | 0c0ff18f7d9087c8306a8ad8713aef409a7f63f8 (diff) | |
download | hypervideo-pre-00dd0cd573c6ef8ca38dc73b88160b6c9f074dbe.tar.lz hypervideo-pre-00dd0cd573c6ef8ca38dc73b88160b6c9f074dbe.tar.xz hypervideo-pre-00dd0cd573c6ef8ca38dc73b88160b6c9f074dbe.zip |
Update to ytdl-2021.01.08
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index 200cf1395..65effed8e 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -59,6 +59,7 @@ from .appletrailers import ( AppleTrailersIE, AppleTrailersSectionIE, ) +from .applepodcasts import ApplePodcastsIE from .archiveorg import ArchiveOrgIE from .arcpublishing import ArcPublishingIE from .arkena import ArkenaIE @@ -104,6 +105,12 @@ from .bellmedia import BellMediaIE from .beatport import BeatportIE from .bet import BetIE from .bfi import BFIPlayerIE +from .bfmtv import ( + BFMTVIE, + BFMTVLiveIE, + BFMTVArticleIE, +) +from .bibeltv import BibelTVIE from .bigflix import BigflixIE from .bild import BildIE from .bilibili import ( @@ -442,7 +449,10 @@ from .go import GoIE 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 @@ -484,6 +494,10 @@ from .ign import ( OneUPIE, PCMagIE, ) +from .iheart import ( + IHeartRadioIE, + IHeartRadioPodcastIE, +) from .imdb import ( ImdbIE, ImdbListIE |