|
|
|
|
|
by jungletek
2986 days ago
|
|
Actually, some of those transfers ended up timing out, and I have no way to know which files are incomplete. Ended up using Notepad++ and a simple regex in the find/replace dialog to prepend ########.wav with the URL, then chucked it into JDownloader's link grabber. 283.83GB, BTW. I may end up compressing these with FLAC to save the space.
If anyone is curious, the regex I used was: (([0-9])+.wav) and replaced with http://bbcsfx.acropolis.org.uk/assets/$& Now for the naming and splitting by CD name... |
|