Changeset 39052


Ignore:
Timestamp:
09/26/16 21:40:20 (7 years ago)
Author:
obi
Message:

add new test hoster

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

Legend:

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

    r39042 r39052  
    9797}
    9898
     99vodlocker()
     100{
     101        $BIN $CMD/vodlocker.py $INPUT
     102}
     103
     104videoweed()
     105{
     106        $BIN $CMD/videoweed.py $INPUT
     107}
     108
     109vodzi()
     110{
     111        $BIN $CMD/vodzi.py $INPUT
     112}
     113
     114youwatch()
     115{
     116        $BIN $CMD/youwatch.py $INPUT
     117}
     118
    99119if [ "$TYPE" == "get" ];then
    100120        case $hoster in
     
    107127                openload) openload $INPUT;;
    108128                briskfile) briskfile $INPUT;;
     129                bitvid) videoweed $INPUT;;
     130                videoweed) videoweed $INPUT;;
     131                vodlocker) vodlocker $INPUT;;
     132                vodzi) vodzi $INPUT;;
     133                youwatch) youwatch $INPUT;;
     134                chouhaa) youwatch $INPUT;;
    109135        esac
    110136fi
Note: See TracChangeset for help on using the changeset viewer.