mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-23 23:07:45 +01:00
[extractor/rumble] Add RumbleIE extractor (#5515)
Closes #2846 Authored by: flashdagger
This commit is contained in:
parent
28b8f57b4b
commit
839e2a62ae
2 changed files with 84 additions and 19 deletions
|
|
@ -1568,6 +1568,7 @@ from .ruhd import RUHDIE
|
|||
from .rule34video import Rule34VideoIE
|
||||
from .rumble import (
|
||||
RumbleEmbedIE,
|
||||
RumbleIE,
|
||||
RumbleChannelIE,
|
||||
)
|
||||
from .rutube import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue