Skip to content

Instantly share code, notes, and snippets.

@justinvanwinkle
Created August 20, 2013 05:33
Show Gist options
  • Save justinvanwinkle/6277423 to your computer and use it in GitHub Desktop.
Save justinvanwinkle/6277423 to your computer and use it in GitHub Desktop.
"#detail-bullets td.bucket div.content li" | {
kind := /([ \w]+):/
value := /: (.+)/
}
description = .".content #postBodyPS p"
"#ASIN" {
asin = value
}
"span .bb_price" {
price = /\d+\.\d+/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment