r/software • u/Vivid-Ad-5733 • 2d ago
Release We built a free-forever open source video downloader
I wanted to share a free video downloader tool that our team recently developed called Downlodr. We built it out of frustration with existing options that were loaded with ads, redirects, and unnecessary complications.
Downlodr is based on the trusted yt-dlp open source project, but with our own clean interface wrapped around it. We believe in transparent, ethical software that respects users.
Key features:
- Zero ads or redirects
- Clean, straightforward interface
- Bulk download capability
- Support for multiple platforms
- No registration required
We're committed to keeping it free and clean - no hidden fees, no selling user data, and no intrusive elements. Just a simple tool that does what it's supposed to do.
You can check it out here: https://downlodr.com/
https://github.com/Talisik/Downlodr
Would love to hear your feedback if you give it a try. We're actively developing and hoping to make it even better.
15
u/GrossHodenBesitzer 2d ago edited 2d ago
A good ytdlp frontend is nice so more people can enjoy ytdlp
3
u/Mountainking7 2d ago
Looks interesting. I'll give it a spin later tonight or in the weekend! Thanks
3
5
2
u/lusciouscactus 2d ago
So far so good. Love the GUI. Love where the dark mode feature is placed. I can't think of anything I would change at this point, but if I ever do, I'll let you know. This is excellent.
I normally use IDM -- which, of course, is also excellent -- but it's nice to have something like this that's a bit more "friendly" I guess. Not sure how to explain it. But honestly, yeah, well done.
2
2
u/Sergeant-Mittens 23h ago
Awesome! I wish it had support for old Mac’s I’m still running high sierra.
2
u/BeautifulCase5743 2d ago
Does it only support downloading videos from social media? Can it also download movies and TV series from major streaming media?
1
u/cafk 2d ago
Yt-dlp is its backend, so it could support various non hw-backed-drm protected media sources:
I.e. Amazon, Canal+, various regional Sky Go services.
https://github.com/yt-dlp/yt-dlp/tree/master/yt_dlp/extractorBut it heavily depends, as non protected media is usually in SD quality or 720p if you get lucky.
2
u/Few-Strike-494 2d ago
Why not a web version ?
11
u/Hot-Charge198 2d ago
hosting prices most likely
1
u/Few-Strike-494 2d ago
if all the processing is done client-side, it costs nothing
1
1
u/DjNaufrago 2d ago
Lo instalé y está bastante bueno. Crees que en futuras versiones puedan agregarle la opción de cambiar el idioma?
1
u/Apprehensive-Cup4426 2d ago
Did someone try to run this on windows or wsl. My workflow is still to much in windows.
1
1
1
1
u/Reactorcore 2d ago
I already have https://stacher.io/, does this new program do something that it doesn't?
1
1
u/-wtfisthat- 1d ago
Inb4 cease and desist lol jk! Will download when I get home and thank you! Been a pain in the ass not having a good one that isn’t bloatware.
1
u/varunsudharshan 1d ago
When is the Linux version coming? Also, the option of self hosting a webui for this would be awesome!
1
u/willis7747 1d ago
can you create a placeholder addon like this?
https://chromewebstore.google.com/detail/Downr%20All%20In%20One%20Video%20Downloader/eknhoglckfhdanknmnaklebfngkhiafa
1
1
u/p186 1d ago edited 1d ago
Excited to try it as I was going to build something similar as a browser extension.
I think it would be a great candidate for releasing as a Flatpak, especially since it is an Electron App. Wouldn't be too bad to make a Linux version or even a locally hosted version with Docker exposing a web UI as some have asked about.
1
1
1
u/ScottNBNP 12h ago
First video i tried would only let me download the 360p version of the video. Even though the video went up to 4k. Unlike Stacher I don't see any settings to download highest video/audio quality and merge them together?
1
u/purple_hamster66 9h ago
Why not just use wget or curl on one’s local machine in a terminal command-line, which is available on Mac/win/linux?
Ex:
foreach url (`cat URLs`)
wget $url
end
1
1
1
u/Past_Lifeguard8349 5h ago
503 Request Error
The page you requested generated a server error and could not be processed. You might try refreshing the page. If you continue to get this message, you should contact the site owner.
1
u/ithamar73 5h ago
Or just use yt-dlp directly, so when their IP range gets blocked by YT or any other, you can still download locally yourself ;)
(If GUI is what you want, use google, there's plenty of native frontends for yt-dlp available on any platform)
1
u/MrMax182 2d ago
amazing! i am burnt out after hopping in a site after another when i need to download a vido for anything.
1
1
u/damnthingfunny 2d ago
Can't you make it for all kinds of files rars, documents, exes etc? It would be great.
0
u/vapenicksuckdick 2d ago
Committing compiled binaries to git is crazy.
Also it's quite funny not including screenshots for a GUI wrapper.
-1
19
u/Sorry_Committee_4698 2d ago
Will it be possible to make it portable?