Created
March 21, 2016 07:16
-
-
Save khajavi/672559cb71bc91ced5f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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