From 1dad726c2e280eddb29f21b4b22d68703e3b1bb6 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 11 Sep 2013 11:06:13 +0200 Subject: [PATCH] Initial description --- radiorec.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/radiorec.py b/radiorec.py index 4f74df0..43d4d05 100755 --- a/radiorec.py +++ b/radiorec.py @@ -1,7 +1,11 @@ #!/usr/bin/env python3 +""" +This script records internet radio streams. It can be used in conjunction +with "at" or "crontab". +""" + import argparse import configparser import urllib.request -