Ignore:
Timestamp:
05/12/18 23:14:59 (6 years ago)
Author:
obi
Message:

fix kino

File:
1 edited

Legend:

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

    r42464 r42465  
    3333fi
    3434
    35 #URL=http://movie4k.to
    36 URL=https://kinoxto.stream
     35URL=`cat /mnt/config/titan.cfg | grep tithek_kinox_url | grep -v "#" | cut -d "=" -f2`
     36if [ -z "$URL" ];then
     37        URL=https://kinoxto.stream
     38fi
    3739PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'`
    3840NAME=KinoX
Note: See TracChangeset for help on using the changeset viewer.