Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Remove hls7 Dolby workaround; update script to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsettrack4 committed Dec 26, 2020
1 parent acb6587 commit f0172f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.zip
wget https://github.com/sunsettrack4/telerising/archive/v0.4.4.zip

# Unzip the file:
unzip v0.4.3.zip
unzip v0.4.4.zip

# Move all script files to the created folder
mv ~/telerising-0.4.3/* ~/telerising/
mv ~/telerising-0.4.4/* ~/telerising/

# Set system-wide permissions to the folder and its related files
sudo chmod 0777 ~/telerising
Expand Down
7 changes: 1 addition & 6 deletions zattoo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
select $tee;

print "\n ========================= I + \n";
print " TELERISING API v0.4.3 I I + \n";
print " TELERISING API v0.4.4 I I + \n";
print " ========================= I I + + \n";
print " II \n";
print "ZZZZZZZZZ AA TTTTTTTTTT TTTTTTTTTT 888888 888888 \n";
Expand Down Expand Up @@ -3895,7 +3895,6 @@ sub http_child {
}

my $liveview_url = $liveview_file->{'stream'}->{'url'};
$liveview_url =~ s/hls5/hls7/g;

# LOAD PLAYLIST URL
print "* " . localtime->strftime('%Y-%m-%d %H:%M:%S ') . "LIVE-TV $channel | $quality | $platform - Loading M3U8\n";
Expand Down Expand Up @@ -4350,7 +4349,6 @@ sub http_child {
}

my $vodstream_url = $vodview_file->{'stream'}->{'cast_url'};
$vodstream_url =~ s/hls5/hls7/g;

# LOAD PLAYLIST URL
print "* " . localtime->strftime('%Y-%m-%d %H:%M:%S ') . "VOD $vod | $quality | $platform - Loading M3U8\n";
Expand Down Expand Up @@ -4806,7 +4804,6 @@ sub http_child {
}

my $vodstream_url = $vodview_file->{'stream'}->{'cast_url'};
$vodstream_url =~ s/hls5/hls7/g;

# LOAD PLAYLIST URL
print "* " . localtime->strftime('%Y-%m-%d %H:%M:%S ') . "MOVIE $movie_vod | $quality | $platform - Loading M3U8\n";
Expand Down Expand Up @@ -5387,7 +5384,6 @@ sub http_child {
}

my $rec_url = $recview_file->{'stream'}->{'url'};
$rec_url =~ s/hls5/hls7/g;

# LOAD PLAYLIST URL
print "* " . localtime->strftime('%Y-%m-%d %H:%M:%S ') . "PVR-TV $channel | $quality | $platform - Loading M3U8\n";
Expand Down Expand Up @@ -6333,7 +6329,6 @@ sub http_child {
}

my $recch_url = $recchview_file->{'stream'}->{'url'};
$recch_url =~ s/hls5/hls7/g;

# LOAD PLAYLIST URL
print "* " . localtime->strftime('%Y-%m-%d %H:%M:%S ') . "REC $rec_ch | $quality | $platform - Loading M3U8\n";
Expand Down

0 comments on commit f0172f8

Please sign in to comment.