You can also get SF15 eval from the commentary.
Code: Select all
wget -qO- https://database.lichess.org/standard/lichess_db_standard_rated_2023-02.pgn.zst | zstd -dvc -f | pgn-extract -Wepd --nocomments --notags -s -V
Just stream to a file and done.
Moderator: Ras
Code: Select all
wget -qO- https://database.lichess.org/standard/lichess_db_standard_rated_2023-02.pgn.zst | zstd -dvc -f | pgn-extract -Wepd --nocomments --notags -s -V