mad/urls.txt
2024-11-08 09:32:54 +00:00

44 lines
No EOL
1.5 KiB
Text
Executable file

# mad.sh script (Multi-host Auto Downloader by kittykat)
#--------------------------------------------
# Description: This is a multi-host batch downloader that automates the legwork of watching and managing downloads.
# - Supported hosts: 1F, hexload, pixeldrain, oshi
# Comments: Lines beginning with a hash are ignored.
# Keywords:
# folder= : Will set the folder downloads are moved to.
# pw= : Will store the current password during processing to a variable (can be used in plugins to extract)
# ref= : Stores a reference link to a variable that can be used by plugins
# direct= : Will download from a direct link url or cdn link.
# STOP! : Aborts processing filelist.txt at that line (use if you wish to stop, perhaps to move or make space).
#
# ex.
# This is a new series (2024)
folder=New Series (2024)
#ref=http://link to post
#pw=*aPassword*
# vids
http://1fichier.com/?7tabac49abcabcabchqf
# pics
http://hexload.com/6abc7ees8bbt
# Fun stuff
folder=Fun Stuff (check in here)
#ref=http://link to post
#pw=!aPassword2!
http://5ety7tpkim5me6eszuwcje7bmy25pbtrjtue7zkqqgziljwqy3rrikqd.onion/ZaZa/12az.rar
http://oshi.at/AAzz/11ZZ.rar
# Other
folder=[2024] Other stuff - unsorted
#ref=http://link to post
#pw=<more passy stuff>
http://pixeldrain.com/u/ZZaa0011
folder=Direct link fun
#ref=http://link to post
#pw=2022234092
direct=http://pomf2.lain.la/f/abcd123456789.7z
direct=http://pomf2.lain.la/f/ABCD998877000.rar|This is it [2022].rar
## END ##