0%

介绍

基于 Colly 框架的小玩具,练手用 ( 没对多线程进行任何处理 🤧

源码

cartoonmad-go

使用

动画狂官网

$ ./cartoonmad-amd64_linux -h

Usage of ./cartoonmad-amd64_linux:
-p string
代理 如: socks5://127.0.0.1:1089
-r string
Require 目标章节 如: 1-20
-t int
线程数量 默认:8 (default 8)
-u string
Require cartoonmad 目标URL

代理支持 http socks

示例

$ ./cartoonmad-amd64_linux -u https://www.cartoonmad.com/comic/1221.html -r 1-3 -t 16

[######## ] 17% 22/127
[##################################################]100% 127/127

PS: 下载目录在当前工作目录 downloads 文件夹下

更新

项目已经没办法使用了,待修复

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment