BeatportPlay-Scraper

Gets the song names from the Beatport Top 10.

Install

gem install beatport_play-scraper

Usage

require 'beatport_play-scraper'

BeatportPlay::Scraper.get_top_10 # Returns an Enumerable with 10 strings.

Input

HTML string from beatport.com.

Output

An enumerable of the Beatport Top 10 song titles as strings.