-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site tag in Game #17
Comments
Hello @vixen, According to PGN spec |
Thanks for your reply In case of human events also sometimes different rounds happen at different locations. |
I'll go ahead and take your suggestion. The change should be available in the next release. |
One suggestion :
Reason lichess.org site puts specific game id in site tag in their pgn
Example
[Site "https://lichess.org/<gameid>"]
While u parse the pgn the only way to get site is via PGN's event map
and it only has site for last game of that event and there is now way we can get specific game id
The text was updated successfully, but these errors were encountered: