Changeset 41165 for titan


Ignore:
Timestamp:
11/14/17 13:19:11 (6 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localparser_secret/sportsondemand.sh

    r41164 r41165  
    192192videos()
    193193{
    194 #       if [ ! -e "$TMP/$FILENAME.list" ]; then
     194        if [ ! -e "$TMP/$FILENAME.list" ]; then
    195195                $curlbin -o - $URL/$PAGE | awk -v SRC=$SRC -v NAME=$NAME -v PICNAME=$PICNAME \
    196196                '
     
    254254                                        j = index(substr($0, i), "\"") - 1
    255255                                        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
    256259#                                       if (newpage ~ /<font color=/)
    257260#                                       {
     
    375378                # 29. schreibe alles in die list datei
    376379                ' >$TMP/$FILENAME.list
    377 #       fi
     380        fi
    378381        # 30. gebe titan den list namen mit pfad zurueck
    379382        echo "$TMP/$FILENAME.list"
Note: See TracChangeset for help on using the changeset viewer.