[glomex] Add new extractors (#1979)
Original PR: https://github.com/ytdl-org/youtube-dl/pull/30212 Authored by: zmousm
This commit is contained in:
parent
0bb5ac1ac4
commit
71738b1451
3 changed files with 253 additions and 0 deletions
|
|
@ -1318,6 +1318,10 @@ from .rutube import (
|
|||
RutubePlaylistIE,
|
||||
RutubeTagsIE,
|
||||
)
|
||||
from .glomex import (
|
||||
GlomexIE,
|
||||
GlomexEmbedIE,
|
||||
)
|
||||
from .rutv import RUTVIE
|
||||
from .ruutu import RuutuIE
|
||||
from .ruv import RuvIE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue