# 2024.12.26 - [up_kouploader / up_axfc / up_torup] Fixed failedRetryUpload (was using download logging)

#               * Thanks Belky
# 2024.12.26 - [anonfile / up_anonfile] Add anonfile.de as upload / download host
# 2024.12.25 - [dashfile / up_dashfile] Add dashfile.net as upload / download host
# 2024.12.25 - [isupload] Change to use tor_curl_request_extended (server response is often slow)
#               - Accept 200 OK response to continue (do not require filename / filesize)
# 2024.12.25 - [fileblade] Add response handling for free file download dissallowed > 100MB.
#               "The file owner does not allow FREE users to download files which are over 100 MB"
# 2024.12.25 - [mad] Add "UploadHiveRandomizeExt" option to config with default=true
# 2024.12.25 - [uploadhive / up_uploadhive] Update renaming random ext files to their original names
#               - Handle multipart 7z & rar (abc.7z.###, abc.part#.rar)
# 2024.12.25 - [syspro / up_syspro] Add share.syspro.com.br as upload / download host
# 2024.12.24 - [mad] Add EnabledUploadHosts / EnabledDownloadHosts setting to fine-tune which hosts to use
#               ** Options: recommended, online, all (Default=recommended)
#               - recommended: loads all hosts verified working with MAD
#               - online: loads all hosts available online / working (includes captcha / js restricted)
#               - all: loads all hosts in hosts folder
# 2024.12.24 - [up_ateasystems / ateasystems] Add share.ateasystems.com as upload / download host
# 2024.12.23 - [up_uploadbay / uploadbay] Add uploadbay.net as upload / download host
# 2024.12.23 - [up_herbolistique / herbolistique] Add transfert.herbolistique.com as upload / download host
# 2024.12.23 - [uploadhive] Auto-rename random extension downloads
# 2024.12.23 - [up_uploadhive] Change upload file extension to random 3 letters (uhive blocks .7z, .zip, .rar now)
# 2024.12.23 - [up_offshorecat] Fixed upload. Updated apikey.
# 2024.12.23 - [up_fileditch] Fixed upload. Added response handling for Tor Blocked node (retries)
# 2024.12.23 - [up_freesocial / freesocial] Add files.freesocial.co as upload / download host
# 2024.12.23 - [up_cyssoux / cyssoux] Add partage.cyssoux.fr as upload / download host
# 2024.12.22 - [mad] Add jira_Upload function -- used for all jirafeau hosts
# 2024.12.22 - [up_*AllJiraHosts*] Consolidated / moved all hosts upload functions to mad.sh
#               - Minimized jira host code (~6000 lines of duplicates removed)
#               - Jira hosts: acid, anarchaserver, depotkaz, dictvm, eddowding, familleflender, filesquid,
#                 free4e, harrault, linxx, moocloud, nantes, netlib, skrepr, soyjak
# 2024.12.20 - [fileblade / up_fileblade] Add fileblade.com as upload / download host
# 2024.12.20 - [isupload / up_isupload] Add isupload.com as upload / download host
# 2024.12.15 - [mediafire] Add mediafire download link processing
# 2024.12.12 - [dictvm / up_dictvm] Add dictvm.org as upload / download host
# 2024.12.12 - [eddowding / up_eddowding] Add eddowding.com as upload / download host
# 2024.12.12 - [up_pixeldrain] Modify upload to use PUT
# 2024.12.12 - [mad] Update pixeldrain api key
# 2024.12.09 - [ranoz] Fix filenames with spaces
# 2024.11.29 - [innocent] Update to use tor_curl_request_extended for head/get
# 2024.11.29 - [quax] Update 404 Not found response handling
This commit is contained in:
kittykat 2024-12-27 19:47:09 +00:00
parent ec7d121c0e
commit e6804e01e1
Signed by: kittykat
GPG key ID: E3F1556620F70C3C
58 changed files with 6609 additions and 2223 deletions

View file

@ -3,6 +3,66 @@
#
# ---------- Initial release with MAD Uploader functionality ----------
# 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)
# 2024.11.18 - [up_fileditch / fileditch] Add fileditch.com as upload and download host
# 2024.11.17 - [innocent] Fix "Fetching file info". Support resume downloads.
# 2024.11.16 - [mad] Fix reload on uploads.txt modified (uploads: filemode)
# 2024.11.16 - [up_*] Fix removal of upload ticket if filesize is not supported
# 2024.11.15 - [familleflender] Add famille-flender.fr as download host
# 2024.11.15 - [up_familleflender] Add famille-flender.fr as upload host
# 2024.11.15 - [up_filehaus] Finish the uploader (the server is back online)
# 2024.11.14 - [up_skrepr, skrepr] Add transfer.skrepr.com as upload and download host
# 2024.11.13 - [up_pixeldrain] Add pixeldrain as an upload host
# 2024.11.13 - [mad] Add pixeldrain apikey section to allow pd uploads
# 2024.11.13 - [up_filesquid] Add "No password nor allowed IP" response handling
# 2024.11.12 - [mad] Fix uploads.txt status marking (urls / messages) containg '&' chars
# 2024.11.12 - [up_torup] Max upload filesize changed to 150MB
# 2024.11.12 - [up_uploadee] Add upload.ee as an upload host
# 2024.11.11 - [up_offcat] Add Offshore.cat as upload host
# 2024.11.11 - [mad] Add OffShore.cat Upload ApiKeys section to allow using Offshore.cat as upload host
# 2024.11.10 - [mad] Fix uploads.txt multi-terminal processing (use /uploads/temp_upload_handler.txt)
# 2024.11.10 - [1fichier] Add new "has been automatically deleted after its free hosting period expired"
# 2024.11.10 - [up_torup] Add TorUp as an upload host
# 2024.11.09 - [torup] Add TorUp as a download host (no resume)
# (https://ktgzpea2b76u7fgemiibp4a76onyybo4fw5gbsagtm6jrjzmgivppyyd.onion.tor.my)
# 2024.11.08 - [nippy] Fix nippydrive.com. Update detection of temporarily unavailable response.
# 2024.11.08 - [up2share] Fix download url (https)
# 2024.11.08 - [up2share] Fix advertised filesize on a redirection
# 2024.11.06 - [SkipUrlsInDownloadsCompletedTxt] Fix blank url check
# 2024.11.06 - [ranoz] Add ranoz.gg as download host
# 2024.11.05 - [up_ranoz] Add ranoz.gg as upload host
# 2024.11.02 - [innocent] Disable rate monitor on download
# 2024.11.02 - [mad, innocent] Add 18s timeout on HEAD (get hack) for no response from host
# 2024.11.01 - [up_uploadhive] Add uploadhive as upload host
# 2024.11.01 - [innocent] Switch between 3 alternate head type attempts
# 2024.10.30 - [uploadev] Add additional file removed response handling
# 2024.10.30 - [anonsharing] Add AnonSharing.com as download host (only processes urls with fileid)
# 2024.10.29 - [kraken] Add recaptcha response handling
# 2024.10.29 - [bowfile] Add File has been removed by the site administrator response
# 2024.10.29 - [up_anonsharing] Add AnonSharing.com as upload host (unique url with fileid)
# 2024.10.29 - [uploadev] Add UploadEv.org as download host
# 2024.10.27 - [up_uploadev] Add UploadEv.org as upload host
# 2024.10.25 - [dosya] Add check for too many failed responses. try again later.
# 2024.10.24 - [bedrive / up_bedrive] Add bedrive.ru as download / upload host
# 2024.10.24 - [mad] Add pw: and ref: keyword values to ./data/downloads_completed.txt logging
# 2024.10.24 - [mad] Add extended connection-timeout request (tor_curl_request_extended)
# 2024.10.24 - [dosya] Use extended connection-timeout request for HEAD
# 2024.10.23 - [mad] Fix PostFailedUpload function call
# 2024.10.22 - [innocent / up_innocent] Add innocent.onion as download / upload host
# * Current download does not support resume
# 2024.10.22 - [mad] Few updates to direct download
# 2024.10.21 - [nippy] Update nippy to handle dbree (.me, .org)
# 2024.10.21 - [dbree] Add dbree.org
# 2024.10.17 - [dailyuploads] Add recaptcha detection and abort (js required)
# * Working on possible PJSCloud solution
# 2024.10.16 - [mad] Remove tor_curl_upload duplicate connect-timeout (thanks PeachX)
# 2024.10.14 - [pjscloud] Create pjscloud.sh plugin -- use PhantomJSCloud to get a response from a url
# * Change pixeldrain ViewPump to use pjscloud.sh plugin. (default enabled)
# * Testing usage on other javascript required response hosts (ie. daily, hexload)

View file

