4 lines
122 B
Bash
4 lines
122 B
Bash
#!/usr/bin/bash
|
|
|
|
curl -s http://shred.ing:8000/live.mp3.vclt | perl -nle 'print qq({ "title" : "$1" }) if /^TITLE=(.*)$/'
|