aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorbpfoley <bpfoley>2015-12-30 21:50:26 +0000
committerBrian Foley <bpfoley@gmail.com>2016-01-03 22:26:06 +0000
commit896c7a23cd9fbfc589f26e9a7bbada38a325e2ad (patch)
tree911dcb115ebee7126baaeb21fc7205ccd4eb37a3 /youtube_dl/extractor/__init__.py
parent3092fc4035dd3a0841a92227e9bd80b7b9e4d871 (diff)
downloadyoutube-dl-896c7a23cd9fbfc589f26e9a7bbada38a325e2ad.tar.xz
[extractor/rte.py] Add support for RTE radio player
While here, stop RteIE changing filename extensions to .mp4. The files saved are .flv containers with h264 video.
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index fb7151443..fe3c32874 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -556,7 +556,7 @@ from .ro220 import Ro220IE
from .rottentomatoes import RottenTomatoesIE
from .roxwel import RoxwelIE
from .rtbf import RTBFIE
-from .rte import RteIE
+from .rte import RteIE, RteRadioIE
from .rtlnl import RtlNlIE
from .rtl2 import RTL2IE
from .rtp import RTPIE