[PR #2721] Add AS GUI YouTube Downloader to Downloader section #2034

Open
opened 2025-11-06 13:28:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2721
Author: @AhmedShaikh0
Created: 6/24/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • dd31af3 Add AS YouTube Downloader to Video section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

AS YouTube Downloader is a modern, open-source GUI application to download YouTube videos and MP3 audio.
It is built using tkinter for the interface and yt-dlp for handling the downloads.

🔹 Key Features:

  • Download YouTube videos in multiple resolutions (1080p, 720p, 480p, etc.)
  • Audio-only MP3 download mode
  • Live download progress with percentage and estimated time
  • Clean dark-mode interface (no ads or dependencies)
  • Packaged easily as a .exe for end users

What's the difference between this Python project and similar ones?

  • No external frontend like Electron or PyQt – built using pure tkinter
  • Fully open source and lightweight, unlike some heavy or paywalled downloaders
  • Uses yt-dlp under the hood — regularly maintained and more reliable than legacy youtube-dl
  • Desktop GUI designed for end users who aren’t developers
  • Easily forkable and customizable for personal use

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2721 **Author:** [@AhmedShaikh0](https://github.com/AhmedShaikh0) **Created:** 6/24/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`dd31af3`](https://github.com/vinta/awesome-python/commit/dd31af3b596443f543da8bdf757a8d301fe83f1d) Add AS YouTube Downloader to Video section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? AS YouTube Downloader is a modern, open-source GUI application to download YouTube videos and MP3 audio. It is built using `tkinter` for the interface and `yt-dlp` for handling the downloads. ### 🔹 Key Features: - Download YouTube videos in multiple resolutions (1080p, 720p, 480p, etc.) - Audio-only MP3 download mode - Live download progress with percentage and estimated time - Clean dark-mode interface (no ads or dependencies) - Packaged easily as a `.exe` for end users --- ## What's the difference between this Python project and similar ones? - **No external frontend** like Electron or PyQt – built using pure `tkinter` - **Fully open source and lightweight**, unlike some heavy or paywalled downloaders - Uses **yt-dlp** under the hood — regularly maintained and more reliable than legacy `youtube-dl` - Desktop GUI designed for end users who aren’t developers - Easily forkable and customizable for personal use --- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:28:10 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2034