mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-12 06:04:55 +08:00
新增docsify
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ test
|
|||||||
build/bin
|
build/bin
|
||||||
node_modules
|
node_modules
|
||||||
frontend/dist
|
frontend/dist
|
||||||
|
.DS_Store
|
||||||
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
49
docs/README.md
Normal file
49
docs/README.md
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
## res-downloader V3全新版来袭、全新实现,支持更多设置,视频号、直播流、m3u8预览等!
|
||||||
|
### 爱享素材下载器【[加入群聊](https://qm.qq.com/q/ImE37ayJmc)】
|
||||||
|
|
||||||
|
🎯 基于Go + [wails](https://github.com/wailsapp/wails)
|
||||||
|
📦 操作简单、可获取不同类型资源
|
||||||
|
🖥️ 支持Windows、Mac、Linux
|
||||||
|
🌐 支持视频、音频、图片、m3u8、直播流等常见网络资源
|
||||||
|
💪 支持微信视频号、小程序、抖音、快手、小红书、酷狗音乐、qq音乐等网络资源下载
|
||||||
|
👼 支持设置代理以获取特殊网络下的资源
|
||||||
|
|
||||||
|
## 软件下载(Win7下载2.3.0版本)
|
||||||
|
🆕 [github下载](https://github.com/putyy/res-downloader/releases)
|
||||||
|
🆕 [蓝奏云下载 密码:9vs5](https://wwjv.lanzoum.com/b04wgtfyb)
|
||||||
|
|
||||||
|
## 使用方法
|
||||||
|
> 0. 安装时一定要同意安装证书文件、一定要允许网络访问
|
||||||
|
> 1. 打开本软件 软件首页左上角点击 “启动代理”
|
||||||
|
> 2. 软件首页选择要获取的资源类型(默认选中的全部)
|
||||||
|
> 3. 打开要捕获的源, 如:视频号、网页、小程序等等
|
||||||
|
> 4. 返回软件首页即可看到资源列表
|
||||||
|
|
||||||
|
## 软件截图
|
||||||
|

|
||||||
|
|
||||||
|
## 常见问题
|
||||||
|
m3u8: 预览和下载:
|
||||||
|
> [下载](https://m3u8-down.gowas.cn/) [预览](https://m3u8play.com/)
|
||||||
|
|
||||||
|
直播流: 预览和录制:
|
||||||
|
> [使用obs进行预览和录制 使用教程自行百度]( https://obsproject.com/)
|
||||||
|
|
||||||
|
下载慢、大视频下载失败
|
||||||
|
> 推荐使用如下工具加速下载,视频号可以下载完成后再到对应视频操作项选择 “视频解密(视频号)” 按钮
|
||||||
|
>> [Neat Download Manager](https://www.neatdownloadmanager.com/index.php/en/)、[Motrix](https://motrix.app/download)等软件进行下载
|
||||||
|
|
||||||
|
打开本软件,无法正常拦截获取
|
||||||
|
> 检查系统代理是否正确设置 代理地址:127.0.0.1 端口:8899
|
||||||
|
|
||||||
|
关闭软件后无法正常上网
|
||||||
|
> 手动关闭系统代理设置
|
||||||
|
|
||||||
|
其他问题
|
||||||
|
[github](https://github.com/putyy/res-downloader/issues) 、 [爱享论坛](https://s.gowas.cn/d/4089)
|
||||||
|
|
||||||
|
## 实现 & 初衷
|
||||||
|
通过代理网络抓包拦截响应,筛选出有用的资源, 同fiddler、charles等抓包软件、浏览器F12打开控制也能达到目的,只不过这些软件需要手动进行筛选,对于小白用户上手还是有点难度,本软件对部分资源做了特殊处理,更适合大众用户,所以就有了本项目。
|
||||||
|
|
||||||
|
## 免责声明
|
||||||
|
本软件用于学习研究使用,若因使用本软件造成的一切法律责任均与本人无关!
|
||||||
9
docs/_coverpage.md
Normal file
9
docs/_coverpage.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# res-downloader V3
|
||||||
|
|
||||||
|
> 全新技术栈,更新、更小、更快、更稳
|
||||||
|
|
||||||
|
### 简单、高效、轻便 (仅 ~10M)
|
||||||
|
|
||||||
|
|
||||||
|
[开始使用 Let Go](/README.md)
|
||||||
|
[下载](/README.md)
|
||||||
4
docs/_navbar.md
Normal file
4
docs/_navbar.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
* 友情链接
|
||||||
|
* [putyy](https://www.putyy.com/)
|
||||||
|
* [爱享素材](https://s.gowas.cn/)
|
||||||
|
* [智多星Ai](https://www.ais.do/)
|
||||||
10
docs/_sidebar.md
Normal file
10
docs/_sidebar.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
* [简介](README.md)
|
||||||
|
* [快速开始](getting-started.md)
|
||||||
|
* [安装指南](installation.md)
|
||||||
|
* [使用说明](usage.md)
|
||||||
|
* [配置选项](configuration.md)
|
||||||
|
* [常见问题](troubleshooting.md)
|
||||||
|
* [功能演示](examples.md)
|
||||||
|
* [贡献指南](contribution.md)
|
||||||
|
* [许可说明](license.md)
|
||||||
|
* [更新日志](changelog.md)
|
||||||
1
docs/changelog.md
Normal file
1
docs/changelog.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
1
docs/configuration.md
Normal file
1
docs/configuration.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
1
docs/contribution.md
Normal file
1
docs/contribution.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
1
docs/examples.md
Normal file
1
docs/examples.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
BIN
docs/favicon.ico
Normal file
BIN
docs/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
1
docs/getting-started.md
Normal file
1
docs/getting-started.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
51
docs/index.html
Normal file
51
docs/index.html
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Document</title>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
|
<meta name="description" content="Description">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
<script>
|
||||||
|
window.$docsify = {
|
||||||
|
name: 'res-downloader',
|
||||||
|
repo: 'https://github.com/putyy/res-downloader',
|
||||||
|
// 侧边栏支持,默认加载的是项目根目录下的_sidebar.md文件
|
||||||
|
loadSidebar: true,
|
||||||
|
// 导航栏支持,默认加载的是项目根目录下的_navbar.md文件
|
||||||
|
loadNavbar: true,
|
||||||
|
// 封面支持,默认加载的是项目根目录下的_coverpage.md文件
|
||||||
|
coverpage: true,
|
||||||
|
// 最大支持渲染的标题层级
|
||||||
|
maxLevel: 5,
|
||||||
|
// 自定义侧边栏后默认不会再生成目录,设置生成目录的最大层级(建议配置为2-4)
|
||||||
|
subMaxLevel: 4,
|
||||||
|
// 小屏设备下合并导航栏到侧边栏
|
||||||
|
mergeNavbar: true,
|
||||||
|
search: {
|
||||||
|
maxAge: 86400000,// 过期时间,单位毫秒,默认一天
|
||||||
|
paths: 'auto',// 注意:仅适用于 paths: 'auto' 模式
|
||||||
|
placeholder: '搜索',
|
||||||
|
// 支持本地化
|
||||||
|
placeholder: {
|
||||||
|
'/zh-cn/': '搜索',
|
||||||
|
'/': 'Type to search'
|
||||||
|
},
|
||||||
|
noData: '找不到结果',
|
||||||
|
depth: 4,
|
||||||
|
hideOtherSidebarContent: false,
|
||||||
|
namespace: 'Docsify-Guide',
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
1
docs/installation.md
Normal file
1
docs/installation.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
1
docs/license.md
Normal file
1
docs/license.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
1
docs/troubleshooting.md
Normal file
1
docs/troubleshooting.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
1
docs/usage.md
Normal file
1
docs/usage.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
BIN
frontend/.DS_Store
vendored
BIN
frontend/.DS_Store
vendored
Binary file not shown.
BIN
frontend/src/assets/.DS_Store
vendored
BIN
frontend/src/assets/.DS_Store
vendored
Binary file not shown.
Reference in New Issue
Block a user