Changeset 44497


Ignore:
Timestamp:
01/05/20 23:07:43 (3 years ago)
Author:
obi
Message:

add hoster vshare.eu

File:
1 edited

Legend:

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

    r44496 r44497  
    159159#exit
    160160        $BIN $CMD/flashx.py $INPUT > $TMP/cache.$FILENAME.2
     161        STREAMLIST="$TMP/$TYPE.$hoster.$FILENAME.streamlist"
     162        cat $TMP/cache.$FILENAME.2  > $STREAMLIST
     163#       cat $TMP/cache.$FILENAME.2 | grep "video/mp4" | sed -nr "s/.*src:\\\'([^']+)\\\'.*/\1/p" > $STREAMLIST
     164        echo $STREAMLIST
     165}
     166
     167vshare()
     168{
     169#       $BIN $CMD/flashx.py $INPUT
     170#exit
     171        $BIN $CMD/vshare.py $INPUT > $TMP/cache.$FILENAME.2
    161172        STREAMLIST="$TMP/$TYPE.$hoster.$FILENAME.streamlist"
    162173        cat $TMP/cache.$FILENAME.2  > $STREAMLIST
     
    906917                streamz) streamz $INPUT;;
    907918                mixdrop) mixdrop $INPUT;;
     919                vshare) vshare $INPUT;;
    908920                streamcrypt) hoster2=$(streamcrypt $INPUT);;
    909921#               *) all $INPUT;;
     
    949961                streamz) streamz $INPUT;;
    950962                mixdrop) mixdrop $INPUT;;
     963                vshare) vshare $INPUT;;
    951964                streamcrypt) streamcrypt $INPUT;;
    952965#               *) all $INPUT;;
Note: See TracChangeset for help on using the changeset viewer.