[GoPro] Add extractor (#1167)

Fixes: https://github.com/ytdl-org/youtube-dl/issues/30044
Authored by: i6t
This commit is contained in:
i6t
2021-10-05 04:23:37 +09:00
committed by GitHub
parent 0f0ac87be3
commit d92125aeba
2 changed files with 111 additions and 0 deletions

View File

@@ -524,6 +524,7 @@ from .googlepodcasts import (
GooglePodcastsFeedIE,
)
from .googlesearch import GoogleSearchIE
from .gopro import GoProIE
from .goshgay import GoshgayIE
from .gotostage import GoToStageIE
from .gputechconf import GPUTechConfIE