[glomex] Add new extractors (#1979)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/30212
Authored by: zmousm
This commit is contained in:
Zenon Mousmoulas
2022-01-14 02:39:52 +05:30
committed by GitHub
parent 0bb5ac1ac4
commit 71738b1451
3 changed files with 253 additions and 0 deletions
+4
View File
@@ -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