mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Compare commits
3 Commits
553e383c94
...
1.6.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b321a1d164 | ||
|
|
89e6fcf9bc | ||
|
|
ba2f317551 |
18
README.md
18
README.md
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
### **A clean, open-source multimedia downloader for Windows and Linux**
|
### **A clean, open-source multimedia downloader for Windows and Linux**
|
||||||
|
|
||||||
[](https://github.com/MasterAcnolo/Freedom-Loader/releases)
|
[](https://github.com/MasterAcnolo/Freedom-Loader/releases)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
[](https://masteracnolo.github.io/Freedom-Loader-Site/)
|
[](https://masteracnolo.github.io/Freedom-Loader-Site/)
|
||||||
[](https://masteracnolo.github.io/Freedom-Loader-Workshop/)
|
[](https://masteracnolo.github.io/Freedom-Loader-Workshop/)
|
||||||
@@ -88,8 +88,7 @@ The primary goal is to make media downloading accessible to users who want offli
|
|||||||
|
|
||||||
[](https://copr.fedorainfracloud.org/coprs/masteracnolo/freedom-loader/)
|
[](https://copr.fedorainfracloud.org/coprs/masteracnolo/freedom-loader/)
|
||||||
[](https://github.com/MasterAcnolo/Freedom-Loader/releases)
|
[](https://github.com/MasterAcnolo/Freedom-Loader/releases)
|
||||||
|
[](https://snapcraft.io/freedom-loader)
|
||||||
[//]: # ([](https://snapcraft.io/freedom-loader))
|
|
||||||
[](https://github.com/MasterAcnolo/Freedom-Loader/releases)
|
[](https://github.com/MasterAcnolo/Freedom-Loader/releases)
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
@@ -122,14 +121,11 @@ sudo dnf install freedom-loader
|
|||||||
sudo apt install ./freedom-loader_1.x.x_amd64.deb
|
sudo apt install ./freedom-loader_1.x.x_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
[//]: # (#### Snap (any distro with snapd))
|
#### Snap (any distro with snapd)
|
||||||
|
|
||||||
[//]: # ()
|
```bash
|
||||||
[//]: # (```bash)
|
sudo snap install freedom-loader
|
||||||
|
```
|
||||||
[//]: # (sudo snap install freedom-loader)
|
|
||||||
|
|
||||||
[//]: # (```)
|
|
||||||
|
|
||||||
#### RPM (Fedora/RHEL/openSUSE, without Copr)
|
#### RPM (Fedora/RHEL/openSUSE, without Copr)
|
||||||
|
|
||||||
@@ -543,7 +539,7 @@ You are free to use, modify, and redistribute this software under the terms of t
|
|||||||
|
|
||||||
- [yt-dlp](https://github.com/yt-dlp/yt-dlp) for the robust download engine
|
- [yt-dlp](https://github.com/yt-dlp/yt-dlp) for the robust download engine
|
||||||
- [FFmpeg](https://ffmpeg.org/) for media processing capabilities
|
- [FFmpeg](https://ffmpeg.org/) for media processing capabilities
|
||||||
- [Deno](https://deno.com/) for helping me bypassing challenges
|
- [Deno](https://deno.com/) for helping me to bypass challenges
|
||||||
- [Electron](https://www.electronjs.org/) for the desktop application framework
|
- [Electron](https://www.electronjs.org/) for the desktop application framework
|
||||||
- The open-source community for continuous support and contributions
|
- The open-source community for continuous support and contributions
|
||||||
- [@SpicyFire21](https://github.com/SpicyFire21) to be the spiciest one
|
- [@SpicyFire21](https://github.com/SpicyFire21) to be the spiciest one
|
||||||
|
|||||||
@@ -45,9 +45,9 @@ When using Freedom Loader, I recommend:
|
|||||||
|
|
||||||
- **Keep Updated**: Always use the latest version of Freedom Loader — older versions receive no security patches
|
- **Keep Updated**: Always use the latest version of Freedom Loader — older versions receive no security patches
|
||||||
- **Official Sources**: Download only from official sources:
|
- **Official Sources**: Download only from official sources:
|
||||||
- [GitHub Releases](https://github.com/MasterAcnolo/Freedom-Loader/releases)
|
- [GitHub Releases](https://github.com/MasterAcnolo/Freedom-Loader/releases)
|
||||||
- [Fedora COPR](https://copr.fedorainfracloud.org/coprs/masteracnolo/freedom-loader/)
|
- [Fedora COPR](https://copr.fedorainfracloud.org/coprs/masteracnolo/freedom-loader/)
|
||||||
<!-- - [Snap Store](https://snapcraft.io/freedom-loader) -->
|
- [Snap Store](https://snapcraft.io/freedom-loader)
|
||||||
- **Verify Downloads**: Check that installers are from one of the above sources
|
- **Verify Downloads**: Check that installers are from one of the above sources
|
||||||
- **Antivirus**: Keep your antivirus software up to date
|
- **Antivirus**: Keep your antivirus software up to date
|
||||||
|
|
||||||
|
|||||||
@@ -164,14 +164,7 @@
|
|||||||
"confinement": "strict",
|
"confinement": "strict",
|
||||||
"plugs": [
|
"plugs": [
|
||||||
"default",
|
"default",
|
||||||
"home",
|
"removable-media"
|
||||||
"removable-media",
|
|
||||||
"network",
|
|
||||||
"audio-playback",
|
|
||||||
"desktop",
|
|
||||||
"desktop-legacy",
|
|
||||||
"x11",
|
|
||||||
"wayland"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user