1
0
Fork 0

[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
commit e25ca9b017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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