@ -5,9 +5,11 @@
Max Size . HostCode . Nickname . Notes
# ---------------------------------------------------------------------------------------
300GB 1f 1fichier.com 15d expiry free accounts
300GB fh filehaus.top (.su) ?? expiry
- 300GB fh filehaus.top (.su) ?? expiry
40GB isup isupload.com ?? expiry
20GB rz ranoz.gg ?? expiry
20GB pd pixeldrain 120d expiry
20GB atea ateasystems.com ?? expiry
10GB gofile gofile.io ?? expiry
10GB tmpme tempfile.me 3mo expiry (tend to ban 7z faster)
5GB uhive uploadhive
@ -18,44 +20,54 @@ Max Size . HostCode . Nickname . Notes
- 4GB bd bedrive.ru ?? expiry
- 4GB daily dailyuploads.net ?? expiry
- 2GB hex hexload.com 30d inactive expiry
2GB dosya dosyaupload.com 45d inactive expiry
- 2GB dosya dosyaupload.com 45d inactive expiry
2GB fs firestorage.jp 90d+ inactive expiry
2GB sysp syspro.com.br ?? expiry
* 2GB axfc axfc.net 90d+ inactive expiry
- 1GB kraken krakenfiles.com 90d inactive expiry
1GB ansh anonsharing.com 6mo expiry
512MB anon anonfile.de ?? expiry
400MB dash dashfile.net ?? expiry
300MB trbo turbo.onion ~40d expiry
256MB qx qu.ax ?? expiry
250MB upev uploadev.org 90d inactive expiry
- 250MB upev uploadev.org 90d inactive expiry
* 240MB ko kouploader.jp 5mo expiry (240MB max)
150MB torp TorUp.onion 30d inactive expiry
100MB fb fileblade.com ?? expiry
100MB ubay uploadbay.net ?? expiry
100MB upee upload.ee 50d expiry
100MB bow bowfile.com 20d inactive expiry
100MB yolo yolobit ?? expiry
100MB nofile nofile.org ?? expiry
100MB so share-online.vg ?? expiry
- 100MB yolo yolobit ?? expiry
- 100MB nofile nofile.org ?? expiry
- 100MB so share-online.vg ?? expiry
100MB inno innocent.onion ?? expiry
# Short Retention ----------------------------------------------------------------------
Max Size . HostCode . Nickname . Notes
# ---------------------------------------------------------------------------------------
10GB nant fichiers.nantes.cloud ~1mo expiry, jirafrau
10GB anarc anarchaserver.org ~1mo expiry, jirafrau
10GB nlib netlib.re ~1mo expiry, jirafrau
10GB nant fichiers.nantes.cloud ~1mo expiry, jirafeau
- 10GB anarc anarchaserver.org ~1mo expiry, jirafeau
10GB nlib netlib.re ~1mo expiry, jirafeau
* 10GB raja uploadraja.com 4d inactive expiry
5GB moo moocloud.sh ~1mo expiry, jirafrau
5GB squid filesquid.net ~1mo expiry, jirafrau
- 10GB cyx cyssoux.fr ~1mo expiry, jirafeau
5GB moo moocloud.ch ~1mo expiry, jirafeau
- 5GB frso freesocial.co ~1mo expiry, jirafeau
- 5GB squid filesquid.net ~1mo expiry, jirafeau
5GB edd eddowding.com ~1mo expiry, jirafeau
4GB tmpsh temp.sh 3d expiry
1GB kaz depot.kaz.bzh ~1mo expiry, jirafrau
512MB linx linxx.net ~1mo expiry, jirafrau
500MB soy soyjak.download ~1mo expiry, jirafrau
2GB dict dictvm.org ~1mo expiry, jirafeau
1GB kaz depot.kaz.bzh ~1mo expiry, jirafeau
512MB herb herbolistique.com ~1mo expiry, jirafeau
- 512MB linx linxx.net ~1mo expiry, jirafeau
- 500MB soy soyjak.download ~1mo expiry, jirafeau
195MB dup dataupload.net ?? expiry
100MB nippy nippy* ?? expiry, (file, share, box, drive, space)
100MB dbree dbree.me ?? expiry
100MB ffl famille-flender ~1mo expiry, jirafrau
100MB harr files.harrault.fr ~1mo expiry, jirafrau
100MB acid dl.acid.fr ~1mo expiry, no resume, jirafrau
100MB fr4e sendfree4e.fr ~1mo expiry, jirafrau
?? skpr skrepr.com ~1mo expiry, jirafrau
- 100MB nippy nippy* ?? expiry, (file, share, box, drive, space)
- 100MB dbree dbree.me ?? expiry
100MB ffl famille-flender ~1mo expiry, jirafeau
100MB harr files.harrault.fr ~1mo expiry, jirafeau
- 100MB acid dl.acid.fr ~1mo expiry, no resume, jirafeau
100MB fr4e sendfree4e.fr ~1mo expiry, jirafeau
?? skpr skrepr.com ~1mo expiry, jirafeau
Failing (-):
@ -65,6 +77,21 @@ kraken kraken.com (MAD download failing -- JS required / Google Recaptcha)
hex hexload.com (MAD download failing -- JS required / Google Recaptcha)
bd bedrive.ru (MAD download failing -- JS required / Google Recaptcha)
uflix uploadflix.cc (JS required)
fh filehaus (going away)
so share-online -- Captcha / js required
dbree dbree.me -- Captcha / js required
yolo yolobit -- Captcha / js required
nofile nofile.org -- Captcha / js required
anarc anarchaserver.org -- Error
acid dl.acid.fr -- Error
nippy nippy* -- Captcha / js required
linx linxx.net -- Upload url no response / gone
soy soyjak.download -- No response
upev uploadev.org -- Uploads are not allowed for your account type
dosya dosyaupload -- Uploads failing / downloads Captcha / js required
cyx cyssoux.fr -- Error 6 -- server temp file location issue
frso freesocial.co -- No response
squid filesquid.net -- No response
NOTES (*):
----------------
@ -73,7 +100,7 @@ ko kouploader.jp (MAD download not implemented)
axfc axfc.net (MAD download not implemented)
# Jirafraeu hosts:
# Jirafeau hosts:
(recommended upload 100MB splits as many host only support that)