aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-03-09 23:27:44 +0700
committerSergey M․ <dstftw@gmail.com>2018-03-09 23:27:44 +0700
commit5d49d879cc59beb417d04db17b2f18bb438b52e2 (patch)
treeb6d2138719a3f662fcbcb4cb875d33f123d528a0 /youtube_dl/extractor/extractors.py
parentb5434b5c311dc9031e8fc537d55b406dc1f9abf3 (diff)
downloadyoutube-dl-5d49d879cc59beb417d04db17b2f18bb438b52e2.tar.xz
[raywenderlich] Add extractor (#15251)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 6011fd41f..bef3b82ee 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -875,6 +875,7 @@ from .rai import (
RaiPlayPlaylistIE,
RaiIE,
)
+from .raywenderlich import RayWenderlichIE
from .rbmaradio import RBMARadioIE
from .rds import RDSIE
from .redbulltv import RedBullTVIE