mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-08-09 10:50:08 +08:00
add download hepler
This commit is contained in:
22
DownloadHelper/config.json.example
Normal file
22
DownloadHelper/config.json.example
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"url": "https://your.domain.name/your_downloads_dir_name/",
|
||||
"http_user": "YOUR_USERNAME",
|
||||
"http_password": "YOUR_PASSWORD",
|
||||
"file_type": [
|
||||
".mp4",
|
||||
".wmv",
|
||||
".mkv",
|
||||
".avi",
|
||||
".zip",
|
||||
".rar",
|
||||
".7z",
|
||||
".tar",
|
||||
".ANY_OTHER"
|
||||
],
|
||||
"mirror": [
|
||||
"https://mirror1.aaa.com/any/",
|
||||
"https://mirror2.bbb.org/proxy/",
|
||||
"https://mirror3.ccc.net/directory/",
|
||||
"https://mirror4.ddd.me/name/"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user