@@ -4,93 +4,93 @@ echo "============================================="
44echo " Equipments Parse"
55echo " ============================================="
66
7- npm run crawlit && node ./dist/app.js --game dofus --language french --category allequipments --all
7+ npm run crawlit && node ./dist/app.js --game dofus --language english --category allequipments --all
88sleep 900
99
1010echo " ============================================="
1111echo " Weapons Parse"
1212echo " ============================================="
1313
14- npm run crawlit && node ./dist/app.js --game dofus --language french --category allweapons --all
14+ npm run crawlit && node ./dist/app.js --game dofus --language english --category allweapons --all
1515sleep 900
1616
1717echo " ============================================="
1818echo " Set Parse"
1919echo " ============================================="
2020
21- npm run crawlit && node ./dist/app.js --game dofus --language french --category set --all
21+ npm run crawlit && node ./dist/app.js --game dofus --language english --category set --all
2222
2323
2424echo " ============================================="
2525echo " Pet Parse"
2626echo " ============================================="
2727
28- npm run crawlit && node ./dist/app.js --game dofus --language french --category pet --all
28+ npm run crawlit && node ./dist/app.js --game dofus --language english --category pet --all
2929
3030
3131echo " ============================================="
3232echo " Mount Parse"
3333echo " ============================================="
3434
35- npm run crawlit && node ./dist/app.js --game dofus --language french --category mount --all
35+ npm run crawlit && node ./dist/app.js --game dofus --language english --category mount --all
3636sleep 900
3737
3838echo " ============================================="
3939echo " Resource Parse"
4040echo " ============================================="
4141
42- npm run crawlit && node ./dist/app.js --game dofus --language french --category resource --all
42+ npm run crawlit && node ./dist/app.js --game dofus --language english --category resource --all
4343sleep 900
4444
4545echo " ============================================="
4646echo " Consumable Parse"
4747echo " ============================================="
4848
49- npm run crawlit && node ./dist/app.js --game dofus --language french --category consumable --all
49+ npm run crawlit && node ./dist/app.js --game dofus --language english --category consumable --all
5050sleep 900
5151
5252echo " ============================================="
5353echo " Monster Parse"
5454echo " ============================================="
5555
56- npm run crawlit && node ./dist/app.js --game dofus --language french --category monster --all
56+ npm run crawlit && node ./dist/app.js --game dofus --language english --category monster --all
5757
5858
5959echo " ============================================="
6060echo " Profession Parse"
6161echo " ============================================="
6262
63- npm run crawlit && node ./dist/app.js --game dofus --language french --category profession --all
63+ npm run crawlit && node ./dist/app.js --game dofus --language english --category profession --all
6464
6565
6666echo " ============================================="
6767echo " Harness Parse"
6868echo " ============================================="
6969
70- npm run crawlit && node ./dist/app.js --game dofus --language french --category harness --all
70+ npm run crawlit && node ./dist/app.js --game dofus --language english --category harness --all
7171
7272
7373echo " ============================================="
7474echo " Class Parse"
7575echo " ============================================="
7676
77- npm run crawlit && node ./dist/app.js --game dofus --language french --category class --all
77+ npm run crawlit && node ./dist/app.js --game dofus --language english --category class --all
7878sleep 900
7979
8080echo " ============================================="
8181echo " Idol Parse"
8282echo " ============================================="
8383
84- npm run crawlit && node ./dist/app.js --game dofus --language french --category idol --all
84+ npm run crawlit && node ./dist/app.js --game dofus --language english --category idol --all
8585
8686
8787echo " ============================================="
8888echo " Havenbag Parse"
8989echo " ============================================="
9090
91- npm run crawlit && node ./dist/app.js --game dofus --language french --category havenbag --all
91+ npm run crawlit && node ./dist/app.js --game dofus --language english --category havenbag --all
9292
9393echo " ============================================="
9494echo " Full parse Finished !"
95- echo " Now you have the last version of the Encyclopedia in French !"
95+ echo " Now you have the last version of the Encyclopedia in english !"
9696echo " ============================================="
0 commit comments