Changeset 40097
- Timestamp:
- 02/25/17 22:35:02 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r40096 r40097 128 128 { 129 129 $BIN $CMD/thevideo.py $INPUT 130 rm $TMP/_last_hoster_* > /dev/null 2>&1131 echo "$BIN $CMD/thevideo.py $INPUT" > hoster_$0132 130 } 133 131 … … 190 188 { 191 189 echo "$INPUT" 192 rm $TMP/_last_hoster_* > /dev/null 2>&1193 echo "$INPUT" > hoster_$0190 # rm -f /tmp/_last_hoster_* > /dev/null 2>&1 191 echo "$INPUT" > /tmp/.last_hoster_$hoster 194 192 } 195 193 196 194 youtube_dl() 197 195 { 196 # rm -f /tmp/_last_hoster_* > /dev/null 2>&1 197 echo "$BIN $CMD/lib/youtube_dl/__main__.py --no-check-certificate -g $INPUT" > /tmp/.last_hoster_$hoster 198 198 $BIN $CMD/lib/youtube_dl/__main__.py --no-check-certificate -g "$INPUT" 199 rm $TMP/_last_hoster_* > /dev/null 2>&1200 echo "$BIN $CMD/lib/youtube_dl/__main__.py --no-check-certificate -g $INPUT" > $TMP/_last_hoster_$0201 199 } 202 200 203 201 if [ "$TYPE" == "get" ];then 202 echo "$INPUT" > /tmp/.last_hoster_$hoster 204 203 case $hoster in 205 204 ecostream) ecostream $INPUT;;
Note: See TracChangeset
for help on using the changeset viewer.