Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: MobaXterm #128

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions tasks/MobaXterm/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#:schema ../../schema/task.json
# 任务基本信息
[task]
name = "MobaXterm"
category = "远程连接"
author = "xrgzs"
url = "https://mobaxterm.mobatek.net/download-home-edition.html"

# 指定使用的模板
[template]
scraper = "Global_Page_Match"
# resolver = ""
producer = "Recursive_Unzip"

# 使用到的正则
[regex]
download_link = '\/\/download\.mobatek\.net\/\d+\/MobaXterm_Portable_v\d.+\.zip'
download_name = '\.zip'
# scraper_version = ''

# 通用参数
[parameter]
# resolver_cd = []
# compress_level = 5
build_manifest = ["${taskName}.wcs","${taskName}"]
# build_cover = ""
# build_delete = []

# 爬虫模板临时参数
[scraper_temp]
ua = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0"
version_selector = "[class*='bleu']"
download_selector = "[class*='bleu']"

# 自动制作模板要求的参数
[producer_required]
shortcutName = "MobaXterm"
sourceFile = "/MobaXterm(.+).exe/"
recursiveUnzipList = [ ]


# 额外备注
# [extra]
# require_windows = true
# missing_version = ""
# weekly = true
Loading