[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.
This commit is contained in:
bpfoley 2015-12-30 21:50:26 +00:00 committed by Brian Foley
parent 3092fc4035
commit 896c7a23cd
2 changed files with 70 additions and 9 deletions

View file

@ -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