Skip to content

Commit

Permalink
Fixed TVI and TVI24 streams.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelo committed Apr 2, 2020
1 parent 9b2598e commit dba54a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 47,8 @@ STREAMS=(
)

# dynamic streams
__tvi() { echo "https://video-auth5.iol.pt/live_tvi/live_tvi/playlist.m3u8?$(wget https://tvi24.iol.pt/direto/847/tvi24-a-atualidade-em-direto -o /dev/null -O -|grep video-au|grep source|cut -d\" -f2|cut -d? -f2)"; }
__tvi24() { echo $(wget https://tvi24.iol.pt/direto/847/tvi24-a-atualidade-em-direto -o /dev/null -O -|grep video-au|grep source|cut -d\" -f2|grep tvi24); }
__tvi() { echo "https://video-auth6.iol.pt/live_tvi/live_tvi/playlist.m3u8?wmsAuthSign=$(wget https://services.iol.pt/matrix?userId= -o /dev/null -O -)"; }
__tvi24() { echo "https://video-auth6.iol.pt/live_tvi24/live_tvi24/playlist.m3u8?wmsAuthSign=$(wget https://services.iol.pt/matrix?userId= -o /dev/null -O -)"; }
__euronews() { echo $(wget http:$(wget http://pt.euronews.com/api/watchlive.json -O - -o /dev/null | cut -d\" -f4 | sed 's/\\//g') -O - -o /dev/null | cut -d\" -f12 | sed 's/\\//g'); }

# check if dependencies exist
Expand Down

0 comments on commit dba54a4

Please sign in to comment.