Ignore:
Timestamp:
10/07/16 12:40:34 (7 years ago)
Author:
obi
Message:

update py hoster

File:
1 edited

Legend:

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

    r39219 r39232  
    122122}
    123123
     124movshare()
     125{
     126        $BIN $CMD/movshare.py $INPUT
     127}
     128
     129streamcloud()
     130{
     131        $BIN $CMD/streamcloud.py $INPUT
     132}
     133
    124134if [ "$TYPE" == "get" ];then
    125135        case $hoster in
     
    139149                chouhaa) youwatch $INPUT;;
    140150                thevideo) thevideo $INPUT;;
     151                movshare) movshare $INPUT;;
     152                wholecloud) movshare $INPUT;;
     153                vidgg) movshare $INPUT;;
     154                streamcloud) streamcloud $INPUT;;       
    141155        esac
    142156fi
Note: See TracChangeset for help on using the changeset viewer.