mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
ReadME
This commit is contained in:
58
README.md
58
README.md
@@ -1,10 +1,15 @@
|
|||||||
# Freedom Loader
|
<div style="width: 100%; text-align: center;">
|
||||||
|
<img
|
||||||
|
src="./public/assets/logo/Freedom Loader.png"
|
||||||
|
alt="Banner"
|
||||||
|
style="width: 100%; max-width: 1000px; filter: invert(1);"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||

|

|
||||||
|
[](https://masteracnolo.github.io/No-Sense/pages/FreedomLoader/index.html)
|
||||||
|
|
||||||
<!--  -->
|
Freedom Loader is a **Windows desktop** application built with **Electron**.
|
||||||
|
|
||||||
Freedom Loader is a Windows desktop application built with Electron.
|
|
||||||
It provides a simple and reliable way to download video or audio content with metadata and advanced options, without ads or questionable third-party services.
|
It provides a simple and reliable way to download video or audio content with metadata and advanced options, without ads or questionable third-party services.
|
||||||
The goal is to offer a clean, user-friendly, and transparent download experience. It's important for me to make media content downloading accessible to people who love music or videos and don’t always have an internet connection.
|
The goal is to offer a clean, user-friendly, and transparent download experience. It's important for me to make media content downloading accessible to people who love music or videos and don’t always have an internet connection.
|
||||||
|
|
||||||
@@ -14,11 +19,14 @@ The goal is to offer a clean, user-friendly, and transparent download experience
|
|||||||
|
|
||||||
- Video download with metadata (MP4)
|
- Video download with metadata (MP4)
|
||||||
- Audio-only download with thumbnail and tags (MP3)
|
- Audio-only download with thumbnail and tags (MP3)
|
||||||
- Full playlist support
|
- Full playlist support and better display in UI
|
||||||
- Automatic metadata retrieval (title, duration, author, etc.)
|
- Automatic metadata retrieval (title, duration, author, etc.)
|
||||||
- Detailed logs (console + rotating files for 7 days)
|
- Detailed logs (console + rotating files for 7 days)
|
||||||
|
- Progress Bar for download and network speed indicator
|
||||||
|
- Better UX when fetching info
|
||||||
- Custom output path with persistence
|
- Custom output path with persistence
|
||||||
- Automatic dependency updates (YT-DLP)
|
- Automatic dependency updates (YT-DLP)
|
||||||
|
- Automatic Application Update
|
||||||
- Multiple UI themes
|
- Multiple UI themes
|
||||||
- Simple, responsive interface
|
- Simple, responsive interface
|
||||||
- Notifications on download completion (click to open folder)
|
- Notifications on download completion (click to open folder)
|
||||||
@@ -29,7 +37,7 @@ The goal is to offer a clean, user-friendly, and transparent download experience
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Download the latest installer from the **Releases** page and run it (Defender could stop you but click on "Run Anyway" and it's good).
|
Download the latest installer from the **Releases** page and run it (Defender could stop you but click on "Run Anyway" and it's good).
|
||||||
No additional setup is required.
|
Actually, **Firefox Browser** isr r
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -54,16 +62,15 @@ Try restarting the application, checking the logs, or opening the developer cons
|
|||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
- [ ] Website for Freedom Loader
|
- [x] ~~Website for Freedom Loader~~
|
||||||
- [ ] More format options
|
- [ ] More format options
|
||||||
- [ ] Linux version
|
- [ ] Linux version
|
||||||
- [ ] Mobile version (APK)
|
|
||||||
- [x] ~~Auto-updating YT-DLP~~
|
- [x] ~~Auto-updating YT-DLP~~
|
||||||
- [ ] Automatic project updates
|
- [x] ~~Automatic project updates~~
|
||||||
- [ ] Better download status
|
- [x] ~~Better download status~~
|
||||||
- [ ] Better website support (currently only YouTube is fully supported)
|
- [ ] Better website support (currently only YouTube is fully supported, other site could work but i can't prove it)
|
||||||
- [ ] Subtitle support
|
- [ ] Subtitle support
|
||||||
- [ ] UI/UX improvements
|
- [x] ~~UI/UX improvements~~
|
||||||
- [ ] Language selection
|
- [ ] Language selection
|
||||||
- [ ] Download specific parts of a video
|
- [ ] Download specific parts of a video
|
||||||
- [ ] Custom file naming
|
- [ ] Custom file naming
|
||||||
@@ -84,10 +91,31 @@ Try restarting the application, checking the logs, or opening the developer cons
|
|||||||
|
|
||||||
## Technologies
|
## Technologies
|
||||||
|
|
||||||
This project uses:
|
This project uses:
|
||||||
[](https://github.com/yt-dlp/yt-dlp)
|
|
||||||
|
|
||||||
Huge thanks to the yt-dlp team for providing an outstanding open-source tool.
|
<div style="display: flex; gap: 10px; align-items: center; flex-wrap: wrap;">
|
||||||
|
|
||||||
|
<a href="https://github.com/yt-dlp/yt-dlp">
|
||||||
|
<img src="https://img.shields.io/badge/yt--dlp-Visit%20Repo-cf0000?style=for-the-badge&logo=github&logoColor=white">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://github.com/FFmpeg/FFmpeg">
|
||||||
|
<img src="https://img.shields.io/badge/FFmpeg-Visit%20Repo-666666?style=for-the-badge&logo=ffmpeg&logoColor=white" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://nodejs.org/">
|
||||||
|
<img src="https://img.shields.io/badge/Node.js-Visit%20Repo-339933?style=for-the-badge&logo=node.js&logoColor=white" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://github.com/electron/electron">
|
||||||
|
<img src="https://img.shields.io/badge/Electron-Visit%20Repo-47848F?style=for-the-badge&logo=electron&logoColor=white" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://github.com/denoland/deno/">
|
||||||
|
<img src="https://img.shields.io/badge/Deno-Visit%20Repo-14e0cc?style=for-the-badge&logo=deno&logoColor=white" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
BIN
public/assets/logo/Freedom Loader.png
Normal file
BIN
public/assets/logo/Freedom Loader.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user