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
2025
2026
 Dependencies

Development

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

Runtime

>= 1.7.1, ~> 1.7
 Project Readme

bfi_player_search is a Ruby gem which provides a page scraped API for searching the programmes available for streaming from the BFI player

Installation

$ gem install bfi_player_search

Or with Bundler in your Gemfile.

gem 'bfi_player_search'

Usage

require 'bfi_player_search'

bfi_search = BFIPlayerSearch::Search.new

results = bfi_search.search('a most wanted man')

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