Changeset 39355


Ignore:
Timestamp:
11/19/16 16:49:03 (7 years ago)
Author:
obi
Message:

add vivo hoster

File:
1 edited

Legend:

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

    r39354 r39355  
    137137}
    138138
     139vivo()
     140{
     141        $BIN $CMD/vivo.py $INPUT
     142}
     143
    139144if [ "$TYPE" == "get" ];then
    140145        case $hoster in
     
    158163                vidgg) movshare $INPUT;;
    159164                vidzi) vidzi $INPUT;;
     165                vivo) vivo $INPUT;;
    160166                streamcloud1) streamcloud $INPUT;;     
    161167        esac
Note: See TracChangeset for help on using the changeset viewer.