An open API service indexing awesome lists of open source software.

https://github.com/corentinb/radio_archiving

Tools for (web) radio stations archiving.
https://github.com/corentinb/radio_archiving

Last synced: about 2 months ago
JSON representation

Tools for (web) radio stations archiving.

Awesome Lists containing this project

README

          

# Radio Archiving
Tools for (web) radio stations archiving.

# Usage

```
./radio_archiving
```

DURATION can be expressed in s, m, h or d.
Example:
```
./radio_archiving 24h drive
```
This command will archive 24h of radio, based on the urls.txt file. Then loop to another 24h, etc, while pushing everything to our rclone remote named drive.

# Testing urls

```
./check_urls_list
```

This will check the urls list in this repo.
If any url doesnt work, it will be writtent in the $(date)_dead_urls.txt file.
Please replace dead urls and push the new urls.txt file.