How to download audiostock dataset?
yangdongchao opened this issue · 2 comments
yangdongchao commented
Hi, I want to ask how to download Epidemic Sound dataset. Following the link in the audiostock csv file, e.g. https://audiostock.net/audio/1111457/play , I find that I can download it by Windows browser, but it cannot used on linux system.
YuchenHui22314 commented
Wget works for me, on my ubuntu 18.04. Try wget https://audiostock.net/audio/1111457/play
. Then you can write download scripts based on wget. Thank you!
YawYoung commented
Hey, where did you find the audiostock_meta.csv, thanks ~!