WhoPlayer

As has been more than adequately commented on elsewhere, almost* all of the existent Doctor Who library has hit iPlayer – with the classic episodes, when queried by get_iplayer, reporting an expiry date of 2028-11-01T05:59:00+00:00. So that’s plenty of time to be thoroughly overwhelmed by choice!

*except for An Unearthly Child as – apparently – the writer’s son has issues….

Continue reading “WhoPlayer”

Sending Chrome Tabs to get_iPlayer on MacOS via the Command Line.

It’s a pretty simple command line…

osascript -e{'set text item delimiters to linefeed','tell app"google chrome"to url of tabs of windows as text'} | grep -E 'www.bbc.co.uk/programme|www.bbc.co.uk/iplayer/episode' | xargs -t -n1  get_iplayer --pid-recursive
Continue reading “Sending Chrome Tabs to get_iPlayer on MacOS via the Command Line.”