Skip to content

Instantly share code, notes, and snippets.

@khajavi
Created March 21, 2016 07:16
Show Gist options
  • Save khajavi/672559cb71bc91ced5f3 to your computer and use it in GitHub Desktop.
Save khajavi/672559cb71bc91ced5f3 to your computer and use it in GitHub Desktop.
import net.ruippeixotog.scalascraper.browser.Browser
import net.ruippeixotog.scalascraper.dsl.DSL.Extract._
import net.ruippeixotog.scalascraper.dsl.DSL._
val browser = new Browser
val doc = browser.get("https://github.com/ruippeixotog/scala-scraper")
val title: String = doc >> text("h1")
println(title)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment