Skip to content

Commit

Permalink
proxyee依赖修改,教程链接修改
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Jul 27, 2018
1 parent 434f62b commit d8bb7bb
Show file tree
Hide file tree
Showing 34 changed files with 123 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
### 版本号(必要)
### 操作系统(必要)
### 相关截图
### 相关日志
### 相关日志
32 changes: 16 additions & 16 deletions .guide/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
### 常见问题
<details>
<summary>安装完后进入百度云页面没有显示proxyee-down标记?</summary>
**先尝试重启软件和浏览器,若还是不显示可以[安装switchy插件](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/switchy/read.md)进行下载**

**先尝试重启软件和浏览器,若还是不显示可以[安装switchy插件](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/switchy/read.md)进行下载**
</details>
<details>
<summary>下载百度云出现pcs server refuse?</summary>

**由于百度云服务器对批量下载限制了并发连接数,在有百度云批量下载任务时,再去创建批量下载的任务百度云就会检查到,若要下载可以暂停下载器正在下载的任务然后再创建。**
</details>
<details>
<summary>下载百度云出现file not exist?</summary>

**若是下载文件夹,文件夹或父级文件夹名称中不能含有+号,有+号的话请修改名称后再下载。**
**其他情况请尝试登录百度云再下载或在自己网盘新建一个文件夹再转存进来重新分享新文件夹再下载。**
</details>
<details>
<summary>下载百度云出现sock connect error?</summary>

**把浏览器地址栏的地址域名替换成yqall02.baidupcs.com或者d11.baidupcs.com再访问。**
</details>
<details>
<summary>百度云下载速度太慢?</summary>

**新建任务时调高分段数,若还是下载慢可以尝试将资源分享,然后退出帐号或者开启隐私窗口访问下载(避免帐号被限速),**最好是单文件下载,批量下载现在可能会被限速而且可能会卡住下不动****
</details>
<details>
<summary>百度云下载一直没有速度?</summary>

**参考[#246](https://github.com/monkeyWie/proxyee-down/issues/246#issuecomment-378516262)**
</details>
<details>
<summary>下载进度一直不动或任务状态显示失败怎么解决?</summary>
**这种情况一般都是下载链接失效了,需要刷新下载链接,具体[查看](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/refresh/read.md)**

**这种情况一般都是下载链接失效了,需要刷新下载链接,具体[查看](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/refresh/read.md)**
</details>
<details>
<summary>百度云下载的压缩文件打不开,提示文件损坏?</summary>

**使用下载器工具里的百度云解压工具进行解压。**
</details>
<details>
<summary>软件怎么更新到新版本?</summary>

**在下载器的关于界面,可以进行在线升级。在线更新一直失败的话可以下载proxyee-down-x.xx-jar.zip的压缩包,解压main目录里的文件进行覆盖**
</details>
<details>
<summary>运行时提示证书安装失败?</summary>
**请按照教程里的[手动安装证书](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/read.md)步骤进行安装**

**请按照教程里的[手动安装证书](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/ca/read.md)步骤进行安装**
</details>
<details>
<summary>关闭软件后无法正常上网?</summary>

**打开IE浏览器,将IE浏览器里的代理设置关闭即可。**
</details>
<details>
<summary>是否支持断点下载?</summary>

**支持。**
</details>
</details>
2 changes: 1 addition & 1 deletion .guide/common/api/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ method | POST
参数 | 描述 | 必要 | 示例 | 默认值
---|---|---|---|---
request.url | 下载链接 | √ | https://www.baidu.com/test.zip |
request.heads | 请求头 | × | [{"key":"User-Agent","value":"iphone"}] | 参考([手动创建任务](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/create/read.md))
request.heads | 请求头 | × | [{"key":"User-Agent","value":"iphone"}] | 参考([手动创建任务](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/create/read.md))
request.body | 请求体 | × | name=proxyee&pwd=123 |
fileName | 下载文件名 | × | | 下载链接响应的文件名
filePath | 下载路径 | √ | |
Expand Down
12 changes: 6 additions & 6 deletions .guide/common/ca/firefox/read.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## 火狐浏览器安装证书
1. 右击软件托盘,点证书目录会跳转到对应目录,目录中的**ca.crt**文件为下载器的证书,记住证书的路径以备火狐浏览器导入。

![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/firefox/imgs/1-1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/firefox/imgs/1-1.png)
### 安装证书
1. 打开火狐浏览器并进入设置页面
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/firefox/imgs/2-1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/firefox/imgs/2-1.png)
2. 进入火狐浏览器证书管理页面
在设置页面内找到隐私与安全->证书->查看证书,在打开的证书管理页面选中证书机构
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/firefox/imgs/2-2.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/firefox/imgs/2-2.png)
3. 导入刚刚的证书
点击导入,选中刚刚的证书
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/firefox/imgs/2-3-1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/firefox/imgs/2-3-1.png)
把信任框都勾上点击确定
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/firefox/imgs/2-3-2.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/firefox/imgs/2-3-2.png)
### 完成
证书导入完成,刷新页面即可
### 导入了证书还是提示不安全?
可能是证书导入时没有勾选信任框,进入火狐浏览器证书管理页面找到ProxyeeRoot证书,选中之后点击编辑信任,在弹出的页面里将信任框都勾上并确定。
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/firefox/imgs/4-1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/firefox/imgs/4-1.png)
4 changes: 2 additions & 2 deletions .guide/common/ca/linux/read.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### linux安装证书
本教程以chrome浏览器为例,firefox的可以参考[火狐浏览器安装证书](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/firefox/read.md)
本教程以chrome浏览器为例,firefox的可以参考[火狐浏览器安装证书](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/ca/firefox/read.md)
1. 右击软件托盘,点证书目录会跳转到对应目录,若没显示托盘可以在**软件安装目录/main/ssl**中找到证书。

