From a85e131b48ac618c9b5bd82a0ed5e288d095fb47 Mon Sep 17 00:00:00 2001 From: nixxo Date: Wed, 28 Oct 2020 20:32:28 +0100 Subject: [rcs] Add new extractor --- youtube_dlc/extractor/extractors.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'youtube_dlc/extractor/extractors.py') 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, -- cgit v1.2.3