Changeset 39219 for titan/mediathek/localhoster/hoster.sh
- Timestamp:
- 10/06/16 02:42:55 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r39124 r39219 117 117 } 118 118 119 thevideo() 120 { 121 $BIN $CMD/thevideo.py $INPUT 122 } 123 119 124 if [ "$TYPE" == "get" ];then 120 125 case $hoster in … … 133 138 youwatch) youwatch $INPUT;; 134 139 chouhaa) youwatch $INPUT;; 140 thevideo) thevideo $INPUT;; 135 141 esac 136 142 fi
Note: See TracChangeset
for help on using the changeset viewer.