Browse Source

Remove CR codepage conversion

master
Alexey Chernyshov 6 years ago
parent
commit
3dc417a54b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      make_data.sh

+ 1
- 1
make_data.sh View File

@@ -1,5 +1,5 @@
#!/bin/sh
mkdir -p data
python3 scripts/update_cards.py
curl http://media.wizards.com/2018/downloads/MagicCompRules%2020181005.txt | iconv -f cp1251 -t utf8 > cr.txt
curl https://media.wizards.com/2019/downloads/MagicCompRules%2020190503.txt --output cr.txt
python3 scripts/update_cr.py

Loading…
Cancel
Save