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

add vidto.py

File:
1 edited

Legend:

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

    r39355 r39358  
    142142}
    143143
     144vidto()
     145{
     146        $BIN $CMD/vidto.py $INPUT
     147}
     148
     149
    144150if [ "$TYPE" == "get" ];then
    145151        case $hoster in
     
    164170                vidzi) vidzi $INPUT;;
    165171                vivo) vivo $INPUT;;
     172                vidto) vidto $INPUT;;
    166173                streamcloud1) streamcloud $INPUT;;     
    167174        esac
Note: See TracChangeset for help on using the changeset viewer.