๐Ÿ“… Calendar file generator for triathlonlive.tv upcoming events triathlon-live-calendar.fly.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adds event URL

+1
+1
triathlon_live_calendar/scraper.py
··· 30 30 name=title.text, 31 31 begin=get(begin, DATETIME_FORMAT), 32 32 duration=DEFAULT_DURATION, 33 + url=url, 33 34 )