Created
March 28, 2022 13:44
-
-
Save allomov/61d2bed0533dedca8a105ed80c137329 to your computer and use it in GitHub Desktop.
This file contains 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
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