aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/extractors.py
diff options
context:
space:
mode:
authorTom-Oliver Heidel <github@tom-oliver.eu>2020-11-30 02:48:29 +0100
committerGitHub <noreply@github.com>2020-11-30 02:48:29 +0100
commit7dde463e86e03570b36fb59590b59f62bf9af2fa (patch)
tree800bb098b9f0229afb8ebca03d3cc52eaa2a54f8 /youtube_dlc/extractor/extractors.py
parente29288d667a4ede4339f00313f7d2b7f00fd1281 (diff)
parent9e4043faa99609ac16d279a5f8d5fc22b23f0c8e (diff)
downloadhypervideo-pre-7dde463e86e03570b36fb59590b59f62bf9af2fa.tar.lz
hypervideo-pre-7dde463e86e03570b36fb59590b59f62bf9af2fa.tar.xz
hypervideo-pre-7dde463e86e03570b36fb59590b59f62bf9af2fa.zip
Merge pull request #144 from nixxo/rcs
[Rcs] Add new extractor
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r--youtube_dlc/extractor/extractors.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py
index 772746bb2..b7ebc6951 100644
--- a/youtube_dlc/extractor/extractors.py
+++ b/youtube_dlc/extractor/extractors.py
@@ -950,6 +950,11 @@ from .raywenderlich import (
RayWenderlichCourseIE,
)
from .rbmaradio import RBMARadioIE
+from .rcs import (
+ RCSIE,
+ RCSEmbedsIE,
+ RCSVariousIE,
+)
from .rds import RDSIE
from .redbulltv import (
RedBullTVIE,