Groovy drumming
June 23rd, 2008
3 comments
Recently I bought myself a cool Roland V-Drum set.
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…