Hicham-BelHoucin / youtube-downloader

A user-friendly Playlist Downloader that allows you to download and convert YouTube videos from a playlist into mp3 format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎡 YouTube Downloader

Overview

YouTube1 Downloader is a versatile command-line tool written in Python, designed to effortlessly download and convert YouTube videos from a playlist into mp3 format. This application leverages the power of the pytube and moviepy libraries to streamline the download and conversion process.

Usage

  1. Clone the Repository:

    git clone https://github.com/Hicham-BelHoucin/youtube-downloader.git
  2. Navigate to the Project Folder:

    cd youtube-downloader
  3. Run the Application:

    python main.py
  4. Follow On-screen Instructions:

    • Enter the YouTube playlist link or video Link0.
    • Enter the destination folder.
    • Choose whether to convert videos to mp3.

Features

  • πŸ“₯ Downloads and converts YouTube videos to mp3.
  • πŸ”„ Option to choose whether to convert videos.
  • πŸ”— Validates playlist link for correctness.
  • πŸ“‚ Checks and creates the destination folder.
  • πŸ“‚ Clipboard link detection for convenience.
  • ⌨️ User-friendly command-line interface.

Prerequisites

  • Ensure Python is installed on your system.
  • Install required libraries using:
    pip install requirements.txt

Issues & Contributions

If you encounter issues or have questions, feel free to contact me or submit a pull request on the GitHub repository.

License

Please respect the software license if you decide to distribute it.


Note: Keep your dependencies updated, and refer to the source code for the latest improvements.

Hope this tool enhances your YouTube playlist management! If you have any further questions, don't hesitate to ask.

About

A user-friendly Playlist Downloader that allows you to download and convert YouTube videos from a playlist into mp3 format

License:MIT License


Languages

Language:Python 100.0%