From 0cdbb9892aa7074067cce81419196422d3e25ab4 Mon Sep 17 00:00:00 2001 From: Publish3r <62908449+Publish3r@users.noreply.github.com> Date: Fri, 23 Oct 2020 20:04:39 +0200 Subject: [PATCH] Custom server list expanded --- README.md | 20 +++++++++++++++++--- zattoo.pl | 4 ++-- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0360c54..6d99289 100644 --- a/README.md +++ b/README.md @@ -89,13 +89,13 @@ sudo cpan install utf8 mkdir ~/telerising # Download the .zip file and extract the files into your folder: -wget https://github.com/sunsettrack4/telerising/archive/v0.4.1.zip +wget https://github.com/sunsettrack4/telerising/archive/v0.4.2.zip # Unzip the file: -unzip v0.4.1.zip +unzip v0.4.2.zip # Move all script files to the created folder -mv ~/telerising-0.4.1/* ~/telerising/ +mv ~/telerising-0.4.2/* ~/telerising/ # Set system-wide permissions to the folder and its related files sudo chmod 0777 ~/telerising @@ -252,6 +252,20 @@ zba6-2 1und1-ess1901-2 1und1-stu1903-1 1und1-stu1903-2 +1und1-unn1101-1 +1und1-unn1101-2 +1und1-mun1901-1 +1und1-mun1901-2 +1und1-mun1902-1 +1und1-mun1902-2 +1und1-mun1902-3 +1und1-mun1902-4 +1und1-dor1101-1 +1und1-dor1101-2 +1und1-dor1901-1 +1und1-dor1901-2 +1und1-wup1101-1 +1und1-wup1101-2 matterlau1-0 matterlau1-1 matterzrh1-0 diff --git a/zattoo.pl b/zattoo.pl index 3099367..b45ac12 100644 --- a/zattoo.pl +++ b/zattoo.pl @@ -32,7 +32,7 @@ select $tee; print "\n ========================= I + \n"; -print " TELERISING API v0.4.1 I I + \n"; +print " TELERISING API v0.4.2 I I + \n"; print " ========================= I I + + \n"; print " II \n"; print "ZZZZZZZZZ AA TTTTTTTTTT TTTTTTTTTT 888888 888888 \n"; @@ -231,7 +231,7 @@ sub login_process { $zserver = "fr5-0"; } elsif( $zserver eq "" ) { $zserver = "fr5-0"; - } elsif( $zserver =~ /fr5-[0-5]|fra3-[0-3]|zh2-[0-9]|zba6-[0-2]|1und1-fra1902-[1-4]|1und1-hhb1000-[1-4]|1und1-dus1901-[1-4]|1und1-ess1901-[1-2]|1und1-stu1903-[1-2]|matterlau1-[0-1]|matterzrh1-[0-1]/ ) { + } elsif( $zserver =~ /fr5-[0-5]|fra3-[0-3]|zh2-[0-9]|zba6-[0-2]|1und1-fra1902-[1-4]|1und1-hhb1000-[1-4]|1und1-dus1901-[1-4]|1und1-ess1901-[1-2]|1und1-stu1903-[1-2]|matterlau1-[0-1]|matterzrh1-[0-1]|1und1-unn1101-[1-2]|1und1-mun1901-[1-2]|1und1-mun1902-[1-4]|1und1-dor1101-[1-2]|1und1-dor1901-[1-2]|1und1-wup1101-[1-2]/ ) { INFO "Custom Zattoo server \"$zserver\" will be used.\n"; } else { INFO "Custom Zattoo server \"$zserver\" is not supported, default server will be used instead.\n";