Changeset 44497
- Timestamp:
- 01/05/20 23:07:43 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r44496 r44497 159 159 #exit 160 160 $BIN $CMD/flashx.py $INPUT > $TMP/cache.$FILENAME.2 161 STREAMLIST="$TMP/$TYPE.$hoster.$FILENAME.streamlist" 162 cat $TMP/cache.$FILENAME.2 > $STREAMLIST 163 # cat $TMP/cache.$FILENAME.2 | grep "video/mp4" | sed -nr "s/.*src:\\\'([^']+)\\\'.*/\1/p" > $STREAMLIST 164 echo $STREAMLIST 165 } 166 167 vshare() 168 { 169 # $BIN $CMD/flashx.py $INPUT 170 #exit 171 $BIN $CMD/vshare.py $INPUT > $TMP/cache.$FILENAME.2 161 172 STREAMLIST="$TMP/$TYPE.$hoster.$FILENAME.streamlist" 162 173 cat $TMP/cache.$FILENAME.2 > $STREAMLIST … … 906 917 streamz) streamz $INPUT;; 907 918 mixdrop) mixdrop $INPUT;; 919 vshare) vshare $INPUT;; 908 920 streamcrypt) hoster2=$(streamcrypt $INPUT);; 909 921 # *) all $INPUT;; … … 949 961 streamz) streamz $INPUT;; 950 962 mixdrop) mixdrop $INPUT;; 963 vshare) vshare $INPUT;; 951 964 streamcrypt) streamcrypt $INPUT;; 952 965 # *) all $INPUT;;
Note: See TracChangeset
for help on using the changeset viewer.