https://github.com/tomiwa-ot/bbc-sounds
Download shows from BBC Sounds
https://github.com/tomiwa-ot/bbc-sounds
bbc bbc-sounds python streamlink
Last synced: 2 months ago
JSON representation
Download shows from BBC Sounds
- Host: GitHub
- URL: https://github.com/tomiwa-ot/bbc-sounds
- Owner: Tomiwa-Ot
- License: gpl-3.0
- Created: 2022-03-11T01:35:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T20:22:36.000Z (about 4 years ago)
- Last Synced: 2026-04-02T17:42:56.284Z (3 months ago)
- Topics: bbc, bbc-sounds, python, streamlink
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## BBC Sounds
Download audio programmes from BBC sounds
### Setup
- Install [streamlink](https://streamlink.github.io/install.html)
- Install dependencies
```console
pip install -r requirements.txt
```
### Usage
Specify either ID or URL of the programme
```console
user@pc:~$ python sounds.py
usage: BBC Sounds [-h] [-u URL] [-i ID] -q QUALITY
Description: downloads radio programmes from BBC Sounds
optional arguments:
-h, --help show this help message and exit
-u URL, --url URL url of the programme
-i ID, --id ID id of the programme
-q QUALITY, --quality QUALITY
quality of the download
```