2. 打开chrome,进入设置->高级->管理证书,选择授权中心然后点击导入,然后选择第一步证书目录中的ca.crt文件。在弹出的信任证书框中把三个复选框都勾上,点击确定即可。
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/linux/imgs/2-1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/linux/imgs/2-1.png)


6 changes: 3 additions & 3 deletions .guide/common/ca/mac/read.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### mac安装证书
1. 右击软件托盘,点证书目录会跳转到对应目录
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/mac/imgs/1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/mac/imgs/1.png)
2. 双击证书,按照下图步骤进行安装
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/mac/imgs/2.png)
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/mac/imgs/3.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/mac/imgs/2.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/mac/imgs/3.png)


8 changes: 4 additions & 4 deletions .guide/common/ca/read.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### 手动安装证书
当运行软件时提示证书安装失败时,可以采用手动的方式来安装证书。(**注:无论什么操作系统在使用火狐浏览器时都需要手动安装证书**)

- [windows安装证书](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/windows/read.md)
- [mac安装证书](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/mac/read.md)
- [linux安装证书](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/linux/read.md)
- [火狐浏览器安装证书](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/firefox/read.md)
- [windows安装证书](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/ca/windows/read.md)
- [mac安装证书](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/ca/mac/read.md)
- [linux安装证书](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/ca/linux/read.md)
- [火狐浏览器安装证书](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/ca/firefox/read.md)
8 changes: 4 additions & 4 deletions .guide/common/ca/windows/read.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### windows安装证书
1. 右击软件托盘,点证书目录会跳转到对应目录
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/windows/imgs/1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/windows/imgs/1.png)
2. 双击证书,按照下图步骤进行安装
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/windows/imgs/2.png)
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/windows/imgs/3.png)
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/ca/windows/imgs/4.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/windows/imgs/2.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/windows/imgs/3.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/ca/windows/imgs/4.png)


2 changes: 1 addition & 1 deletion .guide/common/create/read.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 手动创建任务
在下载器任务面板点击左上角的+号,可手动创建任务。
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/create/imgs/1-1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/create/imgs/1-1.png)
### 链接
输入资源的下载链接(例如配合百度云获取直链的脚本,把获取到的下载链接粘贴在此输入框进行下载。)
### 请求头
Expand Down
4 changes: 2 additions & 2 deletions .guide/common/refresh/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
当下载进度一直不动或任务状态显示失败时,可能是链接失效了需要重新获取有效的下载链接来继续下载。
### 操作方法
1. **任务不要删除**,再去下载此任务相同的资源,当弹出下载框时会有相应的提示。
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/refresh/imgs/1-1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/refresh/imgs/1-1.png)
2. 点击确定,在下拉框中选中之前失败任务并创建任务即可。
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/refresh/imgs/1-2.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/refresh/imgs/1-2.png)
### 相关
1. 链接失效的[解决办法](https://github.com/monkeyWie/proxyee-down#%E5%88%B7%E6%96%B0%E4%BB%BB%E5%8A%A1%E4%B8%8B%E8%BD%BD%E9%93%BE%E6%8E%A5)
2. 百度云下载一直没速度的[解决办法](https://github.com/monkeyWie/proxyee-down/issues/246#issuecomment-378516262)
Expand Down
20 changes: 10 additions & 10 deletions .guide/common/switchy/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@
2. 手动设置
### 导入设置
1. 下载bak文件
[右键另存为下载](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/switchy/proxyee-down-switchy.bak)
[右键另存为下载](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/switchy/proxyee-down-switchy.bak)
2. 导入bak文件
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/switchy/imgs/2-1-2.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/switchy/imgs/2-1-2.png)
3. 切换情景模式
- 嗅探**全站**下载请求,勾选**proxyee-down下载**
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/switchy/imgs/2-2-3.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/switchy/imgs/2-2-3.png)
- 嗅探**百度云**下载请求,勾选**pd自动切换**
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/switchy/imgs/3-3.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/switchy/imgs/3-3.png)
### 手动设置
1. 创建下载代理情景模式
进入插件设置界面,点击新建情景模式->输入任意名称->勾选**代理服务器**->创建
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/switchy/imgs/2-2-1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/switchy/imgs/2-2-1.png)
2. 设置proxyee-down的下载代理:选择http代理协议->输入127.0.0.1:9999->应用选项
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/switchy/imgs/2-2-2.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/switchy/imgs/2-2-2.png)
3. 切换到刚刚设置的情景模式
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/switchy/imgs/2-2-3.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/switchy/imgs/2-2-3.png)

## 百度云自动切换设置
注:此设置非必须,作用是只代理百度云的下载请求
1. 创建下载自动切换情景模式
进入插件设置界面,点击新建情景模式->输入任意名称->勾选**自动切换模式**->创建
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/switchy/imgs/3-1.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/switchy/imgs/3-1.png)
2. 设置请求模式,添加域名并指定情景模式为之前创建的proxyee-down下载情景模式
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/switchy/imgs/3-2.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/switchy/imgs/3-2.png)
注:域名列表(pan.baidu.com,yun.baidu.com,*.baidupcs.com )
3. 切换到刚刚设置的情景模式
![](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/switchy/imgs/3-3.png)
![](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/common/switchy/imgs/3-3.png)
8 changes: 4 additions & 4 deletions .guide/linux/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
进入[下载页面](https://github.com/monkeyWie/proxyee-down#下载),选择proxyee-down-x.xx-jar.zip文件进行下载。
## 安装环境
- 进入[JRE下载页面](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html),下载对应的JRE
![1](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/linux/imgs/1.png)
![1](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/linux/imgs/1.png)

- 将下载的jre-8u161-linux-x64.tar.gz文件解压:
```
Expand All @@ -14,13 +14,13 @@ sudo tar zxvf jre-8u161-linux-x64.tar.gz
```
xxx/bin/java -jar ./proxyee-down.jar
```
![10](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/linux/imgs/10.png)
![10](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/linux/imgs/10.png)

## 证书安装
[查看](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/linux/read.md)
[查看](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/ca/linux/read.md)

## SwitchyOmega插件安装与设置
[查看](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/switchy/read.md)
[查看](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/switchy/read.md)

## 完成
打开**网页浏览器**,选择要下载的资源进行下载就会弹出下载页面了。
Expand Down
6 changes: 3 additions & 3 deletions .guide/mac/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
进入[下载页面](https://github.com/monkeyWie/proxyee-down#下载),选择对应proxyee-down-x.xx-mac.zip文件进行下载。
## 解压并运行
将下载好的proxyee-down-x.xx-mac.zip解压至电脑任意目录。双击start运行软件,由于安装证书和切换代理需要root权限,所以在运行软件会提示输入用户密码,输入完按回车确认即可。(**注:输入密码时不会显示字符,输完按回车确认即可**)
![1-1](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/mac/imgs/1-1.png)
![1-1](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/mac/imgs/1-1.png)
运行成功后会有提示和托盘出现。
![1-2](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/mac/imgs/1-2.png)
![1-2](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/mac/imgs/1-2.png)
## 完成
打开**网页浏览器**,选择要下载的资源进行下载就会弹出下载页面了。
## 火狐浏览器
使用火狐浏览器的需注意,由于火狐浏览器的特殊性,需要自行安装根证书,查看[安装步骤](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/firefox/read.md)
使用火狐浏览器的需注意,由于火狐浏览器的特殊性,需要自行安装根证书,查看[安装步骤](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/ca/firefox/read.md)
4 changes: 2 additions & 2 deletions .guide/windows/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**注:64位下载x64版本,32位下载x86版本。**
## 解压并运行
将下载好的proxyee-down-x.xx-windows-xxx.zip解压至电脑任意目录。双击proxyee-down.exe运行软件,运行成功后会有提示和托盘出现。
![1-1](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/windows/imgs/1-1.png)
![1-1](https://github.com/monkeyWie/proxyee-down/raw/2.5/.guide/windows/imgs/1-1.png)
## 完成
打开**网页浏览器**,选择要下载的资源进行下载就会弹出下载页面了。
## 火狐浏览器
使用火狐浏览器的需注意,由于火狐浏览器的特殊性,需要自行安装根证书,查看[安装步骤](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/firefox/read.md)
使用火狐浏览器的需注意,由于火狐浏览器的特殊性,需要自行安装根证书,查看[安装步骤](https://github.com/monkeyWie/proxyee-down/blob/2.5/.guide/common/ca/firefox/read.md)
Loading

0 comments on commit d8bb7bb

Please sign in to comment.