From 17f0eb66b8d0b9c7237a81f03c8268a15715d92b Mon Sep 17 00:00:00 2001 From: MinePlayersPE Date: Fri, 2 Jul 2021 21:24:41 +0700 Subject: [RCTIPlus] Add extractor (#443) Authored by: MinePlayersPE --- yt_dlp/extractor/extractors.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yt_dlp/extractor/extractors.py') diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index a084b4b2a..3973dcb5a 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -1063,6 +1063,10 @@ from .rcs import ( RCSEmbedsIE, RCSVariousIE, ) +from .rcti import ( + RCTIPlusIE, + RCTIPlusSeriesIE, +) from .rds import RDSIE from .redbulltv import ( RedBullTVIE, -- cgit v1.2.3