Ignore:
Timestamp:
12/08/17 02:58:57 (5 years ago)
Author:
obi
Message:

update streamcloud.me

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r41360 r41361  
    1111
    1212#FILENAME="`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` $INPUT $PAGE $NEXT"
    13 FILENAME="`echo $INPUT | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/:\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g'`"
     13FILENAME="`echo $INPUT | sed -e 's/\-\+/./g' | sed -e 's/\+\+/./g' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/:\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g'`"
    1414PICNAME=`echo $FILENAME`
    1515
     
    257257        fi
    258258
    259 #vodlocker
    260 #$curlbin "http://www.vodlocker.to/embed?t=Money+Monster&y=2016&lang=de&referrer=link"
    261 
    262259        $curlbin "$INPUT" -o $TMP/cache.hoster.$hoster.1
    263 
    264         cat $TMP/cache.hoster.$hoster.1 | grep play_container | sed -nr "s/.*href='([^']+)'.*/\1/p" >$TMP/cache.hoster.$hoster.2
    265         TMPURL=`cat $TMP/cache.hoster.$hoster.2`
    266         echo TMPURL $TMPURL
    267 
    268         $curlbin "$TMPURL" -o $TMP/cache.hoster.$hoster.3
    269         cat $TMP/cache.hoster.$hoster.3 | sed 's/<source src=/\nfound=/g' | grep ^found= | cut -d"'" -f2 >$TMP/cache.hoster.$hoster.url1
    270         URL=`cat $TMP/cache.hoster.$hoster.url1`
     260        cat $TMP/cache.hoster.$hoster.1 | sed 's/<source src=/\nfound=/g' | grep ^found= | cut -d"'" -f2 >$TMP/cache.hoster.$hoster.1.url1
     261        URL=`cat $TMP/cache.hoster.$hoster.1.url1`
     262
    271263        if [ ! -z "$URL" ];then
    272                 echo "$URL$EXTRA" >> $STREAMLIST
    273 #               echo "$URL" >> $STREAMLIST
     264                echo "$URL" >> $STREAMLIST
    274265        fi
    275266
    276267        URL=$STREAMLIST
    277 
    278268
    279269        echo "$URL"
Note: See TracChangeset for help on using the changeset viewer.