Compare commits

...

2 Commits

Author SHA1 Message Date
ugrnm c3cd61d876 bump year 2 months ago
ugrnm b8fbc26220 exit if no config 2 months ago
  1. 2
      download_loooooops.py
  2. 1
      stream_loooooops.sh

2
download_loooooops.py

@ -9,7 +9,7 @@ from urllib.parse import urlparse
# remote_url
# description
year = "2023"
year = "2024"
output_dir = os.path.join("loooooops", year)

1
stream_loooooops.sh

@ -6,6 +6,7 @@ set -e
if [ ! -e stream_loooooops-config.xml ]
then
echo ":( write an ezstream config file plz"
exit 1
fi
# We keep trying to read the playlist

Loading…
Cancel
Save