this post was submitted on 15 Jul 2025
39 points (93.3% liked)

Technology

72957 readers
2988 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

I updated Media Downloader Unleashed so it can download MPD streams!

It's been a while since I've posted an update for my browser #extension to download videos, audios and streams, and I'd like to let you know you can now download #MPD (mpeg-dash) streams with it! (And also m3u8 streams, and any other raw media format!)

Try it if you want! It's completely free, #opensource and MIT licensed!

Available on the #firefox add-ons store, but can be built for chromium as well!

Store page : https://addons.mozilla.org/addon/media-downloader-unleashed/?utm%5C_source=fedi

Source code : https://github.com/helloyanis/media-downloader-unleashed

@technology @opensource @datahoarder

#technology

top 5 comments
sorted by: hot top controversial new old
[–] MonkderVierte@lemmy.zip 6 points 4 days ago* (last edited 4 days ago) (1 children)

I have alias aria2c='aria2c -c -x 10 -k 5M', which regularly downloads 50%+ faster than Firefox.

[–] helloyanis@furries.club 1 points 4 days ago (1 children)

@MonkderVierte I'm afraid I can't handle that from a browser extension, but good to know!

[–] MonkderVierte@lemmy.zip 1 points 4 days ago (1 children)
[–] helloyanis@furries.club 0 points 4 days ago (1 children)

@MonkderVierte The thing is, since the code is running inside a browser extension there's no way to interact with third party tools that aren't part of the standard JavaScript api.

Well, I mean there's Native Messaging https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native/_messaging but it only works for PC (Bye bye to ~70% of Android users) and I'd have to use a forked version to be able to handle messages from the browser extension, so I think that's not the best solution for me

[–] MonkderVierte@lemmy.zip 1 points 2 days ago

Yeah, thought so. But there was a slight hope you could replicate the parameters behavior.