# 2025.03.08 - [mad] Only check files in determining which curl header
# 2025.03.06 - [uploadhive] Disable global resume for servers without resume # 2025.03.05 - [torup] Fix torup removed response change from prior # 2025.03.05 - [mad] Add uploadflix.cc back to recommended download upload host lists (working) # 2025.03.04 - [mad] Add "expect100-timeout" header to curl upload request # 2025.03.03 - [up_sendspace] Add sendspace.com as upload host (300MB) # 2025.03.01 - [filedot] Fix filename parsing. Add 3 second wait for Free Download post. # 2025.03.01 - [torup] Update file removed response # 2025.02.26 - [uploadhive] Fix "Wrong IP" error -- use uploadhive.com IP4 address to connect for post # 2025.02.26 - [up_lainsafe] Fix retry terminal output
This commit is contained in:
parent
83d17967d6
commit
a62ac882de
11 changed files with 817 additions and 570 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#! Name: up_lainsafe.sh
|
||||
#! Author: kittykat
|
||||
#! Version: 2025.02.03
|
||||
#! Version: 2025.02.26
|
||||
#! Desc: Add support for uploading files to dashfile.net
|
||||
#! Info: https://pomf2.lain.la/<filehash>
|
||||
#! MaxSize: 1GB
|
||||
|
|
@ -101,6 +101,7 @@ lain_PostFile() {
|
|||
printf "\033[1A\r"
|
||||
printf "\033[1A\r"
|
||||
printf "\033[1A\r"
|
||||
printf "\033[1A\r"
|
||||
printf "\33[2K\r"
|
||||
fi
|
||||
echo -e "${BLUE}| Attempt:${NC} $((i+1))${NC}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue