You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
## 待抓取网页任务目录
|
|
|
|
|
|
|
|
每个.task文件视为一个待处理的任务,文件内容为待抓取的视频网址。
|
|
|
|
|
|
|
|
自动处理程序在完成任务后,将删除任务文件,并将抓取数据结果保存到config.mjs里的数据保存目录中。
|
|
|
|
|
|
|
|
任务文件内容示例:
|
|
|
|
```
|
|
|
|
https://v.ixigua.com/ieUaqrFN/
|
|
|
|
```
|
|
|
|
|
|
|
|
文件名可以时间戳命名。
|
|
|
|
|