spotDL / spotify-downloader

Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
https://spotdl.readthedocs.io/en/latest/
MIT License
17.13k stars 1.57k forks source link

Add option to download audio from youtube link directly #609

Closed gndowns closed 4 years ago

gndowns commented 5 years ago

What is the purpose of your issue?

Description

This repo already contains all the code for scraping audio from a youtube track. It would be great to add an option to download a track straight from youtube if it doesn't exist on Spotify. Something like:

spotdl --youtube "https://www.youtube.com/watch?v=asdfasdf"

Meta-data that is usually taken from spotify could potentially be added manually by the user.

gndowns commented 5 years ago

I would be willing to work on a PR for this if it sounds like a reasonable feature

ritiek commented 4 years ago

This is already possible. See https://github.com/ritiek/spotify-downloader/wiki/Instructions-for-Downloading-Songs#download-by-youtube-link

gndowns commented 4 years ago

Oh amazing! Did not see this, sorry