74 lines
3.9 KiB
Markdown
Raw Permalink Normal View History

2018-11-16 13:47:49 +02:00
# YoutubeDownloader
2023-07-17 00:48:46 +03:00
[![Status](https://img.shields.io/badge/status-maintenance-ffd700.svg)](https://github.com/Tyrrrz/.github/blob/master/docs/project-status.md)
2023-01-10 22:47:27 +02:00
[![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://tyrrrz.me/ukraine)
2022-12-16 20:59:11 +02:00
[![Build](https://img.shields.io/github/actions/workflow/status/Tyrrrz/YoutubeDownloader/main.yml?branch=master)](https://github.com/Tyrrrz/YoutubeDownloader/actions)
2018-11-16 13:47:49 +02:00
[![Release](https://img.shields.io/github/release/Tyrrrz/YoutubeDownloader.svg)](https://github.com/Tyrrrz/YoutubeDownloader/releases)
[![Downloads](https://img.shields.io/github/downloads/Tyrrrz/YoutubeDownloader/total.svg)](https://github.com/Tyrrrz/YoutubeDownloader/releases)
2021-07-26 19:19:19 +03:00
[![Discord](https://img.shields.io/discord/869237470565392384?label=discord)](https://discord.gg/2SUWKFnHSm)
2022-03-21 10:26:17 -07:00
[![Fuck Russia](https://img.shields.io/badge/fuck-russia-e4181c.svg?labelColor=000000)](https://twitter.com/tyrrrz/status/1495972128977571848)
2018-11-16 13:47:49 +02:00
2023-07-17 00:48:46 +03:00
<table>
<tr>
<td width="99999" align="center">Development of this project is entirely funded by the community. <b><a href="https://tyrrrz.me/donate">Consider donating to support!</a></b></td>
</tr>
</table>
2018-11-16 13:47:49 +02:00
2023-05-26 19:47:32 +03:00
<p align="center">
<img src="favicon.png" alt="Icon" />
</p>
2021-12-05 22:58:03 +02:00
**YoutubeDownloader** is an application that lets you download videos from YouTube.
2021-04-22 01:43:02 +03:00
You can copy-paste URL of any video, playlist or channel and download it directly to a format of your choice.
It also supports searching by keywords, which is helpful if you want to quickly look up and download videos.
2020-10-25 01:50:56 +03:00
2023-04-13 21:37:44 +03:00
> **Note**:
> This application uses [**YoutubeExplode**](https://github.com/Tyrrrz/YoutubeExplode) under the hood to interact with YouTube.
2023-11-21 19:39:44 +02:00
> You can [read this article](https://tyrrrz.me/blog/reverse-engineering-youtube-revisited) to learn more about how it works.
2023-02-04 13:43:44 +02:00
2022-05-31 12:39:34 +03:00
## Terms of use<sup>[[?]](https://github.com/Tyrrrz/.github/blob/master/docs/why-so-political.md)</sup>
2022-03-05 09:33:21 -08:00
By using this project or its source code, for any purpose and in any shape or form, you grant your **implicit agreement** to all the following statements:
- You **condemn Russia and its military aggression against Ukraine**
- You **recognize that Russia is an occupant that unlawfully invaded a sovereign state**
- You **support Ukraine's territorial integrity, including its claims over temporarily occupied territories of Crimea and Donbas**
- You **reject false narratives perpetuated by Russian state propaganda**
2023-02-19 23:35:36 +02:00
To learn more about the war and how you can help, [click here](https://tyrrrz.me/ukraine). Glory to Ukraine! 🇺🇦
2021-07-26 19:19:19 +03:00
2018-11-16 13:47:49 +02:00
## Download
2021-04-22 01:43:02 +03:00
- 🟢 **[Stable release](https://github.com/Tyrrrz/YoutubeDownloader/releases/latest)**
2022-04-22 02:08:49 +03:00
- 🟠 [CI build](https://github.com/Tyrrrz/YoutubeDownloader/actions/workflows/main.yml)
2018-11-16 13:47:49 +02:00
> **Important**:
> To launch the app on MacOS, you need to first remove the downloaded file from quarantine.
> You can do that by running the following command in the terminal: `xattr -rd com.apple.quarantine YoutubeDownloader.app`.
2024-05-02 02:12:30 +03:00
> **Note**:
> If you're unsure which build is right for your system, consult with [this page](https://useragent.cc) to determine your OS and CPU architecture.
> **Note**:
> **YoutubeDownloader** comes bundled with [FFmpeg](https://ffmpeg.org) which is used for processing videos.
> You can also download a version of **YoutubeDownloader** that doesn't include FFmpeg (`YoutubeDownloader.Bare.*` builds) if you prefer to use your own installation.
2018-11-16 13:47:49 +02:00
## Features
2024-04-29 19:54:37 +03:00
- Cross-platform graphical user interface
2022-04-10 03:38:39 +03:00
- Download videos by URL
- Download videos from playlists or channels
- Download videos by search query
- Selectable video quality and format
- Automatically embed audio tracks in alternative languages
2022-04-10 03:38:39 +03:00
- Automatically embed subtitles
- Automatically inject media tags
2023-07-10 20:29:52 +03:00
- Log in with a YouTube account to access private content
2018-11-16 13:47:49 +02:00
2018-11-17 23:21:27 +02:00
## Screenshots
2022-04-22 17:22:37 +03:00
![list](.assets/list.png)
![single](.assets/single.png)
![multiple](.assets/multiple.png)