ElixirTeSS / TeSS_scrapers

TeSS HTML page scrapers in Ruby looking for training resources and events metadata.
Other
9 stars 9 forks source link

Fix regexp of google calendar description. #69

Closed nmb closed 5 years ago

nmb commented 5 years ago

Change regexp as the description string from google calendar events is without line breaks.

njall commented 5 years ago

This looks like it extracts the URL from the description correctly.

As a result, these events are not being added to TeSS; this is due to the URLs already being registered from our SIB or SciLifeLab.se scrapers. Is that okay with you?