Javscrape
No description available
Install / Use
/learn @mediahome/JavscrapeREADME
go-scrape
DefaultOutputPath = "video"
//如果需要使用代理请注册代理地址
//RegisterProxy("https://localhost:10808")
//RegisterProxy("http://localhost:10808")
e := RegisterProxy("socks5://localhost:10808")
if e != nil {
return
}
//创建搜刮器
grab2 := NewGrabJavbus()
grab3 := NewGrabJavdb()
scrape := NewScrape(GrabOption(grab2), GrabOption(grab3), OptimizeOption(true))
//需要查找的番号:多次或单次调用皆可
e = scrape.Find("abp-891")
e = scrape.Find("abp-892")
//遍历结果
e = scrape.Range(func(key string, content Content) error {
t.Log("key", key, "info", content)
return nil
})
//或输出到DefaultOutputPath
e = scrape.Output()
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
