Changeset 39358 for titan/mediathek/localhoster/hoster.sh
- Timestamp:
- 11/19/16 20:16:49 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r39355 r39358 142 142 } 143 143 144 vidto() 145 { 146 $BIN $CMD/vidto.py $INPUT 147 } 148 149 144 150 if [ "$TYPE" == "get" ];then 145 151 case $hoster in … … 164 170 vidzi) vidzi $INPUT;; 165 171 vivo) vivo $INPUT;; 172 vidto) vidto $INPUT;; 166 173 streamcloud1) streamcloud $INPUT;; 167 174 esac
Note: See TracChangeset
for help on using the changeset viewer.