Downloading Mozilla data set from Google colab to work with

Hello every one,
I want to download Mozilla data sets from Google collab without downloading the data set towards my computer, then upload it to google collab.
Is there any repository used by Mozilla to download data sets using for example “wget” command?
Thank you.

Dear Bilal, if you fill in the information you should be able to get a link that you can right click on the blue “Download” icon and copy the link.

That doesn’t work unfortunately, the link requires cookies/headers to work and calling wget from colab will result in a 400 bad request. It would be great to be able to access commonvoice from colab without having to hack it to send the cookies/headers.

2 Likes

Place the wget url between “”, example:
!Wget -c “www.test.com”.
It works fine for me