* yWeb: Update timer sync for tvinfo.de

This commit is contained in:
micha-bbg
2012-10-22 19:15:07 +01:00
parent f912b7096c
commit 28c0525e14
3 changed files with 36 additions and 38 deletions

View File

@@ -560,7 +560,7 @@ case "$1" in
timer_get_tvinfo)
shift 1
rm -r /tmp/tvinfo.xml
res=`wget -O /tmp/tvinfo.xml "http://www.tvinfo.de/share/vidac/rec_info.php?username=$1&password=$2" 2>&1`
res=$(wget -O /tmp/tvinfo.xml "http://www.tvinfo.de/share/openepg/schedule.php?username=$1&password=$2" 2>&1)
if ! [ -s /tmp/tvinfo.xml ]
then
res="$res File empty!"