Skip to content

Commit

Permalink
修复百度云下载无法弹下载页面的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Mar 22, 2018
1 parent 063452a commit 5ba436d
Show file tree
Hide file tree
Showing 6 changed files with 1,471 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .guide/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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/master/.guide/common/switchy/read.md)进行下载**
</details>
<details>
<summary>运行时提示证书安装失败?</summary>
Expand Down
8 changes: 3 additions & 5 deletions .guide/mac/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
![1-1](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/mac/imgs/1-1.png)
运行成功后会有提示和托盘出现。
![1-2](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/mac/imgs/1-2.png)
## safari浏览器
safari浏览器不支持百度云破解插件,建议使用chrome浏览器。
## 火狐浏览器
由于火狐浏览器的特殊性,需要自行安装根证书,查看[安装步骤](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/firefox/read.md)
## 完成
打开浏览器,选择要下载的资源进行下载就会弹出下载页面了。
打开**网页浏览器**,选择要下载的资源进行下载就会弹出下载页面了。
## 火狐浏览器
使用火狐浏览器的需注意,由于火狐浏览器的特殊性,需要自行安装根证书,查看[安装步骤](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/firefox/read.md)
6 changes: 3 additions & 3 deletions .guide/windows/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## 解压并运行
将下载好的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)
## 火狐浏览器
由于火狐浏览器的特殊性,需要自行安装根证书,查看[安装步骤](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/firefox/read.md)
## 完成
打开浏览器,选择要下载的资源进行下载就会弹出下载页面了。
打开**网页浏览器**,选择要下载的资源进行下载就会弹出下载页面了。
## 火狐浏览器
使用火狐浏览器的需注意,由于火狐浏览器的特殊性,需要自行安装根证书,查看[安装步骤](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/ca/firefox/read.md)
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# HTTP下载器
使用本地http代理服务器方式嗅探下载请求,支持所有操作系统和大部分主流浏览器(不支持safari),支持分段下载和断点下载。
使用本地http代理服务器方式嗅探下载请求,支持所有操作系统和大部分主流浏览器,支持分段下载和断点下载。
## 使用教程
### 下载
- [百度云](https://pan.baidu.com/s/1fgBnWJ0gl6ZkneGkVDIEfQ) 提取码:d92x
Expand All @@ -9,10 +9,12 @@
2. [MAC安装教程](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/mac/read.md)
3. [Linux安装教程](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/linux/read.md)
### 安装成功
在安装成功之后,浏览器下载资源时会跳转到创建任务页面,然后选择保存的路径和分段数进行创建下载任务。
在安装成功之后,**进入浏览器**下载资源时会跳转到创建任务页面,然后选择保存的路径和分段数进行创建下载任务。
![新建任务](https://github.com/monkeyWie/proxyee-down/raw/master/.guide/common/new-task.png)
## 常见问题(**必看**)
在开始使用前务必看一遍[常见问题列表](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/FAQ.md),可以解决你使用proxyee-down下载遇到的绝大多数问题。
## 设置说明
-
## 常用功能
### 手动创建任务
可以根据链接来创建一个任务,支持自定义请求头和请求体,具体请[查看](https://github.com/monkeyWie/proxyee-down/blob/master/.guide/common/create/read.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void afterResponse(Channel clientChannel, Channel proxyChannel, HttpRespo
}
contentBuf = PooledByteBufAllocator.DEFAULT.buffer();
}
httpResponse.headers().set(HttpHeaderNames.CONTENT_TYPE,"text/html;charset=utf-8");
//直接调用默认拦截器,跳过下载拦截器
pipeline.getDefault()
.afterResponse(clientChannel, proxyChannel, httpResponse, pipeline);
Expand Down
Loading

0 comments on commit 5ba436d

Please sign in to comment.