Changeset 39520
- Timestamp:
- 12/28/16 21:48:04 (6 years ago)
- Location:
- titan/mediathek/localhoster
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r39427 r39520 155 155 } 156 156 157 cloudflare() 158 { 159 $BIN $CMD/cloudflare.py $INPUT 160 } 161 157 162 if [ "$TYPE" == "get" ];then 158 163 case $hoster in … … 179 184 vidto) vidto $INPUT;; 180 185 goldesel) goldesel $INPUT;; 186 movie4k) cloudflare $INPUT;; 181 187 streamcloud1) streamcloud $INPUT;; 182 188 esac
Note: See TracChangeset
for help on using the changeset viewer.