From 8f888b66eecf07bc683bfc32aef13d9aad98b3c4 Mon Sep 17 00:00:00 2001 From: justuser Date: Thu, 6 Oct 2022 14:16:21 +0300 Subject: [PATCH] Add new atation. --- main.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 1af7bf5..653ec3c 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,8 @@ import time #RADIO STATIONS rad = [ "https://nashe1.hostingradio.ru:18000/nashepunks.mp3", -"https://ic7.101.ru:8000/v1_1 -O nrj.mp3" +"https://ic7.101.ru:8000/v1_1 -O nrj.mp3". +"https://emgregion.hostingradio.ru:8064/moscow.retrofm.mp3 -O retrofm.mp3" ] ### @@ -38,6 +39,10 @@ def upload(): ss("telegram-upload "+i+" --to https://t.me/getnetradio_nrj --caption "+tim) ss("mkdir "+prefix+tim) ss("mv "+i+" "+prefix+tim+"/") + elif i == "retrofm.mp3": + ss("telegram-upload "+i+" --to https://t.me/getnetradio_retrofm --caption "+tim) + ss("mkdir "+prefix+tim) + ss("mv "+i+" "+prefix+tim+"/") else: pass