# 2025.01.18 - [up_nantes] Update the post retention to "week" (host removed "month" option)
# 2025.01.18 - [mad] Updates to url_encode function and addition of conversion of utf8 to ascii function # 2025.01.17 - [ranoz] Servers response to resume changed, set as no resume type for now # 2025.01.17 - [uwabaki] Add download handling for uwabaki onion address urls # 2025.01.16 - [ranoz] Fix filenames with unicode chars in the download url # 2025.01.16 - [up_axfc] Move convert utf8 to ascii to mad function # 2025.01.16 - [up_uwabaki] Add uwabaki.party as upload host (1GB, no expiration, no DMCA, no logs)
This commit is contained in:
parent
eeb8054960
commit
0ba636a488
12 changed files with 673 additions and 489 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#! Name: isupload.sh
|
||||
#! Name: fileblade.sh
|
||||
#! Author: kittykat
|
||||
#! Version: 2025.01.14
|
||||
#! Version: 2025.01.17
|
||||
#! Desc: Add support for downloading and processing of urls for a new host
|
||||
#! Usage: Copy this file into the ./${ScriptDir}/hosts/ folder
|
||||
#!
|
||||
|
|
@ -105,9 +105,9 @@ fb_FetchFileInfo() {
|
|||
continue
|
||||
fi
|
||||
fi
|
||||
if grep -Eqi "Sorry, you are banned|Sorry, you have been blocked" <<< "$response"; then
|
||||
if grep -Eqi "Sorry, you are banned|Sorry, you have been blocked" <<< "$response"; then
|
||||
rm -f "${fb_cookie_jar}";
|
||||
if [ $i == $maxfetchretries ] ; then
|
||||
rm -f "${fb_cookie_jar}";
|
||||
printf "\\n"
|
||||
echo -e "${RED}| Failed to extract download link [blocked ip]${NC}"
|
||||
warnAndRetryUnknownError=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue