aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorSonic <47434066+TwoThousandHedgehogs@users.noreply.github.com>2021-12-24 06:49:33 -0500
committerGitHub <noreply@github.com>2021-12-24 17:19:33 +0530
commite9efb99f66b57a2e25937dff3dd834b5e6c381e3 (patch)
tree13f19774706211b11e3fdf8031dfa0dcf7e98db3 /yt_dlp/extractor/extractors.py
parenta709d87335fb33be0e94a6292f5c6f094b266541 (diff)
downloadhypervideo-pre-e9efb99f66b57a2e25937dff3dd834b5e6c381e3.tar.lz
hypervideo-pre-e9efb99f66b57a2e25937dff3dd834b5e6c381e3.tar.xz
hypervideo-pre-e9efb99f66b57a2e25937dff3dd834b5e6c381e3.zip
[dropout] Add extractor (#2045)
Authored-by: TwoThousandHedgehogs, pukkandan
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 0b359a253..2a907bc57 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -385,6 +385,10 @@ from .disney import DisneyIE
from .dispeak import DigitallySpeakingIE
from .doodstream import DoodStreamIE
from .dropbox import DropboxIE
+from .dropout import (
+ DropoutSeasonIE,
+ DropoutIE
+)
from .dw import (
DWIE,
DWArticleIE,