Now mirrored at blog.kaki87.net
DISCLAIMER : this isn't really an awesome list, I don't care about guidelines, rules and etc. so I don't bother make a real repo and a real pull request.
#!/bin/bash | |
# Install opus-tools | |
# Latest releases: opus 1.3.1, opus-tools 0.2, opusfile 0.11, libopusenc 0.2.1 | |
set -e | |
set -o pipefail | |
# Install packages needed | |
apt update > /dev/null 2>&1 && apt install -y curl libflac-dev > /dev/null 2>&1 |
Now mirrored at blog.kaki87.net
DISCLAIMER : this isn't really an awesome list, I don't care about guidelines, rules and etc. so I don't bother make a real repo and a real pull request.
// Usage: | |
// 1. Visit http://www.thisamericanlife.org/radio-archives | |
// 2. Paste this script into the developer console of your browser. | |
// 3. Wait... | |
// 4. Copy-paste the resulting XML into a file. | |
// | |
(function(){ | |
var jQuery = window.jQuery; | |
var doc = document; |