Downloading from TWIC fails from 682 onwards
Brought to you by:
drkirkby
Hi,
Downloading from TWIC works until twic 682, when chessdb throws an error saying the pgn file was not found at : '/home/mydir/.chessdb/twic/twic682.pgn'.
When I check that directory, the pgn file has been unzipped to:
'/home/mydir/.chessdb/twic/twic682/twic682.pgn'.
It seems twic may have begun zipping up the pgn different from 682 onwards ....
I am using chessdb version 3.6.18.
You may reach me at: ahsan [at] bytefull.com
Logged In: YES
user_id=1198290
Originator: NO
i think this fix it well
ChessDB-3.6.19-beta-1/tcl/tools/download-twics.tcl
351c351
< catch {exec unzip -j -o -d $::chessdbTWICDir $ZIPFILE}
---
> catch {exec unzip -o -d $::chessdbTWICDir $ZIPFILE}