Changeset 39580
- Timestamp:
- 01/01/17 17:43:24 (7 years ago)
- Location:
- titan/mediathek/localhoster
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r39520 r39580 160 160 } 161 161 162 nowvideo() 163 { 164 $BIN $CMD/nowvideo.py $INPUT 165 } 166 162 167 if [ "$TYPE" == "get" ];then 163 168 case $hoster in … … 186 191 movie4k) cloudflare $INPUT;; 187 192 streamcloud1) streamcloud $INPUT;; 193 nowvideo) nowvideo $INPUT;; 188 194 esac 189 195 fi
Note: See TracChangeset
for help on using the changeset viewer.