# BaiduExporter **Repository Path**: kavcc/BaiduExporter ## Basic Information - **Project Name**: BaiduExporter - **Description**: Assistant for Baidu to export download links to aria2/aria2-rpc - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-09 - **Last Updated**: 2024-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BaiduExporter ##因为要获取Cookies,无法单纯使用脚本实现,必须插件模式加载。 可以方便的把百度网盘的下载地址导出到 aria2/aria2-rpc,支持 YAAW。 ## Usage - 插件的设置必须保存之后才会生效。 - 推荐设置: - Set `--rpc-secret=` if you are using aria2 1.18.4(or higher) with 'JSON-RPC PATH' like http://token:secret@hostname:port/jsonrpc - Set `--rpc-user= --rpc-passwd=` if you are using aria2 1.15.2(or higher) with 'JSON-RPC PATH' like http://username:passwd@hostname:port/jsonrpc - Use `http://localhost:6800/jsonrpc#max-connection-per-server=5&split=10` set download options for specific file. - 已上传 Aria2 配置文件方便大家使用:[aria2.conf](https://raw.githubusercontent.com/acgotaku/BaiduExporter/master/aria2c/aria2.conf) - Aria2 配置参考我的博客:[使用 Aria2 下载百度网盘和 115 的资源](https://blog.icehoney.me/posts/2015-01-31-Aria2-download)。 ## Install 全面支持 Chrome, Firefox, Edge 和 Safari: * Chrome : Click **Settings** -> **Extensions** -> Check **Developer mode**-> **Load unpacked extension**, navigate to the `chrome` folder, click OK. * Firefox : Open **about:debugging** in Firefox, click "Load Temporary Add-on" and navigate to the `chrome` folder, select `manifest.json`, click OK. * Safari : Install Chrome or Firefox on Mac. * Edge: You need at least Windows 10 build 14342 1. Open [about:flags](about:flags), Check `Enable extension developer features`, Restart. 2. Clone repo to a local read-write folder. 3. Click **More(...)** -> **Extensions** -> **Load extension**, navigate to the `chrome` folder, click OK. ## Issue 须知 请先阅读[这里](https://github.com/acgotaku/BaiduExporter/issues/128) ## Thanks - Icon by [Losses Don](https://github.com/Losses) ## Tips 不想每次开启Chrome都提示禁用请看这个帖子:[Guide on Packaging and Import Baidu Exporter to Chrome](https://hencolle.com/2016/10/16/baidu_exporter/) ## License ![GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png) BaiduExporter is licensed under [GNU General Public License](https://www.gnu.org/licenses/gpl.html) Version 3 or later. BaiduExporter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. BaiduExporter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with BaiduExporter. If not, see .