Skip to content

Open Graph

Alexey Bukhtin edited this page Feb 28, 2019 · 2 revisions

Scrape Open Graph Metadata from URLs

Client.shared.og(url: URL(string: "https://www.imdb.com/title/tt0117500/")!) { result in
    // An `OGResponse` object would be in the result.
    print(result)  
}

Clone this wiki locally