Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.06 KB

MP3 Download Bot

This Python bot automates MP3 downloads from YouTube links using Selenium and an online converter.

How It Works

  • Reads YouTube video links from links.txt.
  • Submits links to an online YouTube-to-MP3 converter and downloads the MP3 files.
  • Saves files to the downloads directory in the project folder.
  • Handles multiple links for batch downloads.

Requirements

  • Python 3.x
  • Selenium
  • Chrome Browser
  • ChromeDriver

Usage

  1. Add your YouTube links to links.txt, one per line.
  2. Run the bot with main.py.

Important Notice

This tool interacts with YouTube and a third-party converter to download MP3s. Downloading content from YouTube may violate YouTube’s Terms of Service. Ensure you comply with applicable laws and have the proper rights to download and use the content. Use this tool responsibly and at your own risk.

Responsible Use

This bot is intended for educational purposes only. Always verify content rights before downloading. Consider using legitimate sources for royalty-free or Creative Commons content when appropriate.