diff options
author | HobbyistDev <105957301+HobbyistDev@users.noreply.github.com> | 2022-08-15 05:09:05 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 01:39:05 +0530 |
commit | 7695f5a0a758477608c68492fc00144cdad1c3bc (patch) | |
tree | 934802488912892ed79fc52b97f544038ceffc1e /yt_dlp/extractor/_extractors.py | |
parent | cb7cc448c0b7508215a45af0b81506403f61ef05 (diff) | |
download | hypervideo-pre-7695f5a0a758477608c68492fc00144cdad1c3bc.tar.lz hypervideo-pre-7695f5a0a758477608c68492fc00144cdad1c3bc.tar.xz hypervideo-pre-7695f5a0a758477608c68492fc00144cdad1c3bc.zip |
[extractor/moview] Add extractor (#4607)
Authored by: HobbyistDev
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 eb61ad386..2195472b7 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -975,6 +975,7 @@ from .motherless import ( from .motorsport import MotorsportIE from .movieclips import MovieClipsIE from .moviepilot import MoviepilotIE +from .moview import MoviewPlayIE from .moviezine import MoviezineIE from .movingimage import MovingImageIE from .msn import MSNIE |