Ignore:
Timestamp:
11/19/16 16:32:54 (7 years ago)
Author:
obi
Message:

fix vidzi

File:
1 edited

Legend:

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

    r39267 r39354  
    132132}
    133133
     134vidzi()
     135{
     136        $BIN $CMD/vidzi.py $INPUT
     137}
     138
    134139if [ "$TYPE" == "get" ];then
    135140        case $hoster in
     
    152157                wholecloud) movshare $INPUT;;
    153158                vidgg) movshare $INPUT;;
     159                vidzi) vidzi $INPUT;;
    154160                streamcloud1) streamcloud $INPUT;;     
    155161        esac
Note: See TracChangeset for help on using the changeset viewer.