Ignore:
Timestamp:
09/24/16 17:13:37 (6 years ago)
Author:
obi
Message:

localhoster add allmyvideos

File:
1 edited

Legend:

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

    r38960 r38985  
    6262}
    6363
     64allmyvideos()
     65{
     66        python $CMD/allmyvideos.py $INPUT
     67}
    6468
    6569if [ "$TYPE" == "get" ];then
     
    6973                vidup) vidup $INPUT;;
    7074                nosvideo) nosvideo $INPUT;;
     75                allmyvideos) allmyvideos $INPUT;;
    7176        esac
    7277fi
Note: See TracChangeset for help on using the changeset viewer.