Add bs4 support, removing the need for tidy up the page first.
Update Humble Indie Bundle--------------------------The goal of this script is to parse your Humble Bundle library pageand retrieve the interesting files. It is right now in its earlystage of development but do its job right although it could havebeen cleaner.Right now, for using it, I simply save my library page on disk andpass it as the first argument of the script. The script will thencollect all the interesting on the page, select in preference FLAC andx64/deb packages for linux and download the torrent file for them inthe current directory. There is right now no way to modify thebehavior of the script except by editing it directly, but it is simpleenough to be doable relatively easily.The only dependency required for the script is Python 3.x and bs4, andit should work on Mac and Windows with no problem at all.