https://github.com/simonwhitaker/get-iplayer-docker
https://github.com/simonwhitaker/get-iplayer-docker
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonwhitaker/get-iplayer-docker
- Owner: simonwhitaker
- Created: 2021-03-19T09:16:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T09:21:32.000Z (about 5 years ago)
- Last Synced: 2025-06-02T01:27:05.301Z (about 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This repo contains a Dockerfile that builds an image with
[get_iplayer](https://github.com/get-iplayer/get_iplayer) installed and ready to
use.
# Build
```
docker build -t get_iplayer .
```
# Usage
```
docker run --rm get_iplayer
```
Output is to /output in the container. Map that to a local volume to download to
your local filesystem.
```
docker run --rm -v $PWD:/output get_iplayer https://www.bbc.co.uk/programmes/b07hfwrr
```