diff options
| author | Mistivia <i@mistivia.com> | 2025-03-19 16:50:07 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-03-19 16:50:07 +0800 |
| commit | d66ca8ad7938ebcaaa0f379a9c760290ac8314b1 (patch) | |
| tree | 5fea075f6fc03f7cc870ed5320a91f6e4ef6e718 /data/update.sh | |
| parent | 5a7e89205e87bc1858a470f76c2b52c711bb55f3 (diff) | |
fix format bug
Diffstat (limited to 'data/update.sh')
| -rw-r--r-- | data/update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/update.sh b/data/update.sh index f9a6f81..d9b5594 100644 --- a/data/update.sh +++ b/data/update.sh @@ -1,3 +1,4 @@ +curl https://ygocdb.com/api/v0/idChangelog.jsonp -o ../src/id_changelog.json curl https://ygocdb.com/api/v0/cards.zip -o cards.zip unzip cards.zip rm cards.zip |
