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 / keybase.md
Last active August 16, 2023 10:05
keybase.md

Keybase proof

I hereby claim:

  • I am hbend1li on github.
  • I am hbendali (https://keybase.io/hbendali) on keybase.
  • I have a public key ASCpileYF6FmRzhkxA_XBnX8FJiSi40d9x9VE7ceSMgw0wo

To claim this, I am signing this object:

@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"}