Skip to content

Instantly share code, notes, and snippets.

@allomov
Created March 28, 2022 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allomov/61d2bed0533dedca8a105ed80c137329 to your computer and use it in GitHub Desktop.
Save allomov/61d2bed0533dedca8a105ed80c137329 to your computer and use it in GitHub Desktop.
require 'open-uri'
doc = Nokogiri::HTML(URI.open("https://www.oscars.org/oscars/ceremonies/2022"))
doc.css(".view-grouping-header h2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment