[rtl2] add support for you.rtl2.de(closes #10257)

This commit is contained in:
Remita Amine 2017-04-03 21:35:54 +01:00
parent 2ab0bfcd81
commit b68e00b08a
2 changed files with 114 additions and 2 deletions

View file

@ -834,7 +834,11 @@ from .rozhlas import RozhlasIE
from .rtbf import RTBFIE
from .rte import RteIE, RteRadioIE
from .rtlnl import RtlNlIE
from .rtl2 import RTL2IE
from .rtl2 import (
RTL2IE,
RTL2YouIE,
RTL2YouSeriesIE,
)
from .rtp import RTPIE
from .rts import RTSIE
from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE