radio-looptober

somehow downloads looptober mp3 files and make a radio out of them
git clone https://git.lurk.org/repos/radio-looptober.git
Log | Files | Refs | README | LICENSE | TODO

commit 7c181043657e3ac254531cf1f640d5da319350b8
parent d7654cc7845fda13b9cb08577bbb9d4477b5f6ea
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Oct  9 15:50:57 +0200

relative folder in repos is ignored
Diffstat:
.gitignore | 2++
download_loooooops.py | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -1,3 +1,5 @@
+loooooops
+
 # ---> Python
 # Byte-compiled / optimized / DLL files
 __pycache__/
diff --git a/download_loooooops.py b/download_loooooops.py
@@ -11,7 +11,7 @@ import shutil
 #   remote_url
 #   description
 
-output_dir = "/home/r/Programming/radio-looptober/loops"
+output_dir = "loooooops"
 
 def grab_media(path, url, filename):