Repository is archived
No commit activity in last 3 years
No release in over 3 years
Built with some wonky page scraping
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10
~> 3
~> 3.0
~> 1.22

Runtime

>= 1.7.1, ~> 1.7
 Project Readme

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.