1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[rtvs] Add extractor (closes #9242, closes #15187)

This commit is contained in:
Sergey M․
2018-01-21 17:40:00 +07:00
parent ac458e90a3
commit df58ecbeba
2 changed files with 48 additions and 0 deletions

View File

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