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 9e0bc070744819838b4691d76c1d99c6599ec296
parent bb9fd148b4ce74555df1b1d20468aec003040f37
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Oct  9 16:17:31 +0200

grab_media argument fix
Diffstat:
download_loooooops.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/download_loooooops.py b/download_loooooops.py
@@ -13,7 +13,7 @@ import shutil
 
 output_dir = "loooooops"
 
-def grab_media(path, url, filename):
+def grab_media(path, url):
 
     media_item = urlparse(url).path.split('/')[-1]