Coder Social home page Coder Social logo

benshep / get_iplayer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from get-iplayer/get_iplayer

0.0 2.0 0.0 3.98 MB

A utility for downloading TV and radio from BBC iPlayer

Home Page: https://github.com/get-iplayer/get_iplayer/wiki

License: GNU General Public License v3.0

Makefile 0.19% Perl 95.41% Groff 4.39%

get_iplayer's Introduction

get_iplayer: BBC iPlayer Indexing Tool and PVR

Features

  • Downloads TV and radio programmes from BBC iPlayer
  • Allows multiple programmes to be downloaded using a single command
  • Indexing of most available iPlayer catch-up programmes (not iPlayer Exclusive, Red Button or BBC Three)
  • Caching of index (default 4h)
  • Regex search on programme name
  • Regex search on programme description and episode title
  • Filter search results by channel
  • PVR capability (may be used with cron or Task Scheduler)
  • HTTP proxy support
  • Perl 5.8.8+ required, plus LWP, XML::Simple and XML::LibXML modules
  • Runs on Linux/Unix (Ubuntu, Fedora, OpenBSD and others), OS X, Windows (7/8/10 supported, known to run on XP/Vista)

NOTE: get_iplayer can only search programmes broadcast on BBC linear services within the previous 30 days, even if some are available for more than 30 days on the iPlayer web site. Other programmes must be downloaded directly.

Documentation

https://github.com/get-iplayer/get_iplayer/wiki

Support

https://github.com/get-iplayer/get_iplayer/wiki/help

Installation

https://github.com/get-iplayer/get_iplayer/wiki/installation

Usage

get_iplayer --help
get_iplayer --basic-help
get_iplayer --long-help

Examples

  • List all TV programmes (--type=tv set by default):

    get_iplayer

    Search output appears in this format:

      ...
      208:  Doctor Who: Series 7 Part 2 - 1. The Bells of Saint John, BBC One, b01rryzz
      209:  Doctor Who: Series 7 Part 2 - 2. The Rings Of Akhaten, BBC One, b01rx0lj
      210:  Doctor Who: Series 7 Part 2 - 3. Cold War, BBC One, b01s1cz7
      ...
    

    Format = index: name - episode, channel, pid

  • List all TV programmes with long descriptions:

    get_iplayer --long

  • List all radio programmes:

    get_iplayer --type=radio

  • List all TV programmes with "doctor who" in the name (matching is case-insensitive):

    get_iplayer "doctor who"

  • List all TV and radio programmes with "doctor who" in the name:

    get_iplayer --type tv,radio "doctor who"

  • List all BBC One programmes:

    get_iplayer --channel="BBC One"

  • List Radio 4 and Radio 4 Extra programmes with "Book at Bedtime" in the title:

    get_iplayer --type=radio --channel="Radio 4" "Book at Bedtime"

  • List only Radio 4 programmes with "Book at Bedtime" in the title:

    get_iplayer --type=radio --channel="Radio 4$" "Book at Bedtime"

    (The $ regular expression metacharacter matches "Radio 4" only at the end of the channel name, thus avoiding matches against "Radio 4 Extra")

  • Record TV programme number 208 (index from search results) in HD, with SD fallback if HD not available:

    get_iplayer --get 208 [default is to download best available]

    OR

    get_iplayer --get 208 --modes=best

  • Record TV programme number 208 in lower resolution (640x360):

    get_iplayer --get 208 --modes=good

  • Record TV programme number 208 and download subtitles in SubRip (SRT) format:

    get_iplayer --get 208 --subtitles

  • Record a TV programme using its iPlayer URL:

    get_iplayer http://www.bbc.co.uk/iplayer/episode/b01sc0wf/Doctors_Series_15_Perfect/

  • Record a TV programme using the PID (b01sc0wf) from its iPlayer URL:

    get_iplayer --pid=b01sc0wf

  • Record a radio programme using its iPlayer URL:

    get_iplayer http://www.bbc.co.uk/programmes/b07gcv34

  • Record a radio programme using the PID (b07gcv34) from its iPlayer URL:

    get_iplayer --pid=b07gcv34

NOTE: Sometimes you may not be able to download a listed programme immediately after broadcast (usually available within 24hrs of airing). Some BBC programmes may not be available from iPlayer.

get_iplayer's People

Contributors

dinkypumpkin avatar dwmw2 avatar jon-hedgerows avatar henderhobbit avatar vangelis66 avatar jcsteh avatar mikecrowe avatar sthen avatar benshep avatar willemw12 avatar steven676 avatar boudiccas avatar ralfbaechle avatar filcole avatar minty avatar mfleetwo avatar ligne avatar marginal avatar twpol avatar trailtacos avatar caius avatar elwell avatar svpv avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.