v2024.11.10

This commit is contained in:
kittykat 2024-11-10 01:40:55 +00:00
parent 54b42fd63c
commit 462f6e708a
2 changed files with 53 additions and 21 deletions

5
hosts/1fichier.sh Executable file → Normal file
View file

@ -77,6 +77,11 @@ fich_DownloadFile() {
echo -e "\n${RED}The file in URL (${remote_url}) was reported and removed by 1fichier${NC}"
removedDownload "${remote_url}"
return 1
elif
grep -Eqi "deleted after its free hosting period expired" <<< "${PAGE}"; then
echo -e "\n${RED}The file in URL (${remote_url}) has expired and is removed${NC}"
removedDownload "${remote_url}"
return 1
elif
grep -Eqi "Le fichier demandé a été supprimé suite à une notification|The requested file has been deleted following a notification" <<< "${PAGE}"; then
echo -e "\n${RED}The file in URL (${remote_url}) was reported and removed by 1fichier${NC}"