{"id":21020600,"url":"https://github.com/5ime/images_spider","last_synced_at":"2025-08-20T22:41:03.451Z","repository":{"id":49523870,"uuid":"385475499","full_name":"5ime/images_spider","owner":"5ime","description":"短视频图集图片去水印：快手,皮皮虾,最右,小红书,微博","archived":false,"fork":false,"pushed_at":"2023-12-18T07:35:41.000Z","size":18,"stargazers_count":272,"open_issues_count":6,"forks_count":72,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-30T17:10:39.477Z","etag":null,"topics":["images","php","spider"],"latest_commit_sha":null,"homepage":"https://lab.5ime.cn/video","language":"PHP","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/5ime.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-07-13T04:31:49.000Z","updated_at":"2025-02-27T06:22:25.000Z","dependencies_parsed_at":"2024-11-19T10:45:15.086Z","dependency_job_id":"b685bde8-2614-4409-8094-b12990591d4f","html_url":"https://github.com/5ime/images_spider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5ime%2Fimages_spider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5ime%2Fimages_spider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5ime%2Fimages_spider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5ime%2Fimages_spider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5ime","download_url":"https://codeload.github.com/5ime/images_spider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247535519,"owners_count":20954576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["images","php","spider"],"created_at":"2024-11-19T10:42:20.661Z","updated_at":"2025-04-06T19:12:44.277Z","avatar_url":"https://github.com/5ime.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![images_spider](https://socialify.git.ci/5ime/images_spider/image?description=1\u0026descriptionEditable=%E6%94%AF%E6%8C%815%E4%B8%AA%E7%9F%AD%E8%A7%86%E9%A2%91%E5%B9%B3%E5%8F%B0%E5%8E%BB%E6%B0%B4%E5%8D%B0%E4%B8%8B%E8%BD%BD\u0026font=Inter\u0026forks=1\u0026language=1\u0026owner=1\u0026pattern=Circuit%20Board\u0026stargazers=1\u0026theme=Light)\n\n目前支持5个平台图集去水印下载，欢迎各位Star，**提交issues时请附带图集链接**。\n\n短视频解析请移步：https://github.com/5ime/video_spider\n\n演示站源码请移步：https://github.com/5ime/vue-page\n\n## 支持平台\n\n| 平台 | 状态| 平台 | 状态| 平台 | 状态| 平台 | 状态| 平台 | 状态|\n|  ----  | ----  | ----  | --- |----|----|----|----|----|----|\n| 皮皮虾 | ✔ | 抖音短视频 | ✔ | 最右 | ✔| 小红书 | ✔ | 微博 | ✔ |\n| 快手 | ✔ |   |  |   |  |   |   |   |   |\n\n\n## 请求示例\n\n支持GET/POST `url`参数必填，请优先使用 `POST` 请求，`GET` 请求自行 `urlencode` 编码\n\n### 解析思路\n\n请前往博客查看\n\n## FAQ\n\n**为什么小红书/微博/快手会失败**\n\n小红书/微博需要定时更新cookies，快手请求频繁会出现滑块验证\n\n**抖音X-Bogus校验**\n\n目前使用的 https://github.com/B1gM8c/X-Bogus 提供的服务\n\n你也可以基于我的模板 https://github.com/5ime/Tiktok_Signature 一键部署到 vercel，需要修改的地方如下\n\n```php\n$url = 'https://tiktok.iculture.cc/X-Bogus';\n$data = json_encode(array('url' =\u003e 'https://www.douyin.com/aweme/v1/web/aweme/detail/?aweme_id=' . $id[1] . '\u0026aid=1128\u0026version_name=23.5.0\u0026device_platform=android\u0026os_version=2333','userAgent' =\u003e 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'));\n$header = array('Content-Type: application/json');\n$url = json_decode($this-\u003ecurl($url, $data, $header), true)['param'];\n// 改为\n$url = '你的 vercel 地址';\n$data = json_encode(array('url' =\u003e 'https://www.douyin.com/aweme/v1/web/aweme/detail/?aweme_id=' . $id[1] . '\u0026aid=1128\u0026version_name=23.5.0\u0026device_platform=android\u0026os_version=2333','userAgent' =\u003e 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'));\n$header = array('Content-Type: application/json');\n$url = json_decode($this-\u003ecurl($url, $data, $header), true)['data']['url'];\n```\n\n## 免责声明\n\n本仓库只为学习研究，如涉及侵犯个人或者团体利益，请与我取得联系，我将主动删除一切相关资料，谢谢！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5ime%2Fimages_spider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5ime%2Fimages_spider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5ime%2Fimages_spider/lists"}