Recently, I was asked whether I can provide notes of some piano tracks of “Der Clou! 2″ soundtrack, written and performed back in 2000 by Markus Mayer and myself.
Well, unfortunately I do not have any of the Logic files, but you can at least listen to the tracks (and see some screenshots of the game by neo software) on YouTube:
Now I stumbled across freedrumlessons.com, a site with dozens of (you guessed it) free drum lessons on video.
In order to avoid downloading all video files manually, I wrote a little Groovy script. It greps the overview page for all links to sub-pages, and then scrapes all the sub-pages for MP4-files (so I can put them on my iPod later).
I can’t imagine what it would have been like using plain Java…