An user from Vietnam asked me why the original script didn't support his language.
UUP dump has an API to quickly search for any of the supported 38 language editions. But it doesn't handle any other languages, so I have to make a special query to find other files. Unfortunately, this search is kinda expensive for them (there's about 10,000 files to search), so I don't like making this web request too often.
I asked abbodi once if he could talk to the UUP dump maintainers about expanding the API so it could cover other languages, I don't think they were interested in the idea. Other people tried to accuse me of trying to abuse the service. What the scripts do is no different from you browsing past the first three web pages on any random build, and entering a specific search string ("vi-vn") their own file search box.
The script makes one web request per language, so users can't get greedy.
UUP dump has an API to quickly search for any of the supported 38 language editions. But it doesn't handle any other languages, so I have to make a special query to find other files. Unfortunately, this search is kinda expensive for them (there's about 10,000 files to search), so I don't like making this web request too often.
I asked abbodi once if he could talk to the UUP dump maintainers about expanding the API so it could cover other languages, I don't think they were interested in the idea. Other people tried to accuse me of trying to abuse the service. What the scripts do is no different from you browsing past the first three web pages on any random build, and entering a specific search string ("vi-vn") their own file search box.
The script makes one web request per language, so users can't get greedy.