Ignore:
Timestamp:
10/06/16 02:42:55 (8 years ago)
Author:
obi
Message:

mediathek add thevideo py hoster

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

Legend:

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

    r39124 r39219  
    117117}
    118118
     119thevideo()
     120{
     121        $BIN $CMD/thevideo.py $INPUT
     122}
     123
    119124if [ "$TYPE" == "get" ];then
    120125        case $hoster in
     
    133138                youwatch) youwatch $INPUT;;
    134139                chouhaa) youwatch $INPUT;;
     140                thevideo) thevideo $INPUT;;
    135141        esac
    136142fi
Note: See TracChangeset for help on using the changeset viewer.