Changeset 39354 for titan/mediathek/localhoster/hoster.sh
- Timestamp:
- 11/19/16 16:32:54 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r39267 r39354 132 132 } 133 133 134 vidzi() 135 { 136 $BIN $CMD/vidzi.py $INPUT 137 } 138 134 139 if [ "$TYPE" == "get" ];then 135 140 case $hoster in … … 152 157 wholecloud) movshare $INPUT;; 153 158 vidgg) movshare $INPUT;; 159 vidzi) vidzi $INPUT;; 154 160 streamcloud1) streamcloud $INPUT;; 155 161 esac
Note: See TracChangeset
for help on using the changeset viewer.