Initial description
This commit is contained in:
parent
3f71e7937e
commit
1dad726c2e
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
"""
|
||||||
|
This script records internet radio streams. It can be used in conjunction
|
||||||
|
with "at" or "crontab".
|
||||||
|
"""
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import configparser
|
import configparser
|
||||||
import urllib.request
|
import urllib.request
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue