diff --git a/root/usr/bin/tv_grab_url b/root/usr/bin/tv_grab_url index cd3286c8..1a8f8d19 100755 --- a/root/usr/bin/tv_grab_url +++ b/root/usr/bin/tv_grab_url @@ -62,6 +62,6 @@ then exit 0 fi -curl -s "$URL" +curl -sL "$URL" exit 0