Total Pageviews

Sunday, 20 September 2026

youtube video下载器ytdownloader

 Youtube Video Downloader&Converter。

 Fast Download and Convert to mp3. Background: Electron and Vue。

 

Build Setup

# 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

-------------------------------

Desktop app to download audio/video from hundreds of sites

 

ytDownloader(这个跟上面的ytDownloader不一样

Flathub GitHub downloads GitHub release (latest by date) Flathub Snapcraft Chocolatey Version WinGet Package Version Discord

A modern GUI video and audio downloader supporting hundreds of sites

Get it from the Snap Store Get AppImage Chocolatey

Features 🚀

✅ Supports hundreds of sites including Youtube, Facebook, Instagram, Tiktok, Twitter and so on.

✅ Multiple themes

✅ Video Compressor with Hardware Acceleration

✅ Advanced options like Range Selection, Subtitles

✅ Download playlists

✅ Available on Linux, Windows & macOS

✅ Fast download speeds

✅ And of-course no trackers or ads

Screenshots

ss-homepage

ss-playlistss-compressorss-settings

Installation

Windows 🪟

  • Microsoft Store

    Download app from Microsoft Store.

  • Traditional way

    Download and install the exe or msi file. Exe file lets you choose custom download location, msi file doesn't ask for location. Windows defender may show a popup saying Windows Protected Your PC. Just click on More info and click on Run Anyway

  • Chocolatey App can be installed from Chocolatey using the following command

    choco install ytdownloader
    
  • Scoop App can be installed with Scoop using the following command

    scoop install https://raw.githubusercontent.com/aandrew-me/ytDownloader/main/ytdownloader.json
    
  • Winget

    App can be installed with Winget using the following command

    winget install aandrew-me.ytDownloader
    

Linux 🐧

Linux has several options available - Flatpak, AppImage and Snap. Flatpak is recommended. For arm processors, download from flathub.

  • AppImage

    AppImage format is supported on most Linux distros and has Auto-Update support. It just needs to be executed after downloading. See more about AppImages here.

    AppImageLauncher is recommended for integrating AppImages.

  • Flatpak

    flatpak install flathub io.github.aandrew_me.ytdn
    
  • Snapcraft

    sudo snap install ytdownloader
    

macOS 🍎

Since the app is not signed, when you will try to open the app, macOS will not allow you to open it.

You need to open terminal and execute:

sudo xattr -r -d com.apple.quarantine /Applications/YTDownloader.app

You will also need to install yt-dlp with homebrew

brew install yt-dlp

Internationalization (Localization) 🌍

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. Please don't make pull requests with json files, instead use Crowdin.

Crowdin

✅ Available languages

Name Status
Arabic ✔️
Basque ✔️
Bengali ✔️
English ✔️
Chinese Simplified ✔️
Chinese Traditional ✔️
Finnish ✔️
Hindi ✔️
French ✔️
Finnish ✔️
German ✔️
Greek ✔️
Hungarian ✔️
Italian ✔️
Japanese ✔️
Persian ✔️
Polish ✔️
Portuguese (Brazil) ✔️
Russian ✔️
Spanish ✔️
Turkish ✔️
Ukrainian ✔️
Vietnamese ✔️

Thanks to nxjosephofficial, LINUX-SAUNA, Proxycon, albanobattistella, TheBlueQuasar, MrQuerter, KotoWhiskas, André, haggen88, XfedeX, Jok3r, TitouanReal, soredake, yoi, HowlingWerewolf, Kum, Mohammed Bakry, Huang Bingfeng, Abhinav, CodWiz, Bovirus and others for helping.

Used technologies

For building or running from source code

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

You need to download ffmpeg and put it in the root directory of the project. If you don't need to build for arm processor, you can download ffmpeg by executing any of the files - linux.sh / mac.sh / windows.sh depending on the platform. Otherwise you need to download ffmpeg from here for windows/linux and from here for mac (not tested)

To build for Linux (It will create packages as specified in package.json). The builds are stored in release folder.

npm run linux

To build for Windows:

npm run windows

To build for macOS:

npm run mac

If you only want to build for one format, you can do

npx electron-builder -l appimage

It will just create a linux appimage build.

from  https://github.com/aandrew-me/ytdownloader

-----------------------------------------------------------------

 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:-

  1. The GUI can be used to download any media from any website supported by installed extensions.

  2. The GUI offers a configurable list of preset options that can be used to download media if they are provided in multiple formats.

  3. 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.

  4. 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.

  5. The GUI offers an ability to download a playlist from websites that supports them like YouTube.

  6. The GUI offers the ability to manage links to playlists to easily monitor their activities(subscriptions).

  7. 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 extras

Install Media Downloader:

scoop install media-downloader

Git 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

  1. clone the repo and cd into it
git clone https://github.com/mhogomchungu/media-downloader && cd media-downloader
  1. chmod it to make it a executeable
chmod +x build_linux.sh
  1. now run the shell script
./build_linux.sh

Fedora

Fedora users can use the following script to build from source:

./build_fedora.sh

Arch linux

Arch linux users can use the following script to build from source:

./build_arch.sh
from  https://github.com/mhogomchungu/media-downloader

 

No comments:

Post a Comment