Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
require 'open-uri'
require 'nokogiri'
html = open(ARGV[0])
doc = Nokogiri::HTML(html)
# Название страницы/статьи
title = doc.css('title')[0].text