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 a5c476e05bb83f40ad975fcea2870cbbd44dfffb
parent 1016194c3b861d60d8246d144627502a7de4cf99
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Oct  1 12:01:43 +0200

bump year + corrected env path
Diffstat:
download_loooooops.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/download_loooooops.py b/download_loooooops.py
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 
 import requests
 from time import sleep
@@ -9,7 +9,7 @@ from urllib.parse import urlparse
 #   remote_url
 #   description
 
-year = "2022"
+year = "2023"
 
 output_dir = os.path.join("loooooops", year)