File | Date | Author | Commit |
---|---|---|---|
READMES | 2022-09-07 |
![]() |
[484a22] Update README_tr.md |
assets | 2022-09-07 |
![]() |
[928855] Fixes |
flatpak | 2022-09-10 |
![]() |
[c96061] Updating flatpak config |
html | 2022-09-08 |
![]() |
[96b8d4] Added translations |
resources | 2022-09-09 |
![]() |
[294533] Icon for mac |
src | 2022-09-10 |
![]() |
[22c9ef] Fixing an issue |
translations | 2022-09-08 |
![]() |
[f541fc] Removing unnecessary entry |
.gitignore | 2022-09-03 |
![]() |
[85aabf] Small change |
LICENSE | 2022-07-25 |
![]() |
[873410] Create LICENSE |
README.md | 2022-09-10 |
![]() |
[22c9ef] Fixing an issue |
crowdin.yml | 2022-09-03 |
![]() |
[0d65be] Update Crowdin configuration file |
linux.sh | 2022-08-31 |
![]() |
[f09b77] Fixing scripts |
main.js | 2022-09-10 |
![]() |
[b2bb0d] Fixing url parsing issues |
package.json | 2022-09-10 |
![]() |
[b2bb0d] Fixing url parsing issues |
windows.sh | 2022-08-31 |
![]() |
[f09b77] Fixing scripts |
A modern GUI video and audio downloader supporting hundreds of sites
README in other languages
✅ Light/Dark mode
✅ Supports hundreds of sites including Youtube, Facebook, Instagram, Tiktok, Twitter and so on.
✅ Advanced options like Range Selection
✅ Available on Windows and Linux
✅ Fast download speeds
✅ And of-course no trackers or ads
Download and install the exe file. Windows defender may create problems as usual.
Linux has several options available - AppImage, Deb, Snap and flatpak.
AppImage format is supported on most Linux distros and has Auto-Update support. So it is recommended.
It just needs to be executed after downloading. See more about AppImages here.
AppImageLauncher is recommended for integrating AppImages.
For Debian based distros like Ubuntu .deb file is available. Download and run -
sudo dpkg -i file_name.deb
Translations into other languages would be highly appreciated. If you want to help translating the app to other languages, you can join from here. Open a new issue and that language will be added to Crowdin.
Name | Status |
---|---|
English | ✔️ |
Italian | ✔️ albanobattistella |
Russian | ✔️ |
Spanish | ✔️ haggen88 |
Turkish | ✔️ nxjosephofficial |
Ukrainian | ✔️ KotoWhiskas |
Nodejs (along with npm) needs to be installed.
Required commands to get started.
git clone https://github.com/aandrew-me/ytDownloader.git
cd ytDownloader
npm i
To run with Electron :
npm start
To build for Linux (It will create packages as specified in package.json)
npm run linux
To build for Windows
npm run windows