Changeset 38996 for titan/mediathek/localhoster/hoster.sh
- Timestamp:
- 09/24/16 19:03:25 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r38985 r38996 67 67 } 68 68 69 flashx() 70 { 71 python $CMD/flashx.py $INPUT 72 } 73 74 openload() 75 { 76 python $CMD/openload.py $INPUT 77 } 78 69 79 if [ "$TYPE" == "get" ];then 70 80 case $hoster in … … 74 84 nosvideo) nosvideo $INPUT;; 75 85 allmyvideos) allmyvideos $INPUT;; 86 flashx) flashx $INPUT;; 87 openload) openload $INPUT;; 76 88 esac 77 89 fi
Note: See TracChangeset
for help on using the changeset viewer.