Skip to content

Commit

Permalink
added heldenbar config
Browse files Browse the repository at this point in the history
  • Loading branch information
jakopako committed Jan 20, 2022
1 parent 8dc64c9 commit 4cf8a5e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,5 +369,31 @@ crawlers:
loc: ".MarkupPagerNavNext a"
relative: true

- name: Heldenbar
type: concert
city: Zurich
url: "https://www.heldenbar.ch/programm/"
event: ".page-content .vsel-upcoming"
fields:
title:
loc: ".vsel-meta-title a"
comment:
loc: ".vsel-info p"
url:
loc: ".vsel-meta-title a"
on_subpage: ["date"]
date:
day_month_year:
loc: ".vsel-meta-date span"
layout: "2/01/2006"
regex_extract:
exp: "([0-9]{2}/){2}[0-9]{4}"
time:
loc: ".vsel-meta-time span"
layout: "15:04"
regex_extract:
exp: "[0-9]{1,2}:[0-9]{2}"
location: "Europe/Berlin"
language: "de_DE"


0 comments on commit 4cf8a5e

Please sign in to comment.