1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-17 11:01:07 -05:00

[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
This commit is contained in:
Jeroen Jacobs
2022-09-18 16:42:58 +02:00
committed by GitHub
parent 46d72cd2c7
commit fada8272b6
3 changed files with 396 additions and 262 deletions

View File

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