This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a temporary directory for sources. | |
SOURCES=$(mktemp -d /tmp/XXXXXXXXXX) | |
cd $SOURCES | |
# Download the necessary sources. | |
curl -#LO http://downloads.sourceforge.net/project/faac/faac-src/faac-1.28/faac-1.28.tar.gz | |
curl -#LO http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz | |
curl -#LO http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz | |
#curl -#LO http://pkg-config.freedesktop.org/releases/pkg-config-0.25.tar.gz | |
curl -#LO http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz |
Using Requests and Beautiful Soup, with the most recent Beautiful Soup 4 docs.
Install our tools (preferably in a new virtualenv):
pip install beautifulsoup4