aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-08-13 00:15:59 +0700
committerSergey M․ <dstftw@gmail.com>2018-08-13 00:15:59 +0700
commit24e0cd709fae13d9192361dae27ecd292c6b1fd6 (patch)
treec93a78640342a2ddd4fe917b358b5511f6a7038e /youtube_dl/extractor/extractors.py
parent4779420ce8e13d0df33189907e477146a2a0cefe (diff)
downloadyoutube-dl-24e0cd709fae13d9192361dae27ecd292c6b1fd6.tar.xz
[raywenderlich] Adapt to site redesign (closes #17225)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index eb22d0999..23ad42da9 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -899,7 +899,10 @@ from .rai import (
RaiPlayPlaylistIE,
RaiIE,
)
-from .raywenderlich import RayWenderlichIE
+from .raywenderlich import (
+ RayWenderlichIE,
+ RayWenderlichCourseIE,
+)
from .rbmaradio import RBMARadioIE
from .rds import RDSIE
from .redbulltv import RedBullTVIE