Skip to content

Commit

Permalink
Update update_tournaments.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfab authored Feb 22, 2024
1 parent 7e6a8d4 commit f7071b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _scripts/update_tournaments.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
ALL_VARIANTS = set(('shogi', 'xiangqi', 'janggi', 'makruk'))
FESA_URL = 'http://fesashogi.eu/index.php?mid=2'
DXB_URL = 'http://chinaschach.de/blog/events/list/?ical=1'
FFS_URL = 'https://shogi.fr/events/liste/?ical=1'
TOURNEY_MOMENTUMS_URL = 'https://tourney-momentums.eu/tournaments/category/english/list/?ical=1'


Expand Down Expand Up @@ -108,6 +109,7 @@ def prettify_location(locations):
calendars.extend([
get_ics_calendar(TOURNEY_MOMENTUMS_URL, current.columns, ('shogi', 'xiangqi', 'janggi', 'makruk')),
get_ics_calendar(DXB_URL, current.columns, ('xiangqi',)),
get_ics_calendar(FFS_URL, current.columns, ('shogi',)),
get_html_calendar(FESA_URL, current.columns),
])
merged = pd.concat(calendars)
Expand Down

0 comments on commit f7071b6

Please sign in to comment.