mirror of
https://github.com/NinjaCheetah/WiiPy.git
synced 2025-04-26 13:21:01 -04:00
Added missing regions to nus scraper
This commit is contained in:
parent
55c237f5f7
commit
e34c10c3fa
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user