Skip to content

Instantly share code, notes, and snippets.

@marktyers
Last active April 14, 2017 16:29
Show Gist options
  • Save marktyers/24d75c8b1b51dc82eac462b583c9740c to your computer and use it in GitHub Desktop.
Save marktyers/24d75c8b1b51dc82eac462b583c9740c to your computer and use it in GitHub Desktop.
Downloading iPlayer content on MacOS

Instructions

Start by installing Homebrew and use this to install ffmpeg:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install ffmpeg

Now install the TamperMonkey plugin for your Chrome browser and install the questo script

If you open a video on iplayer you will see a script under the video. Run this using Terminal to download the video.

References

http://www.renevolution.com/ffmpeg/2013/03/16/how-to-install-ffmpeg-on-mac-os-x.html

https://andrealazzarotto.com/2015/02/20/how-to-download-bbc-iplayer-videos/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment