Sie sind auf Seite 1von 3

HTTPS clone URL

You can clone with HTTPS,


Subversion, and other methods.
_ latest commit 5e5d398543
A utility for grabbing tv and radio from BBC iPlayer. https://github.com/dinkypumpkin/get_iplayer/wiki
Q 618 commits y 1 branch ( 8 releases Q 13 contributors

Detect playlist URL in JSON for embedded clips
dinkypumpkin authored 21 days ago
M html Tag version 2.83 2 months ago
M plugins Replaced links to linuxcentre.net 2 months ago
M windows Web PVR: use dynamic discovery of configured ffmpeg 11 months ago
_ CHANGELOG-get_iplayer.c Minor README edits 4 months ago
_ CHANGELOG.txt Minor README edits 4 months ago
_ CONTRIBUTORS Tag version 2.83 2 months ago
_ LICENSE.txt 5 years ago
_ Makefile More OS X changes for Makefile 2 months ago
_ README-get_iplayer.cgi.txt More readme edits 3 months ago
_ README.md Minor README edit 2 months ago
_ get_iplayer Detect playlist URL in JSON for embedded clips 21 days ago
_ get_iplayer.1 Tag version 2.83 2 months ago
_ get_iplayer.cgi Web PVR: Escape programme name for Add Series a month ago
_ make-nsis.sh Windows installer version 4.3 2 years ago
_ web.sh Fixed creation of symlink to latest version 2 years ago
README.md README.md
Downloads MP4 streams from BBC iPlayer site with better quality than Flash player streams
Downloads Flash AAC/MP3 and WMA streams for radio programmes
Allow multiple programmes to be downloaded using a single command
Indexing of all available iPlayer programs
Caching of Index (default 4h)
Regex search on programme name
Regex search on programme description and episode title
PVR capability (may be used from crontab)
Full HTTP Proxy support
Runs on Linux (Debian, Ubuntu, openSUSE and many others), OS X (10.5+) and Windows
(XP/Vista/7/8)
Requires perl 5.8.8+ with LWP module
MM
75 19 Star y Fork
dinkypumpkin / get_iplayer
PUBLIC
g
Issues Issues 00
QQ Pull Requests Pull Requests 00
Wiki Wiki
++ Pulse Pulse
@@ Graphs Graphs
yy Network Network
_
g Clone in Desktop
Download ZIP
[ y master get_iplayer / _

get_iplayer: BBC iPlayer Indexing Tool and PVR


Features
Documentation
Explore Explore Features Features Enterprise Enterprise Blog Blog This repository @@
dinkypumpkin/get_iplayer GitHub https://github.com/dinkypumpkin/get_iplayer
1 of 3 15/08/2013 6:22 PM
https://github.com/dinkypumpkin/get_iplayer/wiki
Download latest release:
https://raw.github.com/dinkypumpkin/get_iplayer/latest/get_iplayer
After downloading the script make it executable:
chmod 755 ./get_iplayer
The script may optionally be installed to a location in PATH.
You can set the default download directory by putting the following in your shell environment (e.g.
~/.bashrc):
export IPLAYER_OUTDIR="/path/to/my/output/dir"
The first time you run the script it will create a settings directory (~/.get_iplayer) and download plugins. It
will then access the BBC website and create an index of all TV programmes currently on iPlayer.
See documentation for Windows installation information.
get_iplayer help
get_iplayer basichelp
get_iplayer longhelp
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, Drama,SciFi & Fantasy,TV, default
209: Doctor Who: Series 7 Part 2 2. The Rings Of Akhaten, BBC One, Audio Described,Drama,SciFi & Fantasy,TV, default,a
210: Doctor Who: Series 7 Part 2 3. Cold War, BBC One, Audio Described,Drama,SciFi & Fantasy,TV, default,audiodescribe
...
Format = index: name - episode, channel, categories, versions
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 title/episode:
get_iplayer "doctor who"
List all TV and radio programmes with "doctor who" in the title/episode:
get_iplayer type tv,radio "doctor who"
Installation (Linux/Unix/OS X)
Installation (Windows)
Usage
Examples
dinkypumpkin/get_iplayer GitHub https://github.com/dinkypumpkin/get_iplayer
2 of 3 15/08/2013 6:22 PM
List all TV programmes categorised as "comedy":
get_iplayer category=comedy
List all BBC One TV programmes categorised as "sport":
get_iplayer channel= "BBC One" category=sport
List all Radio 4 Extra programmes categorised as "drama":
get_iplayer type=radio channel "Radio 4 Extra" category=drama
Record programme number 208 (index from search results) in SD:
get_iplayer get 208
Record programme number 208 in HD (if available), with SD fallback:
get_iplayer modes=best get 208
Record programme number 208 and download subtitles in SubRip (SRT) format:
get_iplayer get 208 subtitles
Record all TV programmes with "doctor who' in the title/episode:
get_iplayer get "doctor who"
Record a programme using its iPlayer URL:
get_iplayer http://www.bbc.co.uk/iplayer/episode/b01sc0wf/Doctors_Series_15_Perfect/
Record a programme using the PID (b01sc0wf) from its iPlayer URL:
get_iplayer pid=b01sc0wf
Refresh the cached index of available TV programmes:
get_iplayer refresh
Refresh the cached index of available TV and radio programmes:
get_iplayer type=tv,radio refresh
Notes:
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.
Status API Training Shop Blog About 2013 GitHub, Inc. Terms Privacy Security Contact
[
dinkypumpkin/get_iplayer GitHub https://github.com/dinkypumpkin/get_iplayer
3 of 3 15/08/2013 6:22 PM

Das könnte Ihnen auch gefallen