download videos - Feddit.it

Hi fellow people! I want to download & save a huge set of small videos (20min each) for a swimming course I paid for and they don’t let me download , and this is driving me crazy. The videos can be accessed via browser only, and I tried tubedowoader with no success (gives an error “empty keys” while attempting to download). What should I try? (Android is first choice, then Linux ofc)

I’ve had success with jdownloader or some firefox addon that grabs media in the past.
I usually try this method when there isn’t something easier: superuser.com/a/990986
How to manually download a streaming video (Firefox)

How do I manually download a streaming video (I use Firefox). I don't wanna use any add-ons or any 3 rd party software or anything else. I just want to save my streaming videos manually. How can I do

Super User
Don’t know why you’re downvoted, this is a good method.
Some people are just being followed by downvoting bots. This seems to be their case when you check their profile. Not the first time I see it.
If it’s streamed in chunks it won’t work. It’s about a 50% chance from my experience. I guess that’s where downvotes are coming from?
Do you have tricks for mobile browsers?
Not really, I prefer to do this kind of stuff on a desktop. Also, I don’t think mobile browsers have good developer tools to use for this purpose
Ah tough luck. I might have to wait for FF to go through with their addons update in mobile browser.
yt-dlp works often enough. You can specify cookies for login information as command line options, first have to login in the browser though and look for the info in the console.
VideoDownloadHelper (Firefox addon) is usually quite powerful
try 1dm app on playstore. it has a browser where you can tap a button and see the videos in the page that can be downoaded.
Its grabber tool

It depends on how the video is embedded and which format it is.

  • You can try to open Page Info (CTRL+I) > Media tab and see if you can find the video there (Firefox).
  • Sometimes you can right click and open frame in new window, which then allows you to save it (you may need to enable dom. event. contextmenu in about:config if they block right click)
  • Get the VideoDownloadHelper addin (Firefox)
Yep. You might not even need an extension if it’s just a html5 video.
If none of the options others commented works, you could always resort to writing a script to screen record the videos by automating mouse clicks.
I would find the media stream requests in inspector and build a yt-dlp command adding same headers you find there. I was able to download some coursers like this.
jdownloader? works on a lot of sites. you can also use it to send credentials if that is required.