Explorar el Código

Remove CR codepage conversion

master
Alexey Chernyshov hace 6 años
padre
commit
3dc417a54b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      make_data.sh

+ 1
- 1
make_data.sh Ver fichero

@@ -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

Cargando…
Cancelar
Guardar