diff options
author | nixxo <c.nixxo@gmail.com> | 2020-10-28 20:32:28 +0100 |
---|---|---|
committer | nixxo <c.nixxo@gmail.com> | 2020-10-28 20:32:28 +0100 |
commit | a85e131b48ac618c9b5bd82a0ed5e288d095fb47 (patch) | |
tree | 160cb8d8c841b8cc8a427a361b8c195587a37cae /youtube_dlc/extractor/extractors.py | |
parent | ddb77f30ee597aa5d23079fe6654b7e2e4a91656 (diff) | |
download | hypervideo-pre-a85e131b48ac618c9b5bd82a0ed5e288d095fb47.tar.lz hypervideo-pre-a85e131b48ac618c9b5bd82a0ed5e288d095fb47.tar.xz hypervideo-pre-a85e131b48ac618c9b5bd82a0ed5e288d095fb47.zip |
[rcs] Add new extractor
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index d31edd7c8..c3b76f039 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -936,6 +936,12 @@ from .raywenderlich import ( RayWenderlichCourseIE, ) from .rbmaradio import RBMARadioIE +from .rcs import ( + CorriereIE, + GazzettaIE, + RCSEmbedsIE, + RCSVariousIE, +) from .rds import RDSIE from .redbulltv import ( RedBullTVIE, |