3 ##因为要获取Cookies,无法单纯使用脚本实现,必须插件模式加载。
5 可以方便的把百度网盘的下载地址导出到 aria2/aria2-rpc,支持 YAAW。
11 - Set `--rpc-secret=<secret>` if you are using aria2 1.18.4(or higher) with 'JSON-RPC PATH' like http://token:secret@hostname:port/jsonrpc
12 - Set `--rpc-user=<username> --rpc-passwd=<passwd>` if you are using aria2 1.15.2(or higher) with 'JSON-RPC PATH' like http://username:passwd@hostname:port/jsonrpc
13 - Use `http://localhost:6800/jsonrpc#max-connection-per-server=5&split=10` set download options for specific file.
14 - 已上传 Aria2 配置文件方便大家使用:[aria2.conf](https://raw.githubusercontent.com/acgotaku/BaiduExporter/master/aria2c/aria2.conf)
15 - Aria2 配置参考我的博客:[使用 Aria2 下载百度网盘和 115 的资源](https://blog.icehoney.me/posts/2015-01-31-Aria2-download)。
19 全面支持 Chrome, Firefox, Edge 和 Safari:
21 * Chrome : Click **Settings** -> **Extensions** -> Check **Developer mode**-> **Load unpacked extension**, navigate to the `chrome` folder, click OK.
22 * Firefox : Open **about:debugging** in Firefox, click "Load Temporary Add-on" and navigate to the `chrome` folder, click OK.
23 * Safari : Install Chrome or Firefox on Mac.
24 * Edge: You need at least Windows 10 build 14342
25 1. Open [about:flags](about:flags), Check `Enable extension developer features`, Restart.
26 2. Clone repo to a local read-write folder.
27 3. Click **More(...)** -> **Extensions** -> **Load extension**, navigate to the `chrome` folder, click OK.
31 请先阅读[这里](https://github.com/acgotaku/BaiduExporter/issues/128)
35 - Icon by [Losses Don](https://github.com/Losses)
39 不想每次开启Chrome都提示禁用请看这个帖子:[Guide on Packaging and Import Baidu Exporter to Chrome](https://hencolle.com/2016/10/16/baidu_exporter/)
43 ![GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png)
45 BaiduExporter is licensed under [GNU General Public License](https://www.gnu.org/licenses/gpl.html) Version 3 or later.
47 BaiduExporter is free software: you can redistribute it and/or modify
48 it under the terms of the GNU General Public License as published by
49 the Free Software Foundation, either version 3 of the License, or
50 (at your option) any later version.
52 BaiduExporter is distributed in the hope that it will be useful,
53 but WITHOUT ANY WARRANTY; without even the implied warranty of
54 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
55 GNU General Public License for more details.
57 You should have received a copy of the GNU General Public License
58 along with BaiduExporter. If not, see <http://www.gnu.org/licenses/>.