Skip to content

Commit

Permalink
regexes to extract facebook and frm links from event description
Browse files Browse the repository at this point in the history
  • Loading branch information
groupsky committed Nov 10, 2016
1 parent f6687ae commit dab7224
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,12 @@
"празненство",
"празнуване"
]
},
"-//meta": "collection of regexes to extract additional information for events",
"meta": {
"-//facebook": "link to facebook event",
"facebook": "((https?:)?//(www.)?facebook.com/events/d+)",
"-//frm": "link to frm.hackafe.org topic for the event",
"frm": "((https?:)?//frm.hackafe.org/t/[-a-zA-Z0-9]+/d+)"
}
}

0 comments on commit dab7224

Please sign in to comment.