Changeset 39232 for titan/mediathek/localhoster/hoster.sh
- Timestamp:
- 10/07/16 12:40:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r39219 r39232 122 122 } 123 123 124 movshare() 125 { 126 $BIN $CMD/movshare.py $INPUT 127 } 128 129 streamcloud() 130 { 131 $BIN $CMD/streamcloud.py $INPUT 132 } 133 124 134 if [ "$TYPE" == "get" ];then 125 135 case $hoster in … … 139 149 chouhaa) youwatch $INPUT;; 140 150 thevideo) thevideo $INPUT;; 151 movshare) movshare $INPUT;; 152 wholecloud) movshare $INPUT;; 153 vidgg) movshare $INPUT;; 154 streamcloud) streamcloud $INPUT;; 141 155 esac 142 156 fi
Note: See TracChangeset
for help on using the changeset viewer.