diff options
author | bpfoley <bpfoley> | 2015-12-30 21:50:26 +0000 |
---|---|---|
committer | Brian Foley <bpfoley@gmail.com> | 2016-01-03 22:26:06 +0000 |
commit | 896c7a23cd9fbfc589f26e9a7bbada38a325e2ad (patch) | |
tree | 911dcb115ebee7126baaeb21fc7205ccd4eb37a3 /youtube_dl/extractor/__init__.py | |
parent | 3092fc4035dd3a0841a92227e9bd80b7b9e4d871 (diff) |
[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__.py | 2 |
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 |