aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/extractors.py
diff options
context:
space:
mode:
authornixxo <c.nixxo@gmail.com>2020-11-09 10:59:25 +0100
committernixxo <c.nixxo@gmail.com>2020-11-09 10:59:25 +0100
commit5867a1678924ad25a4784abfa5dbd28b5b69eb67 (patch)
tree1ab79d5e206360736224fe355f01cc8e0b7d2034 /youtube_dlc/extractor/extractors.py
parent508649e6f5f4d1153fe20fd5b9d327c881604bc4 (diff)
downloadhypervideo-pre-5867a1678924ad25a4784abfa5dbd28b5b69eb67.tar.lz
hypervideo-pre-5867a1678924ad25a4784abfa5dbd28b5b69eb67.tar.xz
hypervideo-pre-5867a1678924ad25a4784abfa5dbd28b5b69eb67.zip
[rcs] fixed embeds detection, fixed tests
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r--youtube_dlc/extractor/extractors.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py
index c3b76f039..ecbe68ab0 100644
--- a/youtube_dlc/extractor/extractors.py
+++ b/youtube_dlc/extractor/extractors.py
@@ -937,8 +937,7 @@ from .raywenderlich import (
)
from .rbmaradio import RBMARadioIE
from .rcs import (
- CorriereIE,
- GazzettaIE,
+ RCSIE,
RCSEmbedsIE,
RCSVariousIE,
)