diff options
author | Jeroen Jacobs <github.com@jeroenj.be> | 2022-09-18 16:42:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-18 20:12:58 +0530 |
commit | fada8272b6c86ec43f0ccdeaa7bd29baecb4ba2d (patch) | |
tree | c12c3dd1bc315f9c01fa8086b6631dc979c31f4f /yt_dlp/extractor/_extractors.py | |
parent | 46d72cd2c7fced093189babb484d53766f52ef57 (diff) | |
download | hypervideo-pre-fada8272b6c86ec43f0ccdeaa7bd29baecb4ba2d.tar.lz hypervideo-pre-fada8272b6c86ec43f0ccdeaa7bd29baecb4ba2d.tar.xz hypervideo-pre-fada8272b6c86ec43f0ccdeaa7bd29baecb4ba2d.zip |
[extractor/GoPlay] Add extractor (#3412)
Replaces old Vier extractors
Closes https://github.com/yt-dlp/yt-dlp/issues/1546
Based on: https://github.com/ytdl-org/youtube-dl/pull/27815
Authored by: jeroenj, CNugteren, basrieter
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 6bf769a9e..43e2f93d3 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -649,6 +649,7 @@ from .googlepodcasts import ( ) from .googlesearch import GoogleSearchIE from .gopro import GoProIE +from .goplay import GoPlayIE from .goshgay import GoshgayIE from .gotostage import GoToStageIE from .gputechconf import GPUTechConfIE @@ -2021,7 +2022,6 @@ from .vidio import ( VidioLiveIE ) from .vidlii import VidLiiIE -from .vier import VierIE, VierVideosIE from .viewlift import ( ViewLiftIE, ViewLiftEmbedIE, |