aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-11-06 07:28:49 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-11-06 07:53:58 +0530
commit244644c02ce98b7b7aeba7bfa95dc65271ffd2b6 (patch)
tree9dcdbd379812de0e0d146a56fd4939ab4012e51e /yt_dlp/extractor/extractors.py
parent34921b43451a23d8cd7350f8511269bdfd35cf61 (diff)
downloadhypervideo-pre-244644c02ce98b7b7aeba7bfa95dc65271ffd2b6.tar.lz
hypervideo-pre-244644c02ce98b7b7aeba7bfa95dc65271ffd2b6.tar.xz
hypervideo-pre-244644c02ce98b7b7aeba7bfa95dc65271ffd2b6.zip
[roosterteeth] Add series extractor
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index a0aa1f287..427065015 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -1200,7 +1200,7 @@ from .rice import RICEIE
from .rmcdecouverte import RMCDecouverteIE
from .ro220 import Ro220IE
from .rockstargames import RockstarGamesIE
-from .roosterteeth import RoosterTeethIE
+from .roosterteeth import RoosterTeethIE, RoosterTeethSeriesIE
from .rottentomatoes import RottenTomatoesIE
from .roxwel import RoxwelIE
from .rozhlas import RozhlasIE