• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

Downloading from Rumble, just a small note on how to do it

DQ

Well-Known Member
Thread Starter
Joined
Feb 28, 2016
Messages
2,766
Likes
2,680
There are a number of YouTube downloaders including AS. I wanted something similar for Rumble. Just shooting from the hip I gave YT-DLP a try. Initially it did not work. But I saw why fairly easily. Their URLs go to an HTML page directly for every video. Meaning the url literally ends in html. So YT-DLP spits that out.

If you click "share" on a Rumble video it gives you a url. But it too ends in html. However if you look at the text it provides for the "embed" section it does have a url you can use.

So, this does not work:
Code:
https://rumble.com/v40q8rc-1-irish-solo-player-.html

But this does (from the embed iframe url field)
Code:
https://rumble.com/embed/v3y4v50/?pub=4

Hopefully this saves someone a little bit of time.
 
Back
Top