Added missing regions to nus scraper

This commit is contained in:
Campbell 2024-08-22 23:18:30 -04:00
parent 55c237f5f7
commit e34c10c3fa
Signed by: NinjaCheetah
GPG Key ID: B547958AF96ED344

View File

@ -5,7 +5,7 @@ import requests
tid_high = ["00010000", "00010001", "00010005"] tid_high = ["00010000", "00010001", "00010005"]
types = ["43", "44", "45", "46", "47", "48", "4A", "4C", "4D", "4E", "50", "51", "52", "53", "57", "58"] types = ["43", "44", "45", "46", "47", "48", "4A", "4C", "4D", "4E", "50", "51", "52", "53", "57", "58"]
regions = ["45", "4A", "4B", "50"] regions = ["41", "42", "43", "44", "45", "46", "49", "4A", "4B", "4C", "4D", "4E", "50", "51", "53", "54", "55", "57", "58"]
for tid in tid_high: for tid in tid_high: