2024.11.27 - [up_ranoz] Modify download link to not use the upload url ticket link

# 2024.11.26 - [filehaus] Handle "404 Not found" on first instance
# 2024.11.25 - [up_moocloud / moocloud] Add moocloud.ch as an upload and download host
# 2024.11.24 - [uploadhive] Handle "Error creating download link" response -- do not mark Removed
# 2024.11.23 - [filehaus] Use tor_curl_request_extended for head / get for filehaus urls
# 2024.11.23 - [mad] Make tor_curl_request_extended a random timeout between 30-60 seconds
# 2024.11.22 - [up_quax, quax] Add qu.ax as an upload and download host
# 2024.11.21 - [filedot] Fix check for post filename
# 2024.11.20 - [gofile] Handle parsing parent gofile url into multiple download urls
#               (still needs updating to handle child urls gofile.io/download/web/<guid>/file)
# 2024.11.19 - [mad] Add updateUrlDownload function to handle updating a url
#               (ie. parent gofile url with children urls)
This commit is contained in:
kittykat 2024-11-27 05:54:28 +00:00
parent fa83163a58
commit ec7d121c0e
Signed by: kittykat
GPG key ID: E3F1556620F70C3C
12 changed files with 656 additions and 34 deletions

View file

@ -1,6 +1,6 @@
#! Name: filedot.sh
#! Author: kittykat
#! Version: 2024.09.22
#! Version: 2024.11.21
#! Desc: Add support for downloading and processing of urls for a new host
#! Usage: Copy this file into the ./${ScriptDir}/hosts/ folder
#!
@ -225,7 +225,7 @@ fdot_FetchFileInfo() {
continue
fi
done
if [ -z $post_fname ]; then
if [[ -z "$post_fname" ]]; then
echo -e "${YELLOW}| Login failed [2] (filename not found)${NC}"
return 1
fi