Missing and invalid files

#1
by jpc - opened

Some of the files in this dataset are either missing (the mp3 column is empty) or invalid (the mp3 column contains HTML or other data, not MP3 compressed audio).

I've filtered through everything and made lists of all problematic files.

Quite a few of the missing files seem to be related to misdecoding of the URLs (latin1 instead of utf8) which can be fixed by: url.encode('latin1').decode('utf8') (see also https://stackoverflow.com/a/26492671). The invalid files seem to all be directory listings (the URLs end with /) for valid audiobooks.

https://gist.github.com/jpc/24726773ac0d73c096f0905f334e2ad0 – here are the URL lists with parquet file names where they occur

The character issue is now fixed, I'll start the re-downloading of missed recordings

@jpc sorry I didn’t ping you about finishing the update, but all the issues have been fixed

TwoAbove changed discussion status to closed

Sign up or log in to comment