1
restaurant-search/build/data/tripadvisor.toml
2015-09-20 22:30:38 +09:00

65 lines
1.4 KiB
TOML

name = "tripadvisor"
[index.items]
path = "a.property_title"
attr = "href"
[index.next]
path = "div.deckTools.btm a.nav.next.rndBtn.rndBtnGreen.taLnk"
attr = "href"
[item.name]
path = "h1#HEADING"
[item.address]
path = "address span.format_address > span:not(.extended-address)"
[item.weight]
path = "h3.reviews_header"
regex = "^(\d+)"
[item.props]
[item.props.service]
accomodating = 1.0
affordable = 0.0
atmospheric = 0.0
delicious: 0.0
scale = 5.0
path = "ul.barChart div.ratingRow img:nth-child(2)"
regex = "^([0-9]*\.?[0-9]+)"
attr = "alt"
[item.props.food]
accomodating = 0.0
affordable = 0.0
atmospheric = 0.0
delicious: 1.0
scale = 5.0
path = "ul.barChart div.ratingRow img:nth-child(1)"
regex = "^([0-9]*\.?[0-9]+)"
attr = "alt"
[item.props.value]
accomodating = 0.0
affordable = 1.0
atmospheric = 0.0
delicious: 0.0
scale = 5.0
path = "ul.barChart div.ratingRow img:nth-child(3)"
regex = "^([0-9]*\.?[0-9]+)"
attr = "alt"
[item.props.atmosphere]
accomodating = 0.0
affordable = 0.0
atmospheric = 1.0
delicious: 0.0
scale = 5.0
path = "ul.barChart div.ratingRow img:nth-child(4)"
regex = "^([0-9]*\.?[0-9]+)"
attr = "alt"