Skip to content

Commit

Permalink
Add LaCigale
Browse files Browse the repository at this point in the history
Fixes #42
  • Loading branch information
jakopako committed Feb 1, 2022
1 parent c764de9 commit ab1d0cf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,34 @@ crawlers:
exp: "[0-9]{2}:[0-9]{2}"
location: "Europe/Berlin"

##########
# Paris
##########
- name: LaCigale
type: concert
url: "http://www.lacigale.fr/en/"
city: "Paris"
event: ".spectacle-infos"
fields:
title:
loc: ".title .text-white"
url:
loc: ".mobile a"
on_subpage: ["comment", "date"]
comment:
loc: ".c-m-7 .infos-wrapper .text-grey"
date:
day_month_year:
loc: ".c-m-7 .date-wrapper .text-grey"
layout: "02 January 2006"
time:
loc: ".c-m-6 .hour"
layout: "15 H 04"
regex_extract:
exp: "[0-9]{2}\\sH\\s[0-9]{2}"
location: "Europe/Paris"
language: en_US

##########
# Zurich
##########
Expand Down

0 comments on commit ab1d0cf

Please sign in to comment.