All Projects → tterb → yt2mp3

tterb / yt2mp3

Licence: MIT license
⬇️ Search, Download, and Convert YouTube videos to MP3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to yt2mp3

mmdl
MMDL (Mega Music Downloader) - A tool to easily download music.
Stars: ✭ 29 (-67.42%)
Mutual labels:  download, mp3
anghamify
Anghami Downloader | Download Anghami songs with full meta-tags.
Stars: ✭ 22 (-75.28%)
Mutual labels:  download, mp3
Youtube-DL-GUI
Graphical User Interace built around youtube-dl CLI
Stars: ✭ 38 (-57.3%)
Mutual labels:  download, mp3
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (+89.89%)
Mutual labels:  download, mp3
Youtubedownloader
Downloads videos and playlists from YouTube
Stars: ✭ 2,202 (+2374.16%)
Mutual labels:  download, mp3
Pantheon
The fastest YouTube downloader.
Stars: ✭ 32 (-64.04%)
Mutual labels:  download, mp3
MusicDownloader
It is a tool to download the music files such as .mp3 from netease cloud
Stars: ✭ 63 (-29.21%)
Mutual labels:  download, mp3
Alltomp3 App
Download and Convert YouTube, SoundCloud & Spotify in MP3 with full tags (title, artist, genre, cover, lyrics 🔥)
Stars: ✭ 920 (+933.71%)
Mutual labels:  download, mp3
Android Youtubemp3
Download videos as mp3 directly from Youtube Android App
Stars: ✭ 124 (+39.33%)
Mutual labels:  download, mp3
Xmlyfetcher
喜马拉雅音频下载工具
Stars: ✭ 203 (+128.09%)
Mutual labels:  download, mp3
Scdlbot
Telegram Bot for downloading MP3 rips of tracks/sets from SoundCloud, Bandcamp, YouTube with tags and artwork.
Stars: ✭ 210 (+135.96%)
Mutual labels:  download
Humblebundle Downloader
Download you Humble Bundle Library
Stars: ✭ 213 (+139.33%)
Mutual labels:  download
Ipadownload
Search and download decrypted IPA file from 3rd-party App Store.
Stars: ✭ 247 (+177.53%)
Mutual labels:  download
ZWAudioRecordTool
集合了MP3和AMR转录,线上正常运行(Recording MP3 and AMR In iOS App)
Stars: ✭ 32 (-64.04%)
Mutual labels:  mp3
Fiction house
小说精品屋是一个多平台(web、安卓app、微信小程序)、功能完善的屏幕自适应小说漫画连载系统,包含精品小说专区、轻小说专区和漫画专区。包括小说/漫画分类、小说/漫画搜索、小说/漫画排行、完本小说/漫画、小说/漫画评分、小说/漫画在线阅读、小说/漫画书架、小说/漫画阅读记录、小说下载、小说弹幕、小说/漫画自动采集/更新/纠错、小说内容自动分享到微博、邮件自动推广、链接自动推送到百度搜索引擎等功能。
Stars: ✭ 2,710 (+2944.94%)
Mutual labels:  download
Youtube Dl Rest
Youtube & BiliBili 视频在线解析下载 -- Website for download the Youtube & BiliBili videos.
Stars: ✭ 242 (+171.91%)
Mutual labels:  download
Git Master
Git Master Extension for git file tree, support GitHub、GitLab 、 Gitee、Gitea
Stars: ✭ 205 (+130.34%)
Mutual labels:  download
Anydlbot
An Open Source GPLv3 All-In-One Telegram Bot
Stars: ✭ 236 (+165.17%)
Mutual labels:  download
Saldl
A lightweight well-featured CLI downloader optimized for speed and early preview.
Stars: ✭ 203 (+128.09%)
Mutual labels:  download
DownOnSpot
🎵 A Spotify music and playlist downloader written in Rust which also works with a free Spotify account
Stars: ✭ 309 (+247.19%)
Mutual labels:  mp3

YouTube to MP3

Build Status Documentation Status PyPi Version PyPI Python Versions License


Description

This program simplifies the process of searching, downloading and converting Youtube videos to MP3 files from the command-line. All you need is the video URL or the name of the artist/track you're looking for.
The program will attempt to retrieve data for a song matching the provided input by querying the iTunes API and use the data to find a corresponding YouTube video, if a URL is not provided. The video will then be downloaded, converted, and the gathered data will be used to populate the metadata of the MP3.
Once finished, the resulting MP3 file will be saved to your Downloads directory, with the following file-structure Music/{artist}/{track}.mp3.

Note: If a URL is provided and no match is found for the song data, the program will prompt the user for the track/artist and the YouTube thumbnail will be used as the album artwork.

Getting Started

Prerequisites

The program only requires that you have Python 3.4+ and ffmpeg or libav installed. For more information, check out the additional setup.

Install

You can install the program with the following command:

$ pip install yt2mp3

Usage

The program can be executed as shown:

$ yt2mp3 [-options]

Options:

Arguments
-t, --track Specify the track name query
-a, --artist Specify the artist name query
-c, --collection Specify the album name query
-u, --url Specify a Youtube URL or ID
-p, --playlist Specify a Youtube playlist URL or ID
-o, --overwrite Overwrite the file if one exists in output directory
-r, --resolution Specify the resolution for the cover-art
-q, --quiet Suppress program command-line output
-v, --verbose Display a command-line progress bar
--version Show the version number and exit
-h, --help Display information on usage and functionality

Documentation

Further documentation is available on Read The Docs

Contributing

If you'd like to contribute to the project, feel free to suggest a feature request and/or submit a pull request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].