Skip to content

Commit

Permalink
Update tv_grab_url to fix #258
Browse files Browse the repository at this point in the history
  • Loading branch information
henrydatei authored Aug 8, 2024
1 parent bae8d10 commit 3ff1f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/usr/bin/tv_grab_url
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ then
exit 0
fi

curl -s "$URL"
curl -sL "$URL"

exit 0

0 comments on commit 3ff1f50

Please sign in to comment.