Skip to content

Instantly share code, notes, and snippets.

View hbend1li's full-sized avatar
😎
be happy

hben hbend1li

😎
be happy
View GitHub Profile
@hbend1li
hbend1li / soundcloud-dl.sh
Last active April 13, 2020 18:03
Download from soundcloud by using youtube-dl, and generate .m3u playlist file
#!/bin/bash
if [ "$1" == "upgrade" ]; then
sudo pip3 install --upgrade youtube-dl
elif [ "$1" ]; then
youtube-dl -c -f best --embed-thumbnail --add-metadata -o '%(playlist)s/%(title)s-%(id)s.%(ext)s' $1
PLAYLIST=$(youtube-dl --get-filename -o "%(uploader)s.m3u" $1)
{"lastUpload":"2020-02-19T18:31:23.830Z","extensionVersion":"v3.4.3"}