aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-01-21 17:40:00 +0700
committerSergey M․ <dstftw@gmail.com>2018-01-21 17:40:23 +0700
commitdf58ecbeba72e03b241c28e7c4760ef9b215c402 (patch)
tree10b57418a447253c3b116ee5d9b134e41bb69c61 /youtube_dl/extractor/extractors.py
parentac458e90a34f7ad93b797176c2c86c50f9ca23ee (diff)
downloadyoutube-dl-df58ecbeba72e03b241c28e7c4760ef9b215c402.tar.xz
[rtvs] Add extractor (closes #9242, closes #15187)
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 f5bac6fd9..541f73e3c 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -900,6 +900,7 @@ from .rtp import RTPIE
from .rts import RTSIE
from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
from .rtvnh import RTVNHIE
+from .rtvs import RTVSIE
from .rudo import RudoIE
from .ruhd import RUHDIE
from .ruleporn import RulePornIE