mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
commit
a76b535c69
@ -1,100 +0,0 @@
|
||||
[#]: subject: "Tube Downloader: An Open Source Tool to Download YouTube Videos"
|
||||
[#]: via: "https://news.itsfoss.com/tube-downloader/"
|
||||
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Tube Downloader: An Open Source Tool to Download YouTube Videos
|
||||
======
|
||||
|
||||
Need to download a YouTube video for research purposes? Tube Downloader can help.
|
||||
|
||||
![tube downloader][1]
|
||||
|
||||
Found a YouTube video that you want to save for offline use while also not opting for their paid plan?
|
||||
|
||||
Well, then you can make use of Tube Downloader. It is a front-end for '[yt-dlp][2]' that offers some neat features.
|
||||
|
||||
> 🚧 Downloading YouTube videos without permission is against the platform's policy. Hence these tools are not available in official stores. We do not encourage you to use the tool for illegal purposes but merely mention the tool for research and experiment purposes.
|
||||
|
||||
### Tube Downloader: Overview ⭐
|
||||
|
||||
![a screenshot of tube downloader][3]
|
||||
|
||||
Written primarily using C#, **Tube Downloader is a cross-platform open-source tool** that allows you to download videos directly from YouTube without much hassle.
|
||||
|
||||
Allow me to show you the capability of this app.
|
||||
|
||||
When you launch the app, a nice greeting is shown with the '**Add Download**' button. Click on that to add a YouTube video URL, and then click on '**Validate**.'
|
||||
|
||||
![a screenshot of adding a new youtube video for download on tube downloader][4]
|
||||
|
||||
When you do that, you will be shown options to select the file format, quality, subtitles, save location, and more.
|
||||
|
||||
> 📋 You can select MP3 as the file format for downloading the audio only.
|
||||
|
||||
Click on '**Download**' to start downloading the video.
|
||||
|
||||
![a screenshot of the download options on tube downloader][5]
|
||||
|
||||
You are shown the progress of the download on the main screen, where you can see the title of the video and the URL and download speed.
|
||||
|
||||
Moreover, Tube Downloader shows a notification when a download is finished; But when I tested that, it was a bit spotty.
|
||||
|
||||
![a screenshot of the downloads list on tube downloader][6]
|
||||
|
||||
That's not all; Tube Downloader also has some good customization options, such as:
|
||||
|
||||
- **Adapting to the system theme.**
|
||||
- **Running in the background.**
|
||||
- **Ability to limit maximum concurrent downloads.**
|
||||
- **Set a download speed limit.**
|
||||
- **Option to use 'Aria2' as an alternative downloader.**
|
||||
- **Enable/Disable the inclusion of metadata in downloaded videos.**
|
||||
- **Stop/Retry all downloads and clear all queued downloads.**
|
||||
|
||||
![a screenshot of the preferences menu of tube downloader][7]
|
||||
|
||||
These can be accessed from 'Preferences' under the ribbon menu.
|
||||
|
||||
Seeing that the Linux client works quite well, Tube Downloader is useful for downloading those addictive happy happy cat memes and other stuff 🐱 (we don't judge)
|
||||
|
||||
### 📥 Get Tube Downloader
|
||||
|
||||
Tube Downloader is available for **Linux** and **Windows** from [Flathub][8], [Snap Store][9], and the [Microsoft Store][10].
|
||||
|
||||
[Tube Downloader (Flathub)][11]
|
||||
|
||||
You can also look at its source code on [GitHub][12].
|
||||
|
||||
_Do you wonder what videos I download from YouTube? 🤔 Well, you can check those out on our [YouTube channel][13]._
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/tube-downloader/
|
||||
|
||||
作者:[Sourav Rudra][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/sourav/
|
||||
[b]: https://github.com/lkxed/
|
||||
[1]: https://news.itsfoss.com/content/images/size/w1304/2023/05/tube-converter-first-look.png
|
||||
[2]: https://github.com:443/yt-dlp/yt-dlp
|
||||
[3]: https://news.itsfoss.com/content/images/2023/05/Tube_Converter.jpg
|
||||
[4]: https://news.itsfoss.com/content/images/2023/05/Tube_Converter_2.jpg
|
||||
[5]: https://news.itsfoss.com/content/images/2023/05/Tube_Converter_3.jpg
|
||||
[6]: https://news.itsfoss.com/content/images/2023/05/Tube_Converter_4.jpg
|
||||
[7]: https://news.itsfoss.com/content/images/2023/05/Tube_Converter_5.jpg
|
||||
[8]: https://flathub.org:443/apps/org.nickvision.tubeconverter
|
||||
[9]: https://snapcraft.io:443/tube-converter
|
||||
[10]: https://apps.microsoft.com:443/store/detail/nickvision-tube-converter/9PD80NNX004P
|
||||
[11]: https://flathub.org:443/apps/org.nickvision.tubeconverter
|
||||
[12]: https://github.com:443/NickvisionApps/TubeConverter
|
||||
[13]: https://www.youtube.com:443/@Itsfoss
|
@ -0,0 +1,100 @@
|
||||
[#]: subject: "Tube Downloader: An Open Source Tool to Download YouTube Videos"
|
||||
[#]: via: "https://news.itsfoss.com/tube-downloader/"
|
||||
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Tube Downloader:下载 YouTube 视频的开源工具
|
||||
======
|
||||
|
||||
出于研究目的需要下载 YouTube 视频吗? Tube Downloader 可以提供帮助。
|
||||
|
||||
![tube downloader][1]
|
||||
|
||||
找到了你想要保存以供离线使用的 YouTube 视频,同时又不选择他们的付费计划?
|
||||
|
||||
好吧,那么你可以使用 Tube Downloader。它是 “[yt-dlp][2]” 的前端,提供了一些简洁的功能。
|
||||
|
||||
> 🚧 未经许可下载 YouTube 视频是违反平台政策的。因此,这些工具在官方商店中不可用。我们不鼓励你将该工具用于非法目的,仅提及该工具用于研究和实验目的。
|
||||
|
||||
### Tube Downloader:概述 ⭐
|
||||
|
||||
![a screenshot of tube downloader][3]
|
||||
|
||||
**Tube Downloader 主要使用 C# 编写,是一个跨平台的开源工具**,可让你轻松直接从 YouTube 下载视频。
|
||||
|
||||
请允许我向你展示此应用的功能。
|
||||
|
||||
当你启动应用时,“**添加下载**”按钮会显示一个友好的问候语。单击它以添加 YouTube 视频 URL,然后单击“**验证**”。
|
||||
|
||||
![a screenshot of adding a new youtube video for download on tube downloader][4]
|
||||
|
||||
当你这样做时,你将看到用于选择文件格式、质量、字幕、保存位置等的选项。
|
||||
|
||||
> 📋 你可以选择 MP3 作为仅下载音频的文件格式。
|
||||
|
||||
单击“**下载**”开始下载视频。
|
||||
|
||||
![a screenshot of the download options on tube downloader][5]
|
||||
|
||||
你会在主页面上看到下载进度,你可以在其中看到视频的标题以及 URL 和下载速度。
|
||||
|
||||
此外,Tube Downloader 在下载完成时显示通知; 但是当我测试它时,它有点不稳定。
|
||||
|
||||
![a screenshot of the downloads list on tube downloader][6]
|
||||
|
||||
那不是全部。Tube Downloader 也有一些不错的自定义选项,例如:
|
||||
|
||||
- **适配系统主题。**
|
||||
- **在后台运行。**
|
||||
- **能够限制最大并发下载量。**
|
||||
- **设置下载速度限制。**
|
||||
- **选择使用 “Aria2” 作为替代下载器。**
|
||||
- **启用/禁用在下载的视频中包含元数据。**
|
||||
- **停止/重试所有下载并清除所有排队的下载。**
|
||||
|
||||
![a screenshot of the preferences menu of tube downloader][7]
|
||||
|
||||
这些可以从功能区菜单下的“首选项”访问。
|
||||
|
||||
看到Linux客户端工作得相当好,Tube Downloader 对于下载那些令人上瘾的快乐的猫咪模因和其他东西是很有用的 🐱 (我们不做评价)。
|
||||
|
||||
### 📥 获取 Tube Downloader
|
||||
|
||||
Tube Downloader 可在 **Linux** 和 **Windows** 中的 [Flathub][8]、[Snap 商店][9]和[微软商店][10]中获取 。
|
||||
|
||||
[Tube Downloader(Flathub)][11]
|
||||
|
||||
你还可以在 [GitHub][12] 上查看其源代码。
|
||||
|
||||
_你想知道我从 YouTube 下载了哪些视频吗? 🤔好吧,你可以在我们的 [YouTube 频道][13]上查看这些内容。_
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/tube-downloader/
|
||||
|
||||
作者:[Sourav Rudra][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/sourav/
|
||||
[b]: https://github.com/lkxed/
|
||||
[1]: https://news.itsfoss.com/content/images/size/w1304/2023/05/tube-converter-first-look.png
|
||||
[2]: https://github.com:443/yt-dlp/yt-dlp
|
||||
[3]: https://news.itsfoss.com/content/images/2023/05/Tube_Converter.jpg
|
||||
[4]: https://news.itsfoss.com/content/images/2023/05/Tube_Converter_2.jpg
|
||||
[5]: https://news.itsfoss.com/content/images/2023/05/Tube_Converter_3.jpg
|
||||
[6]: https://news.itsfoss.com/content/images/2023/05/Tube_Converter_4.jpg
|
||||
[7]: https://news.itsfoss.com/content/images/2023/05/Tube_Converter_5.jpg
|
||||
[8]: https://flathub.org:443/apps/org.nickvision.tubeconverter
|
||||
[9]: https://snapcraft.io:443/tube-converter
|
||||
[10]: https://apps.microsoft.com:443/store/detail/nickvision-tube-converter/9PD80NNX004P
|
||||
[11]: https://flathub.org:443/apps/org.nickvision.tubeconverter
|
||||
[12]: https://github.com:443/NickvisionApps/TubeConverter
|
||||
[13]: https://www.youtube.com:443/@Itsfoss
|
Loading…
Reference in New Issue
Block a user