{"id":22154220,"url":"https://github.com/eished/tujigu_crawler","last_synced_at":"2026-04-28T22:35:20.253Z","repository":{"id":111360217,"uuid":"372229658","full_name":"Eished/tujigu_crawler","owner":"Eished","description":"tujigu.com 图集谷 node.js 多线程爬虫 tujigu crawler","archived":false,"fork":false,"pushed_at":"2021-05-30T14:14:23.000Z","size":16,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T14:16:51.820Z","etag":null,"topics":["crawler","node","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eished.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-30T14:02:33.000Z","updated_at":"2022-06-29T09:35:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a5065f6-432b-4f87-ad83-423a27161e1b","html_url":"https://github.com/Eished/tujigu_crawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Eished/tujigu_crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eished%2Ftujigu_crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eished%2Ftujigu_crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eished%2Ftujigu_crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eished%2Ftujigu_crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eished","download_url":"https://codeload.github.com/Eished/tujigu_crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eished%2Ftujigu_crawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32402671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crawler","node","nodejs"],"created_at":"2024-12-02T01:42:00.345Z","updated_at":"2026-04-28T22:35:20.240Z","avatar_url":"https://github.com/Eished.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 图集谷多线程爬虫 tujigu crawler \r\n\r\n\u003e 仅作学习用，侵删。\r\n\r\n## 功能介绍：\r\n\r\n1. 多线程可调\r\n2. 自动重试：\r\n   1. 超时自动重传\r\n   2. 错误自动重传\r\n3. 下载：\r\n   1. 总进度显示\r\n   2. 单文件夹进度显示\r\n   3. 时间戳显示\r\n   4. 下载完成显示\r\n4. 断点续传（可选）\r\n5. 自动建立文件夹并分类下载\r\n6. 异常文件名处理\r\n\r\n## 运行环境：\r\n\r\n`Node.js v12.13.1`\r\n\r\n## 安装方法：\r\n\r\n1. `git clone git@github.com:Eished/tujigu_crawler.git `\r\n2. `npm install`\r\n\r\n## 必要的配置：\r\n\r\n1. 先手动新建好储存路径路径！\r\n\r\n```js\r\nconst limitNum = 2; // 请求并发数\r\nconst ms = 5000; // 错误重试间隔时间\r\nconst m_time = 120000; //超时时间\r\nconst reNum = 3000; // 重试次数\r\nconst depositPath = \"F:/download/\"; // 储存路径，先手动新建好路径！\r\n\r\n// 下载页面\r\nconst address = [\r\n  [\"文件夹名1\",\r\n    [\r\n      \"下载的页面1\",\r\n      \"下载的页面2\"\r\n    ]\r\n  ],\r\n  [\"文件夹名2\",\r\n    [\r\n      \"下载的页面1\",\r\n      \"下载的页面2\"\r\n    ]\r\n  ]\r\n]\r\n```\r\n\r\n## 开始执行：\r\n\r\n`node index.js`\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feished%2Ftujigu_crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feished%2Ftujigu_crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feished%2Ftujigu_crawler/lists"}