diff options
author | Poschi <825911+poschi3@users.noreply.github.com> | 2021-09-07 19:11:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 22:41:56 +0530 |
commit | 92ddaa415e20134eaa20421e16bb692dc5e1f18d (patch) | |
tree | 808b6751f712742325a1b6a053ac24498f9c646d /yt_dlp/extractor/extractors.py | |
parent | b6de707d13ca3b7a573d9695b7fc0616fe394f60 (diff) | |
download | hypervideo-pre-92ddaa415e20134eaa20421e16bb692dc5e1f18d.tar.lz hypervideo-pre-92ddaa415e20134eaa20421e16bb692dc5e1f18d.tar.xz hypervideo-pre-92ddaa415e20134eaa20421e16bb692dc5e1f18d.zip |
[gotostage] Add extractor (#883)
Authored by: poschi3
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index c745fd079..736868a09 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -511,6 +511,7 @@ from .googlepodcasts import ( ) from .googlesearch import GoogleSearchIE from .goshgay import GoshgayIE +from .gotostage import GoToStageIE from .gputechconf import GPUTechConfIE from .groupon import GrouponIE from .hbo import HBOIE |