diff options
author | Dzmitry Neviadomski <nevack.d@gmail.com> | 2022-05-15 20:05:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 10:05:27 -0700 |
commit | 3ac7b66047f6bae8bfc9d1a9bfd0b9304b97c296 (patch) | |
tree | e122e35a24e177babfe300f31b5aac930207c3d1 /yt_dlp/extractor/extractors.py | |
parent | c9b2b368b3a513d8743bf4d17fa9427f46ccdc18 (diff) | |
download | hypervideo-pre-3ac7b66047f6bae8bfc9d1a9bfd0b9304b97c296.tar.lz hypervideo-pre-3ac7b66047f6bae8bfc9d1a9bfd0b9304b97c296.tar.xz hypervideo-pre-3ac7b66047f6bae8bfc9d1a9bfd0b9304b97c296.zip |
[goodgame] Add extractor (#3686)
Authored by: nevack
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 74add3530..9c5a5f482 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -591,6 +591,7 @@ from .go import GoIE from .godtube import GodTubeIE from .gofile import GofileIE from .golem import GolemIE +from .goodgame import GoodGameIE from .googledrive import GoogleDriveIE from .googlepodcasts import ( GooglePodcastsIE, |