Initial description

This commit is contained in:
Martin Brodbeck 2013-09-11 11:06:13 +02:00
parent 3f71e7937e
commit 1dad726c2e

View file

@ -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