5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1" />
6 <link rel=
"canonical" href=
"https://jamesfengcao.gitlab.io/uweb/zh/loadbt/" />
8 <link rel=
"stylesheet" href=
"../style.css#" type=
"text/css" />
12 let href
= location
.href
;
13 for(let i
=href
.length
-1;i
>0;i
--){
14 if('/'==href
.charAt(i
) && '/'==href
.charAt(i
-3))
21 location
.href
= location
.href
.substring(0,i
+1)+page
;
23 function nav2Lang(lang
){
25 let href
= location
.href
;
26 location
.href
= location
.href
.substring(0,i
-2)+lang
+location
.href
.substring(i
);
31 <header class='header'
>
32 <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2('index.html#')">首页
</a> <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2('tags/index.html#')">标签
</a>
39 <div class=
"container">
40 <h1 class=
"title">离线下载
42 <span class=
"subtitle"></span>
46 <li><a href=
"../tags/termux/index.html#">termux
</a> </li>
48 <li><a href=
"../tags/%e7%bd%91%e7%9b%98/index.html#">网盘
</a> </li>
50 <li><a href=
"../tags/%e7%a6%bb%e7%ba%bf/index.html#">离线
</a> </li>
52 <li><a href=
"../tags/%e8%b5%84%e6%ba%90/index.html#">资源
</a> </li>
56 <li>seedr用户可使用
<a href=
"../links/index.html#">常用链接
</a>利用seedr离线下载。使用时长按链接-
>命令-
>seedr离线...。
</li>
57 <li>Telegram用户可使用
<a href=
"../urls/index.html#">特色服务
</a>利用tg bot离线下载至bot支持网盘。使用时长按链接-
>命令-
>tg...。
</li>
59 <p>百度网盘存储空间大,但其离线下载限制很多,可能由于某些重要节点被屏蔽的原因,下载国外资料基本都会失败。国外离线网盘空间小,但下载成功率很高。
<br>
60 本文介绍一种技术,使用国外离线网盘下载资源,然后一键离线至百度网盘。
</p>
61 <p><a href=
"../index.html#">超微浏览器
</a>上配置百度离线下载
</p>
64 <p>安装
<a href=
"../searchurl/plugins.html">uweb定制Termux应用
</a>。
</p>
69 <li>直接下载
<a href=
"https://github.com/felixonmars/BaiduPCS-Go/releases">BaiduPCS-Go
</a>,安卓手机请选择arm64版本。
</li>
71 <li>移动解压后文件至最终目的地。Termux运行以下命令:
<br>
72 <code>mv BaiduPCS-Go /data/data/com.termux/files/usr/bin/.
<br>
73 chmod
777 /data/data/com.termux/files/usr/bin/BaiduPCS-Go
<br>
78 <p>登录百度网盘, Termux执行如下命令:
<br>
80 BaiduPCS-Go config set -appid=
266719</p>
83 <p>default.longclick配置如下:
<br>
84 百度离线下载:termux/*:BaiduPCS-Go od add
"%u
";exit
1</p>
87 <p>重启超微浏览器,此时长按链接将会出现菜单“百度离线下载”。
</p>
90 <p>离线下载资源至国外网盘,下载完成后在超微浏览器内点击资源下载,弹出菜单选择“百度离线下载”,完成整个流程。
</p>
93 <p>其它支持离线下载的网页也可
<a href=
"../longclick">定义为一键离线
</a>。
</p>
98 <p>Last Modified:
2 April
2024<br>
99 add js function in README
<br>
103 <script id='jsgiscus'
104 src='https://giscus.app/client.js'
105 data-repo=
"torappinfo/uweb"
106 data-repo-id=
"MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
107 data-category=
"Announcements"
108 data-category-id=
"DIC_kwDOEgNLGc4CQjsh"
111 data-reactions-enabled=
"1"
112 data-emit-metadata=
"0"
113 data-input-position=
"top"
117 crossorigin=
"anonymous" async
>
120 <footer class=
"site-footer">
121 <div class=
"container">
122 © 2018-
2025 Richard H. Cao
125 <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->