# 2025.02.14 - [mad] Add helpful verbiage for user on MAD Randomized Extension upload urls
# 2025.02.14 - [up_ranoz] Add help "[rand ext, rename to <filename> or use MAD v2025.02.13+]" to url # 2025.02.14 - [up_uploadhive] Add help "[rand ext, rename to <filename> or use MAD v2025.02.13+]" to url # 2025.02.13 - [mad] Add "RanozRandomizeExt" MAD randomized extension configurable variable # 2025.02.13 - [up_ranoz] Add MAD randomized extension upload handling # 2025.02.13 - [ranoz] Add MAD randomized extension download handling # 2025.02.13 - [sendnow] Extend request timeout for head / get (server response time lag)
This commit is contained in:
parent
0face871aa
commit
d48116dbe3
14 changed files with 880 additions and 552 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#! Name: uploadbay.sh
|
||||
#! Author: kittykat
|
||||
#! Version: 2024.12.23
|
||||
#! Version: 2025.02.15
|
||||
#! Desc: Add support for downloading and processing of urls for a new host
|
||||
#! Usage: Copy this file into the ./${ScriptDir}/hosts/ folder
|
||||
#!
|
||||
|
|
@ -17,7 +17,7 @@ HostCode='ubay'
|
|||
HostNick='uploadbay'
|
||||
HostFuncPrefix='direct'
|
||||
HostUrls='uploadbay.net'
|
||||
HostDomainRegex='^(http|https)://(.*\.)?uploadbay\.net/uploads/'
|
||||
HostDomainRegex='^(http|https)://(.*\.)?uploadbay\.net(/|/uploads/)'
|
||||
#!
|
||||
#! !! DO NOT UPDATE OR REMOVE !!
|
||||
#! This merges the Required HostAndDomainRegexes into mad.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue