Youtube Video Downloader&Converter。
Fast Download and Convert to mp3. Background: Electron and Vue。
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@16fb2b9 using vue-cli. Documentation about the original structure can be found here.
from https://github.com/myazarc/ytdownloader
下载地址:
https://github.com/aandrew-me/ytDownloader/releases
https://github.com/aandrew-me/ytDownloader/releases/download/v4.0.0/YTDownloader_Win.zip 或
https://github.com/aandrew-me/ytDownloader/releases/download/v4.0.0/YTDownloader_Win.exe
-------------------------------
-----------------------------------------------------------------
Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget。
Media Downloader
This project is a Qt/C++ based GUI frontend to CLI multiple CLI-based tools that deal with downloading online media.
yt-dlp CLI tool is the default supported tool and other tools can be added by downloading their extension and a list of supported extensions is managed here.
Features offered:-
-
The GUI can be used to download any media from any website supported by installed extensions.
-
The GUI offers a configurable list of preset options that can be used to download media if they are provided in multiple formats.
-
The GUI offers the ability to do an unlimited number of concurrent downloads. Be careful with this ability because doing too many concurrent downloads may cause the host to ban you.
-
The GUI offers the ability to do batch downloads by entering individual links in the UI or telling the app to read them from a local file.
-
The GUI offers an ability to download a playlist from websites that supports them like YouTube.
-
The GUI offers the ability to manage links to playlists to easily monitor their activities(subscriptions).
-
The GUI is offered in multiple languages and as of this writing, the supported languages are English, Chinese, Spanish, Polish, Turkish, Russian, Japanese, French, Italian, Portuguese, Arabic, Korean, Swedish, German, Greek and Ukrainian.
Extensions
Media Downloader is a GUI front end to yt-dlp, gallery-dl, you-get, svtplay-dl, aria2c, wget and get-sauce.
To Install these extensins, go to "Configure" tab and then go to "Extensions" sub tab and then click the "Add An Extension" button and then select from the list an extension you want to install.
FAQ
A Frequently asked Questions page is here.
Prerequisite before running for the first time
Make sure you have access to the internet before you run "Media Downloader" for the first time because it will attempt to use the internet to download the latest version of yt-dlp. Installing most extensions will also cause "Media Downloader" to access the internet to download the extension's executable.
Binary packages
Bundle for MacOS
Bundle for arm64 build of MacOS is here.
Bundle for x86_64 build of MacOS is here.
These bundles are not notarized and your system may report it as "corrupted". Search the internet on how to install bundles that are not notarized if you want to use this app on MacOS. This bundle works on macOS 14.0 or later.
Installer for Microsoft Windows
Installer for Microsoft Windows that is 32 bit, build with Qt5 and has a minimum requirenment of windows 7 is here.
Installer for Microsoft Windows that is 64 bit, build with Qt6 and has a minimum requirenment of windows 10 is here.
Portable version for Microsoft Windows
A portable version is a self-contained version that keeps everything in the application folder and does not need to be installed first.
Portable version for Microsoft Windows that is 32 bit, build with Qt5 and has a minimum requirenment of windows 7 is here.
Portable version for Microsoft Windows that is 64 bit, build with Qt6 and has a minimum requirenment of windows 10 is here.
You can also install the portable version for Windows using scoop with the following commands:
Add the extras bucket:
scoop bucket add extrasInstall Media Downloader:
scoop install media-downloaderGit versions for windows and macos can be downloaded from here.
Problems with Windows's antivirus programs
Once in a while, Windows Defender and other antivirus tools will report this application as a virus/unsafe or Potentially unwanted. These are false positive reports and they are tracked here.
Flatpak
Media Downloader is on flathub for those who prefer to use flatpaks.
AppImage
Users of AppImages can get an AppImage package of Media Downloader from here.
Aur package for Arch Linux
Arch Linux users can build the project from source using this aur package.
Package for Fedora
Media Downloader is in official Fedora repositories and can be installed by running sudo dnf -y install media-downloader
Binary packages for other Linux distributions
Binary packages i maintain for a few Linux distributions are here.
Packaging Status
A short list of distributions that have Media Downloader in their repositories and the version they have is maintained here.
How to compile for Linux
- clone the repo and cd into it
git clone https://github.com/mhogomchungu/media-downloader && cd media-downloader- chmod it to make it a executeable
chmod +x build_linux.sh- now run the shell script
./build_linux.shFedora
Fedora users can use the following script to build from source:
./build_fedora.shArch linux
Arch linux users can use the following script to build from source:
./build_arch.shfrom https://github.com/mhogomchungu/media-downloader








No comments:
Post a Comment