aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authori6t <62123048+i6t@users.noreply.github.com>2021-10-05 04:23:37 +0900
committerGitHub <noreply@github.com>2021-10-05 00:53:37 +0530
commitd92125aeba4eefe8ef2c4f9ead8af99dd33ff0d4 (patch)
tree35fed780659d1554ab5bf12bc83947d08cbe590f /yt_dlp/extractor/extractors.py
parent0f0ac87be3fc55cab8fec767c446431a8ce085f3 (diff)
downloadhypervideo-pre-d92125aeba4eefe8ef2c4f9ead8af99dd33ff0d4.tar.lz
hypervideo-pre-d92125aeba4eefe8ef2c4f9ead8af99dd33ff0d4.tar.xz
hypervideo-pre-d92125aeba4eefe8ef2c4f9ead8af99dd33ff0d4.zip
[GoPro] Add extractor (#1167)
Fixes: https://github.com/ytdl-org/youtube-dl/issues/30044 Authored by: i6t
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 71e4cd4cf..8c5b8b160 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -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