aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorTimendum <timedum@gmail.com>2017-10-23 15:32:45 +0200
committerSergey M․ <dstftw@gmail.com>2017-12-09 00:47:40 +0700
commitd21d0ba6c14e8a6696130090641da4e2028e1bb3 (patch)
tree578e53dd3f06be0fa6ffd2508ed1d09e3a9fa92c /youtube_dl/extractor/extractors.py
parenta670b1ba266533c520a436469585904321808a1b (diff)
downloadyoutube-dl-d21d0ba6c14e8a6696130090641da4e2028e1bb3.tar.xz
[raiplay:playlist] Add extractor
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 9c9739ad2..d8f9f94cc 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -857,6 +857,7 @@ from .rai import (
RaiPlayIE,
RaiPlayLiveIE,
RaiIE,
+ RaiPlaylistIE,
)
from .rbmaradio import RBMARadioIE
from .rds import RDSIE