Skip to content

Simple Video/Audio file downloader for Youtube(간단한 유튜브 영상/오디오 다운로더) [ Supports Apple Slicon / AMD64 Windows ]

License

Notifications You must be signed in to change notification settings

sioaeko/Deeptube-Youtube-Downloader

Repository files navigation

deeptube :: Unofficial Youtube Downloader

Simple Video/Audio file downloader for Youtube

GitHub GitHub stars GitHub forks


Features

  • Download videos in multiple qualities (360p, 480p, 720p, 1080p, 1440p, 2160p, best, worst).
  • Download audio in various formats (aac, flac, mp3, m4a, opus, vorbis, wav).
  • Support for multiple video formats (mp4, mkv, webm).
  • Simple and intuitive user interface.
  • Progress bar to track download status.

⚠ Notice!

  • Please note that using these libraries to download videos from YouTube may violate YouTube's Terms of Service, so use them responsibly.

Requirements

  • Python 3.6+
  • PyQt6
  • yt-dlp
  • ffmpeg

1. Intuitive user interface

Screenshot 2023-11-22 at 11 41 59 PM

We designed the GUI in PyQt6 for a clean design and used the We've implemented all the features we think you'll need, without any of the features that would be labeled as concise.

Functions verification
Video Download
Only Audio Download
Video Format(mp4,mkv,webm)
Audio Format(aac,flac,mp3,m4a,opus,vorbis,wav)
4K Resolution Support
Youtube age restriction bypass X

2. Fast Download Speed

Screenshot 2023-11-23 at 3 01 35 AM

We use a split download method to download videos faster. With ffmpeg, we can quickly combine the videos and serve them to you, so you don't have to wait long to get them.

3. Unlimited Download Video

Screenshot 2023-11-23 at 3 14 40 AM

Since we're an open-source program, we use the There is no limit to the number of downloads, you can get as many as you want.

4. Supports multiple platforms

Enable broad compatibility by adding support for AMD64 processors, the majority of which are currently used on desktops, starting with Apple's ARM processors.

5. Cool program icon


Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/DeepTube.git
    cd DeepTube
  2. Install the required Python packages:

    pip3 install -r requirements.txt
  3. Ensure ffmpeg is installed and available in your 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 application:

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

Building Executable

To build a standalone executable of DeepTube, follow these steps:

  1. Install PyInstaller:

    pip3 install pyinstaller
  2. Generate the spec file and modify it to include additional files:

    pyinstaller --name=DeepTube --onefile --windowed deeptube_latest.py
  3. Modify the generated DeepTube.spec file to include your resource files (logo, ffmpeg, etc.).

  4. Build the executable:

    pyinstaller DeepTube.spec
  5. Find the executable in the dist directory.

License

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

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Acknowledgements

Contact

If you have any questions or suggestions, please open an issue or reach out to me at [[email protected]].

Star History

Star History Chart