Changeset 39355
- Timestamp:
- 11/19/16 16:49:03 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r39354 r39355 137 137 } 138 138 139 vivo() 140 { 141 $BIN $CMD/vivo.py $INPUT 142 } 143 139 144 if [ "$TYPE" == "get" ];then 140 145 case $hoster in … … 158 163 vidgg) movshare $INPUT;; 159 164 vidzi) vidzi $INPUT;; 165 vivo) vivo $INPUT;; 160 166 streamcloud1) streamcloud $INPUT;; 161 167 esac
Note: See TracChangeset
for help on using the changeset viewer.