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.
- Host: GitHub
- URL: https://github.com/corentinb/radio_archiving
- Owner: CorentinB
- Created: 2018-05-14T00:12:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T10:54:13.000Z (about 8 years ago)
- Last Synced: 2025-12-30T11:21:04.495Z (6 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.