I made a FOSS video, audio and live stream downloader extension for browsers! (github.com)
from helloyanis@jlai.lu to technology@lemmy.world on 19 Apr 09:05
https://jlai.lu/post/18221644

Go try Media Downloader Unleashed!!

If you want to download .m3u8 streams, audio and video files embedded on websites, go give it a try and tell me what you think!

Any feedback (both positive and negative) is apreciated!

#technology

threaded - newest

zo0@programming.dev on 19 Apr 09:29 next collapse

Yay I was looking for something like this! Thanks!

helloyanis@jlai.lu on 19 Apr 10:37 collapse

You’re welcome! Happy to help!!

velummortis@lemmy.dbzer0.com on 19 Apr 09:56 next collapse

Is this like IDM?

helloyanis@jlai.lu on 19 Apr 10:35 collapse

What’s IDM?

helloyanis@jlai.lu on 19 Apr 11:17 collapse

After looking it up, yes it’s a bit like IDM (Internet Download Manager) but has less features (like it’s not separating which files are audio, video… yet?), however it’s available on mobile as well so there’s that

villainy@lemmy.world on 19 Apr 11:43 next collapse

I can’t tell if this is actually a new project or if you forked, extended, and changed the license of an existing MPL 2.0 project. The latter would be a bad thing.

You have a commit titled “Full rewrite!!” but I’m not about to go do a comparison to see how “full” it is. If it is indeed a complete clean reimplementation then I would recommend making it a new project so it doesn’t look like you took someone’s FOSS code and relicensed it for yourself.

helloyanis@jlai.lu on 19 Apr 12:15 next collapse

This started as a fork but was fully rewritten from scratch. No code is used from the original repo, so I also chose to make the license more premissive.

See this commit!

You have some good points but if I made a new repo from scratch, it would break many links, including links in the add-on’s store page, the add-on itself and search engines. It would also kill every watcher/issue/PR etc so I don’t think it’s really a good idea.

If you have a clean solution to solve this I’d love to hear it!

fmstrat@lemmy.nowsci.com on 25 Apr 01:08 collapse

Full rewrites do happen. The first commit of PiKVM is a copy of my repo: github.com/…/70eebd5c59da26dc3f6ad56730adbb616055…. I was referenced there for a long time before eventually being removed, and I’m pretty sure by then my code had been fully rewritten.

Though I did find it funny when LTT covered them and said they complained about a copycat who wasn’t giving them credit 😆

mooncake@lemm.ee on 19 Apr 12:46 collapse

It’s nice but the UI could be prettier imo.

helloyanis@jlai.lu on 19 Apr 12:47 collapse

What’s some specific elements of the UI you dislike and how would you improve it?

mooncake@lemm.ee on 19 Apr 13:27 collapse

I’ll look on my PC later was on my phone

helloyanis@jlai.lu on 19 Apr 13:32 collapse

UI on mobile is important as well!

Right now some buttons are overflowing but it should still be mostly fine.

For anyone wondering how it looks :

<img alt="" src="https://jlai.lu/pictrs/image/ec14b967-2920-4dd0-acb6-e9cacbb19fe4.jpeg">

mooncake@lemm.ee on 19 Apr 14:27 collapse

I would put copy URL, preview and download in 1 line try make it more compact think it’s too big right now but the extension works great!

helloyanis@jlai.lu on 19 Apr 14:38 collapse

True, that’s how it looks on PC, I haven’t managed to trick Material UI Web yet to display those in 1 line on mobile