Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

mocoso/bbc_iplayer_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbc_iplayer_search is a Ruby gem which provides a page scraped API for searching the programmes available for streaming from the BBC iPlayer

Installation

$ gem install bbc_iplayer_search

Or with Bundler in your Gemfile.

gem 'bbc_iplayer_search'

Usage

require 'bbc_iplayer_search'

iplayer_search = BBCIplayerSearch::Search.new

results = iplayer_search.search('eastenders')

Where the results are an array containing a hash for each result. Each result has title, url, image_url and 'available' keys.

About

A wonky page scraped API for BBC iPlayer search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages