Changeset 39520


Ignore:
Timestamp:
12/28/16 21:48:04 (6 years ago)
Author:
obi
Message:

first step movie4

Location:
titan/mediathek/localhoster
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r39427 r39520  
    155155}
    156156
     157cloudflare()
     158{
     159        $BIN $CMD/cloudflare.py $INPUT
     160}
     161
    157162if [ "$TYPE" == "get" ];then
    158163        case $hoster in
     
    179184                vidto) vidto $INPUT;;
    180185                goldesel) goldesel $INPUT;;
     186                movie4k) cloudflare $INPUT;;
    181187                streamcloud1) streamcloud $INPUT;;     
    182188        esac
Note: See TracChangeset for help on using the changeset viewer.