diff options
author | MinePlayersPE <mineplayerspealt@gmail.com> | 2021-07-02 21:24:41 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 19:54:41 +0530 |
commit | 17f0eb66b8d0b9c7237a81f03c8268a15715d92b (patch) | |
tree | 469c98d2adae5ffe63a783bc7d231aafc0b476b3 /yt_dlp/extractor/extractors.py | |
parent | 981052c9c6febb33b6547140a67a49ac0f5f4578 (diff) | |
download | hypervideo-pre-17f0eb66b8d0b9c7237a81f03c8268a15715d92b.tar.lz hypervideo-pre-17f0eb66b8d0b9c7237a81f03c8268a15715d92b.tar.xz hypervideo-pre-17f0eb66b8d0b9c7237a81f03c8268a15715d92b.zip |
[RCTIPlus] Add extractor (#443)
Authored by: MinePlayersPE
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 4 |
1 files changed, 4 insertions, 0 deletions
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, |