mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 06:38:28 +02:00
yWeb: Update timer sync for tvinfo.de
Origin commit data
------------------
Branch: ni/coolstream
Commit: 28c0525e14
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-10-22 (Mon, 22 Oct 2012)
Origin message was:
------------------
* yWeb: Update timer sync for tvinfo.de
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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!"
|
||||
|
Reference in New Issue
Block a user