Changeset 40134 for titan/mediathek/localhoster
- Timestamp:
- 02/26/17 13:31:57 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r40124 r40134 200 200 echo "$INPUT" 201 201 # rm -f /tmp/_last_hoster_* > /dev/null 2>&1 202 echo "$INPUT" > /tmp/.last_hoster_$hoster 202 echo "$INPUT" > /tmp/.last_hoster_$hoster.log 203 203 } 204 204 … … 206 206 { 207 207 # rm -f /tmp/_last_hoster_* > /dev/null 2>&1 208 echo "$BIN $youtubebin $INPUT" > /tmp/.last_hoster_youtube_dl 208 echo "$BIN $youtubebin $INPUT" > /tmp/.last_hoster_youtube_dl.log 209 209 # $BIN $youtubebin "$INPUT" 210 210 $BIN $CMD/lib/youtube_dl/__main__.py --no-check-certificate --cookies /mnt/network/cookies --user-agent "$USERAGENT" -g "$INPUT" … … 212 212 213 213 if [ "$TYPE" == "get" ];then 214 echo "$INPUT" > /tmp/.last_hoster_$hoster 214 echo "$INPUT" > /tmp/.last_hoster_$hoster.log 215 215 case $hoster in 216 216 ecostream) ecostream $INPUT;;
Note: See TracChangeset
for help on using the changeset viewer.