[09:08] could someone rescue the data from dropbox to IA? http://mbtaviz.wordpress.com/2014/07/25/website-source-announcement/ [09:09] (maybe add a clone of the code too) [11:14] You know how you can curl url?thing=[1-100] to grab a bunch of sequential pages... Can wget do this, does anyone know? I'd like to save the images on the pages too, to a warc file, hence preferring wget. [11:16] I could write a shell script to do it, but then I'd end up with lots of tiny warc files instead of one big one, which isn't really ideal [11:25] Hmm, it looks like it can't... OK, I'll use curl after all then. Thanks anyway!