Changeset 40939


Ignore:
Timestamp:
09/09/17 19:58:38 (7 years ago)
Author:
obi
Message:

tithek fix bs hosts

Location:
titan/mediathek
Files:
3 added
1 edited

Legend:

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

    r40922 r40939  
    230230hoster()
    231231{
    232         STREAM=`$curlbin -o - $URL$PARAM | awk '
     232        URL=`echo $URL | sed 's!//bs.to/out/!//bs.to/api/watch/!'
     233        HEADER=`$BIN /tmp/localhoster/bs.py $URL`
     234        STREAM=`$curlbin $HEADER -o - $URL$PARAM | awk '
    233235/class=\"hoster-player\"/ { i = index($0, "<a href=\"") + 9
    234236                            j = index(substr($0, i), "\"") - 1
     
    257259
    258260case $INPUT in
    259 #       init) $INPUT;;
     261        init) $INPUT;;
    260262        mainmenu) $INPUT;;
    261263        genres) $INPUT;;
Note: See TracChangeset for help on using the changeset viewer.