Skip to content

Releases: sioaeko/Deeptube-Youtube-Downloader

Deeptube Youtube Downloader Version 1.1 Release!

13 Jun 14:01
54175f3
Compare
Choose a tag to compare

Release Notes - DeepTube v1.1

Introduction

We are excited to announce the second official release of DeepTube, an unofficial YouTube downloader! This release builds upon our initial launch with new features, improvements, and bug fixes to enhance your experience. DeepTube provides a user-friendly interface for downloading videos and audio from YouTube in various formats and qualities.

Features

  • Video Download:

    • Support for multiple video qualities: 360p, 480p, 720p, 1080p, 1440p, 2160p, best, worst.
    • Download videos in various formats: mp4, mkv, webm.
  • Audio Download:

    • Download audio in different formats: aac, flac, mp3, m4a, opus, vorbis, wav.
  • User Interface:

    • Simple and intuitive PyQt6-based GUI.
    • Progress bar to track download status.
    • Option to download video or audio only.

Installation

  1. Download the executable for your platform from the assets below.

  2. Ensure ffmpeg is installed and available in your system's PATH.

    • On Ubuntu:
      sudo apt update
      sudo apt install ffmpeg
    • On Windows:
      • Download ffmpeg from FFmpeg and add it to your system PATH.

Usage

  1. Run the executable.

  2. Use the UI to enter the YouTube URL, select the desired quality and format, and specify the download location.

Known Issues

  • No known issues at this time. Please report any bugs or issues on the GitHub Issues page.

Contributing

We welcome contributions! Please see the contributing guidelines for more details.

Acknowledgements

License

This project is licensed under the MIT License - see the LICENSE file for details.


Download the latest version from the assets below and start enjoying your YouTube videos offline with DeepTube!

Assets ( Coming soon... )

DeepTube for AMD64 Windows - 0.1.0

22 Nov 20:29
b48b6a3
Compare
Choose a tag to compare
Screenshot 2023-11-23 at 5 28 45 AM Screenshot 2023-11-23 at 5 25 49 AM

We're finally releasing a Windows version.
This version runs standalone, without a console window, and is bug-free.
However, the ffmpeg file distributed with it must be placed in the same directory/folder as DeepTube.exe to receive the video normally.

DeepTube for Apple Slicon Mac - 0.1.0

22 Nov 19:50
b48b6a3
Compare
Choose a tag to compare
Screenshot 2023-11-22 at 11 41 59 PM

If I compile it as an app with the Windowed option, it hides the console window and gives me a ffmpeg not recognized error, so I deploy it as a .exec with a visible console window. Don't worry, it doesn't prevent you from using it at all!