有些网站下载提供的是hash链接,点击后跳转到专门的网站提供magnet复制,二维码扫描。
对比链接和磁力,hash部分是相同的:
https:\\www.*********?hash=*********
magnet:?xt=urn:btih:*************
那么hash可以直接转换磁力,免去跳转和等待时间。
var a = document.getElementsByTagName('a');
for (i=0; i<a.length; i++) {
if (a[i].textContent.indexOf('?hash=') != -1) {
var hash = a[i].textContent.substring(a[i].textContent.indexOf('?hash=') + 6);
a[i].textContent = 'magnet:?xt=urn:btih:' + hash;
if (a[i].href.indexOf('?hash=') != -1) {
var hash = a[i].href.substring(a[i].href.indexOf('?hash=') + 6);
a[i].href = 'magnet:?xt=urn:btih:' + hash;
然后复制链接文字或者链接,粘贴到二维码扩展给手机扫描下载。
有些网站下载提供的是hash链接,点击后跳转到专门的网站提供magnet复制,二维码扫描。然后复制链接文字或者链接,粘贴到二维码扩展给手机扫描下载。那么hash可以直接转换磁力,免去跳转和等待时间。
画皮2 hash:E5757D533B3690774519E6A80021E43C03A58C0B
磁力 下载链接 如下:
magnet:?xt=urn:btih:E5757D533B3690774519E6A80021E43C03A58C0B
此时将该链接贴进迅雷、QQ旋风、eMule、Utorrent、网络传送带等p2p工具即能开始下载哈
转载于:h...
BT种子转磁力链工具磁力链接转种子接口,种子转磁力链接接口,种子文件编辑接口BT转磁力链接工具是一款小巧快速的BT转换工具BT种子转磁力链工具磁力链接转种子接口,种子转磁力链接接口,种子文件编辑接口BT转磁力链接工具是一款小巧快速的BT转换工具BT种子转磁力链工具磁力链接转种子接口,种子转磁力链接接口,种子文件编辑接口BT转磁力链接工具是一款小巧快速的BT转换工具BT种子转磁力链工具磁力链接转种子接口,种子转磁力链接接口,种子文件编辑接口BT转磁力链接工具是一款小巧快速的BT转换工具BT种子转磁力链工具磁力链接转种子接口,种子转磁力链接接口,种子文件编辑接口BT转磁力链接工具是一款小巧快速的BT转换工具BT种子转磁力链工具磁力链接转种子接口,种子转磁力链接接口,种子文件编辑接口BT转磁力链接工具是一款小巧快速的BT转换工具
Intent intent = getIntent();
String action = intent.getAction();
Log.e(Thread.currentThread().getStackTrace()[2] + "", action + "");
if (intent.ACTION_VIEW.equals(action)) {
Uri uri = intent.getData();
//filepath = uri.toString();
// QQ:content://com.tencent.mobileqq.fileprovider/external_files/storage/emulated/0/Android/data/com.tencent.mobileqq/Tencent/QQfile_recv/%E9%BD%90%E5%A4%A9%E5%B2%AD-%E8%B6%B3%E7%90%83%E8%AE%AD%E7%BB%83%E5%9F%BA%E5%9C%B0-%E5%8C%97%E6%B2%9F-%E7%99%BD%E7%80%91%E5%AF%BA-%E7%A2%BE%E6%88%BF%E6%B0%B4%E5%BA%93-%E9%9D%99%E5%BF%83%E5%B1%B1%E5%BA%84-%E9%AB%98%E5%B4%96%E5%8F%A3.gpx
// 微信:content:/0@com.tencent.mm.external.fileprovider/external/Android/data/com.tencent.mm/MicroMsg/b7e2b82341dbb86b43fd19f9590f0577/attachment/content_1615190457891
//filepath = uri.getEncodedPath();
// QQ:/external_files/storage/emulated/0/Android/data/com.tencent.mobileqq/Tencent/QQfile_recv/%E9%BD%90%E5%A4%A9%E5%B2%AD-%E8%B6%B3%E7%90%83%E8%AE%AD%E7%BB%83%E5%9F%BA%E5%9C%B0-%E5%8C%97%E6%B2%9F-%E7%99%BD%E7%80%91%E5%AF%BA-%E7%A2%BE%E6%88%BF%E6%B0%B4%E5%BA%93-%E9%9D%99%E5%BF%83%E5%B1%B1%E5%BA%84-%E9%AB%98%E5%B4%96%E5%8F%A3.gpx
// 微信:/external/Android/data/com.tencent.mm/MicroMsg/b7e2b82341dbb86b43fd19f9590f0577/attachment/content_1615190457891
filepath = Uri.decode(uri.getEncodedPath());
// QQ:/external_files/storage/emulated/0/Android/data/com.tencent.mobileqq/Tencent/QQfile_recv/齐天岭-足球训练基地-北沟-白瀑寺-碾房水库-静心山庄-高崖口.gpx
// 微信:/external/Android/data/com.tencent.mm/MicroMsg/b7e2b82341dbb86b43fd19f9590f0577/attachment/content_1615190457891
if (filepath.startsWith("/external_files/"))
filepath = filepath.replace("/external_files/", "/");
else if (filepath.startsWith("/external/"))
filepath = filepath.replace("/external/", Environment.getExternalStorageDirectory().getPath() + "/");
Log.e(Thread.currentThread().getStackTrace()[2] + "", filepath);
} else {
String filename = intent.getStringExtra("filename");
filepath = Environment.getExternalStorageDirectory().getPath() + "/LocusMap/" + filename;
points = RWXML.read(filepath);
Drawgpx();
安卓百度地图API后台定位
liyinchi1988:
安卓百度地图API后台定位
liyinchi1988: