crisbal / album-splitter

Split single-file MP3 albums into separate tracks. Downloads from YouTube supported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with youtu.be links

Vorlent opened this issue · comments

This link works:

python -m album_splitter -yt https://www.youtube.com/watch?v=BJrwCa6iwuk

This doesn't. (obtained via right clicking + "Copy video URL")

python -m album_splitter -yt https://youtu.be/BJrwCa6iwuk

Solution: Show an error message that the format must be https://www.youtube.com/watch?v=video_id.

Hello, this should be now fixed! Now there is support both for youtube.com and youtu.be links

Actually there is a small bug, going to fix this now

Fixed finally, sorry for the issues-spam!

It works! Thanks for the quick update!