youtube-dl is really, really powerful. If you know the URL, you can download anything, even Twatter videos.
Fakebook is a little tricky but I found that if you change the URL to mbasic.facebook.com[rest of url for video] then you can download that video. However, Fakebook caps out at maybe 10 videos or less than that.
Let me know if you run into any issues because with Rumble videos, you have to inspect the webpage, find the URL then copy and paste into terminal and download.
Remember to switch directories to the one you want to save your video in, i.e. Q directory for all things Q related then run youtube-dl [switches?] (url of video) and done.
Sweet! Thanks! I was waiting for an update from the YT-DL team to allow us to DL from Rumble easily. The only solution I can do at this point is by inspecting the webpage and finding the URL to the video hidden deep inside the codes.
I'll use this workaround until hopefully an update will address this!
Thank you. ffmpeg is great. This video is now stored on an offline drive. Will be duplicated soon.
I "inspected" Lindell's page using my browser but did not see the url you posted. How did you get it? I'm interested in being able to do this on my own in the future.
I'm using Brave browser which (to my knowledge) is just a variant of chromium (the open source version of Chrome). So chromium has that built-in "inspect" feature which is great for manipulating html code, but I find it the most useful to inspect the network traffic your browser is actually doing.
Open a fresh browser (no other tabs) and inspect the default home page (before you visit anywhere), then at the top of the inspect screen you should see several options, i.e., Elements, Console, Sources, Network, Performance, etc.
Choose "Network" and then navigate over to http://michaeljlindell.com/ you should start to see all of the web objects show up under the Network tab.
You can filter the results. I knew from experience that a lot of these streaming services use the m3u8 playlist method of delivering videos. m3u8 is just a text file containing all of the pieces of the file.
All you need the the URL of the m3u8 file and ffmpeg does the rest.
Others on this site turned me onto another open source project I was unaware of that apparently is even easier than ffmpeg. I'm trying it out now: https://youtube-dl.org/
ffmpeg -i "https://2-fss-1.streamhoster.com/pv%5F104/%5Fdefinst%5F/amlst:shpcd1/cb3f/204746/mf/1906956/playlist.m3u8" -c copy -bsf:a aac_adtstoasc "absolute-proof.mp4"
youtube-dl is better.
youtube-dl https://2-fss-1.streamhoster.com/pv%5F104/%5Fdefinst%5F/amlst:shpcd1/cb3f/204746/mf/1906956/playlist.m3u8
and done.
holy shit. my my distro (fedora) had it in its repository.
thank you again!
youtube-dl is really, really powerful. If you know the URL, you can download anything, even Twatter videos.
Fakebook is a little tricky but I found that if you change the URL to mbasic.facebook.com[rest of url for video] then you can download that video. However, Fakebook caps out at maybe 10 videos or less than that.
Let me know if you run into any issues because with Rumble videos, you have to inspect the webpage, find the URL then copy and paste into terminal and download.
Remember to switch directories to the one you want to save your video in, i.e. Q directory for all things Q related then run youtube-dl [switches?] (url of video) and done.
Ya it’s nice.
Lot of python rips that work well too - but youtube-dl plugging into lists and even FFMPEG is the shit.
I literally download every video so I can bypass ads and keep a paper trail.
Dunno how many times I grab something minutes before it’s gone.
I do the same thing w UseNet leaks. All I need is 15 mins before a takedown and I got my shit.
Good luck stopping us.
Is it downloaded via the terminal? I run Ubuntu and am still learning. I did the install for youtube-dl via terminal so that is usable.
Also I'm on Fedora, but will have to upgrade to 33 soon. Still on 32 lol.
ha! i'm on 31!
thanks. never heard of it.
Sweet! Thanks! I was waiting for an update from the YT-DL team to allow us to DL from Rumble easily. The only solution I can do at this point is by inspecting the webpage and finding the URL to the video hidden deep inside the codes.
I'll use this workaround until hopefully an update will address this!
Thanks man!
Thank you. Watching now
Thank you. ffmpeg is great. This video is now stored on an offline drive. Will be duplicated soon.
I "inspected" Lindell's page using my browser but did not see the url you posted. How did you get it? I'm interested in being able to do this on my own in the future.
I'm using Brave browser which (to my knowledge) is just a variant of chromium (the open source version of Chrome). So chromium has that built-in "inspect" feature which is great for manipulating html code, but I find it the most useful to inspect the network traffic your browser is actually doing.
Open a fresh browser (no other tabs) and inspect the default home page (before you visit anywhere), then at the top of the inspect screen you should see several options, i.e., Elements, Console, Sources, Network, Performance, etc.
Choose "Network" and then navigate over to http://michaeljlindell.com/ you should start to see all of the web objects show up under the Network tab.
You can filter the results. I knew from experience that a lot of these streaming services use the m3u8 playlist method of delivering videos. m3u8 is just a text file containing all of the pieces of the file.
All you need the the URL of the m3u8 file and ffmpeg does the rest.
Others on this site turned me onto another open source project I was unaware of that apparently is even easier than ffmpeg. I'm trying it out now: https://youtube-dl.org/
Let me know if you need any more direction.
Good luck!