module Synopsis def self.synopsis(url) description = Meta.get(url) or BingScrape.get(url) end end