Changeset 39008


Ignore:
Timestamp:
09/25/16 10:47:27 (7 years ago)
Author:
Stephan
Message:

fix bs allseries

File:
1 edited

Legend:

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

    r39007 r39008  
    8686allseries()
    8787{
    88         $curlbin -o - $URL"andere-serien" | awk -v PARAM=$PARAM -v SRC=$SRC -v NAME=$NAME '
     88        $curlbin -o - $URL"serie-alphabet" | awk -v PARAM=$PARAM -v SRC=$SRC -v NAME=$NAME '
    8989/<span><strong>/ { i = index($0, "<span><strong>") + 14
    9090                   j = index($0, "</strong></span>") - i
Note: See TracChangeset for help on using the changeset viewer.