Changeset 41165 for titan/mediathek/localparser_secret/sportsondemand.sh
- Timestamp:
- 11/14/17 13:19:11 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/sportsondemand.sh
r41164 r41165 192 192 videos() 193 193 { 194 #if [ ! -e "$TMP/$FILENAME.list" ]; then194 if [ ! -e "$TMP/$FILENAME.list" ]; then 195 195 $curlbin -o - $URL/$PAGE | awk -v SRC=$SRC -v NAME=$NAME -v PICNAME=$PICNAME \ 196 196 ' … … 254 254 j = index(substr($0, i), "\"") - 1 255 255 newpage = substr($0, i, j) 256 # disable eventifo link sometimes http://livetv.sx/enx/eventinfo/_oklahoma_chicago/ 257 # "An error has occurred. The link you clicked, or the URL you typed into your browser, did not work. It is possible that we have a bad link floating out there but you may also have typed the page address incorrectly." 258 # workaround disable and list all links simultan 256 259 # if (newpage ~ /<font color=/) 257 260 # { … … 375 378 # 29. schreibe alles in die list datei 376 379 ' >$TMP/$FILENAME.list 377 #fi380 fi 378 381 # 30. gebe titan den list namen mit pfad zurueck 379 382 echo "$TMP/$FILENAME.list"
Note: See TracChangeset
for help on using the changeset viewer.