Changeset 39037


Ignore:
Timestamp:
09/26/16 18:04:08 (7 years ago)
Author:
obi
Message:

tithek add Briskfile hoster

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

Legend:

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

    r39030 r39037  
    9292}
    9393
     94briskfile()
     95{
     96        $BIN $CMD/briskfile.py $INPUT
     97}
     98
     99echo INPUT $INPUT
    94100if [ "$TYPE" == "get" ];then
    95101        case $hoster in
     
    101107                flashx) flashx $INPUT;;
    102108                openload) openload $INPUT;;
     109                briskfile) briskfile $INPUT;;
    103110        esac
    104111fi
Note: See TracChangeset for help on using the changeset viewer.