MSCatalog
MSCatalog copied to clipboard
Allow downloading of all files matching the filter regex
Currently the language parameter takes a regex that is used to filter which files in an update are downloaded, currently this will only download the first of the matched files. However there are use cases where more than one of the files is needed, so rather than hardcoding only downloading the first file that matches, allow all of the matched files to be downloaded.