I hereby claim:
- I am chiefnoah on github.
- I am chiefnoah (https://keybase.io/chiefnoah) on keybase.
- I have a public key ASCpA-bgoBIGsaYzHiYYOOfdBR1ocoWyoq3l43dlv9RI6Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import requests | |
| import json | |
| import os | |
| from subprocess import call | |
| #Requires a working external youtube-dl installation, as the python module is missing some stuff. | |
| __YOUTUBE_DL_PATH__ = "" | |
| # To find USER ID, go to your profiles page on soundcloud and view the pages source. Search for "soundcloud://users:" | |
| # The number that follows is your user ID, paste that here (ex. 21397662) | |
| __USER_ID__ = "" |
-Wall -Wextra
export ASAN_OPTIONS=abort_on_error=1:halt_on_error=1
export UBSAN_OPTIONS=abort_on_error=1:halt_on_error=1
-fsanitize=address