-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script is broken as a result of website redesign #10
Comments
+1 After it finished downloading I find out that it is all 6kb ;-( Hope to see updated script soon |
Hey. I messaged you on reddit just a few minutes ago without realising this. It'd be great to get a new code. I've tried the torrent but with no luck. Also, the new site has 33,00 or so samples now. If you ever make a new code, could you pm me on Reddit? @thatdrummerchap. Cheers! I hope everything goes well |
i would be interested in this too! i tried to edit the new location in the code, but without luck so far. |
It seems that all the old sound files from the csv file are available at least with this URL: "https://sound-effects-media.bbcrewind.co.uk/wav" With my little bash script (fools-mate/random-sample) it definitely works again. |
For folks finding this, change the following lines for L59-61:
this changes it to have the proper new URL, and will give you a bunch of zip files instead of wav. still working on how to unzip all of these in an intelligent way. |
Thanks for this, it worked. I used AI to make a script to unzip and rename the files to match archive, since the meaningful description was lost in the output file. Had to tweak it after the script missed archives with multiple periods in the filename.
Make sure to replace '/path/to/folder' with the actual path to your folder. This merged script first renames the archives without the periods, and then proceeds to extract the renamed archives. If an archive contains a single file, it will be extracted and renamed with the WAV extension. If an archive contains multiple files, it will display a message indicating that it does not contain a single file. The new names and extraction details will be printed as output. |
BBC redesigned their website and it lives at a new location: https://sound-effects.bbcrewind.co.uk/
There's no longer a CSV of every file, and the files are named differently, so the script will need to be rewritten to scrape the website and download the files that way.
If the torrent stays active, I might choose not to update this script so we avoid racking up a large cloud service bill for the BBC.
The text was updated successfully, but these errors were encountered: