diff --git a/autumn2013/players.yml b/autumn2013/players.yml index 052bace..2001fbc 100644 --- a/autumn2013/players.yml +++ b/autumn2013/players.yml @@ -94,6 +94,7 @@ lor: farzeet lichess: farzeet elo: 1105 + status: withdrew - number: 20 lor: MyTrooName diff --git a/autumn2013/results.yml b/autumn2013/results.yml index a4f869e..1e0c078 100644 --- a/autumn2013/results.yml +++ b/autumn2013/results.yml @@ -767,6 +767,11 @@ black: darkenshvein result: '1:0' + - date: 07.11.2013 + white: redgremlin + black: J + result: '1:0' + - date: 02.11.2013 white: Magian black: aptyp @@ -814,6 +819,16 @@ black: Magian result: '0:1' + - date: 07.11.2013 + white: Michkova + black: redgremlin + result: '0:1' + + - date: 06.11.2013 + white: darkenshvein + black: Nokman + result: '0:1' + - date: 02.11.2013 white: iVS black: Nedis @@ -831,6 +846,11 @@ black: darkenshvein result: '1:0' + - date: 07.11.2013 + white: Genuine + black: J + result: '1:0' + - date: 31.10.2013 white: LongLiveUbuntu black: aptyp diff --git a/tour-parse b/tour-parse index 84ef7ab..57fb655 100755 --- a/tour-parse +++ b/tour-parse @@ -38,7 +38,7 @@ for dir in "${tour_dirs[@]}"; do # Parsed data of game: date a[1], white player a[2], black # player a[6], and the result a[3] data=( $(echo "$line" | gawk --re-interval \ - 'match($0, /'${date}' — '${white}' '${result}' '${black}'/, a) \ + 'match($0, /'${date}' [-—] '${white}' '${result}' '${black}'/, a) \ { print a[1], a[2], a[6], a[3] }') ) if [[ ${#data[@]} != 0 ]]; then