{"id":20030166,"url":"https://github.com/sb-child/lsp","last_synced_at":"2025-08-21T07:32:12.698Z","repository":{"id":57625629,"uuid":"347303750","full_name":"sb-child/lsp","owner":"sb-child","description":"python 爬虫, golang 爬虫: 涩涩网站 学习资料 视频爬取下载工具 完美适配 miya(蜜芽)和 yysp(夜夜视频, 夜夜視頻)","archived":false,"fork":false,"pushed_at":"2024-07-05T07:55:56.000Z","size":252,"stargazers_count":46,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-06T11:21:23.342Z","etag":null,"topics":["beautifulsoup4","colly","decrypt","downloader","ffmpeg","go","golang","html","m3u8","multiprocessing","python","requests","spider","video"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sb-child.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-13T07:30:27.000Z","updated_at":"2024-11-16T08:29:14.000Z","dependencies_parsed_at":"2024-11-13T09:38:15.105Z","dependency_job_id":null,"html_url":"https://github.com/sb-child/lsp","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sb-child%2Flsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sb-child%2Flsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sb-child%2Flsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sb-child%2Flsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sb-child","download_url":"https://codeload.github.com/sb-child/lsp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230501172,"owners_count":18236061,"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":["beautifulsoup4","colly","decrypt","downloader","ffmpeg","go","golang","html","m3u8","multiprocessing","python","requests","spider","video"],"created_at":"2024-11-13T09:25:01.595Z","updated_at":"2024-12-19T21:08:37.790Z","avatar_url":"https://github.com/sb-child.png","language":"Go","readme":"\u003cdiv align='center'\u003e\n\u003cimg align='left' src='imgs/logo.svg' width='200px'\u003e\n\u003ch1\u003e\n(lsp)老色批\n\u003c/h1\u003e\n\u003ch3\u003e\n颜色网站视频爬取下载工具\n\u003c/h3\u003e\n\u003cdiv align='center'\u003e\n\u003ch4\u003e已适配网站列表\u003c/h4\u003e\n\u003cspan\u003e\u003cdel\u003emiya(蜜芽)\u003c/del\u003e 蜜芽坏掉了! \u003c/span\u003e\n\u003cspan\u003eyysp(夜夜视频)\u003c/span\u003e\n\u003c/div\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003ch2\u003e喜欢本项目? 不妨点个star~\u003c/h2\u003e\n\u003c/div\u003e\n\n## 已经适配了两个网站的 Python 版本的分支在下面\n\n## [python 分支直达链接](../../tree/python)\n\n## 这个分支是 Go 版本, 至少能用啦~\n\n# 怎么用呢？\n\n## Windows 用户看过来~\n\n选择你的阵营：\n\n### 自己编译\n\n1. 下载本 repo\n2. 安装 `go 1.20+`\n3. 把 [`ffmpeg`](https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip) 压缩包里 `ffmpeg-master-latest-win64-gpl/bin/` 的文件都放进 `C:\\Windows\\` 里面\n4. 开始使用吧：\n\n```bash\ngo get -v all\ngo run main.go -mod yysp [参数...]\n```\n\n### 懒得编译啦，下载预编译版\n\n1. 在 ![GitHub release](https://img.shields.io/github/v/release/sb-child/lsp) [点这里](https://github.com/sb-child/lsp/releases/latest) 下载 `lsp_windows-amd64.exe`\n2. 把 [`ffmpeg`](https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip) 压缩包里 `ffmpeg-master-latest-win64-gpl/bin/` 的文件都放进 `C:\\Windows\\` 里面\n3. 在下载目录打开命令行，开始使用吧：\n\n```bash\nlsp_windows-amd64.exe -mod yysp [参数...]\n```\n\n## Linux 用户看过来~\n\n选择你的阵营：\n\n### 自己编译\n\n1. 下载本 repo\n2. 安装 `go 1.20+` 和 `ffmpeg`\n3. 开始使用吧：\n\n```bash\ngo get -v all\ngo run main.go -mod yysp [参数...]\n```\n\n### 懒得编译啦，下载预编译版\n\n1. 在 ![GitHub release](https://img.shields.io/github/v/release/sb-child/lsp) [点这里](https://github.com/sb-child/lsp/releases/latest) 下载 `lsp_linux-amd64`，并赋予可执行权限 `chmod +x lsp_linux-amd64`\n2. 安装 `ffmpeg`\n3. 在下载目录打开命令行，开始使用吧：\n\n```bash\n./lsp_linux-amd64 -mod yysp [参数...]\n```\n\n## 能用了之后\n\n### 查看可用参数\n\n使用 `--help` 参数查看帮助\n\n### 下载目录结构\n\n```bash\n_lsp.db # 数据库文件，用于断点下载，全部下载完成后可以删除\n1.mp4 # 原视频（可能无法正常观看），全部下载完成后可以删除\n1.mp4.o.mp4 # 经过编码后的视频\n2.mp4 # 第2个原视频\n2.mp4.o.mp4 # 第2个经过编码后的视频\n3.mp4 # 第3个原视频\n3.mp4.o.mp4 # 第3个经过编码后的视频\n...\n```\n\n就这么简单，\\(溜了溜了~\\)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsb-child%2Flsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsb-child%2Flsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsb-child%2Flsp/lists"}