diff options
| author | Mistivia <i@mistivia.com> | 2025-10-28 02:49:59 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-28 02:49:59 +0800 |
| commit | b28614938fc82763779e77321c1fd756b43c9a12 (patch) | |
| tree | 66fb920e1f93f73dcd2e11a0fcd0af718b5fcbc6 /data | |
| parent | d711cccffcd349db443ef1a094e3573cdd651f2b (diff) | |
update data, get default language from browser
Diffstat (limited to 'data')
| -rw-r--r-- | data/banlist-md.json | 13 | ||||
| -rw-r--r-- | data/mdcurrent | 1 | ||||
| -rw-r--r-- | data/update.sh | 4 | ||||
| m--------- | data/yaml-yugi | 0 |
4 files changed, 9 insertions, 9 deletions
diff --git a/data/banlist-md.json b/data/banlist-md.json index 5b1eb9f..29695fe 100644 --- a/data/banlist-md.json +++ b/data/banlist-md.json @@ -1,5 +1,5 @@ { - "date": "2025-09-10", + "date": "2025-10-08", "regulation": { "4023": 1, "4024": 1, @@ -7,7 +7,6 @@ "4026": 1, "4027": 1, "4095": 0, - "4343": 2, "4426": 0, "4518": 0, "4678": 1, @@ -54,7 +53,7 @@ "5945": 0, "6075": 2, "6078": 0, - "6161": 2, + "6161": 1, "6283": 2, "6444": 0, "6458": 0, @@ -105,7 +104,6 @@ "12080": 0, "12108": 0, "12258": 0, - "12292": 2, "12412": 0, "12441": 1, "12465": 1, @@ -118,6 +116,7 @@ "12978": 0, "13077": 1, "13130": 1, + "13163": 0, "13166": 0, "13252": 1, "13405": 1, @@ -140,8 +139,6 @@ "14944": 1, "14987": 2, "15035": 0, - "15138": 2, - "15141": 2, "15277": 0, "15756": 0, "16544": 1, @@ -167,7 +164,6 @@ "17762": 1, "17768": 1, "17769": 2, - "18013": 1, "18153": 1, "18204": 1, "18442": 1, @@ -180,11 +176,12 @@ "19859": 1, "19900": 1, "19901": 1, - "19902": 2, "20037": 2, "20181": 1, "20196": 2, "20575": 2, + "20584": 1, + "20588": 1, "20602": 2 } } diff --git a/data/mdcurrent b/data/mdcurrent new file mode 100644 index 0000000..22c8871 --- /dev/null +++ b/data/mdcurrent @@ -0,0 +1 @@ +2025-10-08.vector.json
\ No newline at end of file diff --git a/data/update.sh b/data/update.sh index 0826f15..f02f57b 100644 --- a/data/update.sh +++ b/data/update.sh @@ -5,13 +5,15 @@ rm cards.zip python3 build-card-info.py python3 split.py cd yaml-yugi -git pull +proxychains -q git pull cd .. rsync -avz yaml-yugi/data/cards/ root@raye:/volume/webroot/cardtext/ python3 fetch-ocg-banlist.py python3 fetch-tcg-banlist.py python3 fetch-genesys.py > genesys +proxychains -q curl https://raw.githubusercontent.com/DawnbrandBots/yaml-yugi-limit-regulation/refs/heads/master/data/master-duel/current.vector.json -o mdcurrent +proxychains -q curl https://raw.githubusercontent.com/DawnbrandBots/yaml-yugi-limit-regulation/refs/heads/master/data/master-duel/$(cat mdcurrent) -o banlist-md.json python3 genbanlist.py > ../src/ocg_banlist.json python3 cn-genbanlist.py > ../src/cnocg_banlist.json diff --git a/data/yaml-yugi b/data/yaml-yugi -Subproject 728de211e82dca401480f0bcc243defb17a5955 +Subproject f2299245dde7d8c3c738ebf6c400c124e6f2a9f |
