Changeset 41176


Ignore:
Timestamp:
11/16/17 19:20:15 (6 years ago)
Author:
obi
Message:

tithek add streamango

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

Legend:

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

    r41175 r41176  
    224224}
    225225
     226streamango()
     227{
     228        $BIN $CMD/streamango.py $INPUT
     229}
    226230
    227231directstream()
     
    282286                xvidstage) xvidstage $INPUT;;
    283287                waaw|netu|hqq) waaw $INPUT;;
     288                streamango|streamcherry) streamango $INPUT;;
    284289                redirector|googlevideo|vodcloud|google) directstream "$INPUT";;
    285290        esac
Note: See TracChangeset for help on using the changeset viewer.