1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 06:05:13 +00:00

[RTNews] Add extractor (#2377)

Closes #2371
Authored by: Ashish0804
This commit is contained in:
Ashish Gupta
2022-01-19 22:07:32 +05:30
committed by GitHub
parent 4259402c56
commit e25ca9b017
2 changed files with 205 additions and 0 deletions

View File

@@ -1299,6 +1299,12 @@ from .rtl2 import (
RTL2YouIE,
RTL2YouSeriesIE,
)
from .rtnews import (
RTNewsIE,
RTDocumentryIE,
RTDocumentryPlaylistIE,
RuptlyIE,
)
from .rtp import RTPIE
from .rtrfm import RTRFMIE
from .rts import RTSIE