Changeset 39580


Ignore:
Timestamp:
01/01/17 17:43:24 (7 years ago)
Author:
obi
Message:

fix

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

Legend:

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

    r39520 r39580  
    160160}
    161161
     162nowvideo()
     163{
     164        $BIN $CMD/nowvideo.py $INPUT
     165}
     166
    162167if [ "$TYPE" == "get" ];then
    163168        case $hoster in
     
    186191                movie4k) cloudflare $INPUT;;
    187192                streamcloud1) streamcloud $INPUT;;     
     193                nowvideo) nowvideo $INPUT;;
    188194        esac
    189195fi
Note: See TracChangeset for help on using the changeset viewer.