BT磁力下载器

2024-08-29 16:12
文章标签 下载 bt 磁力

本文主要是介绍BT磁力下载器,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

下载

用法
usage: BTDown [OPTIONS] [TORRENT|MAGNETURL]
OPTIONS:CLIENT OPTIONS-h                    print this message-f <log file>         logs all events to the given file-s <path>             sets the save path for downloads. This also determinesthe resume data save directory. Torrents from the resumedirectory are automatically added to the session onstartup.-m <path>             sets the .torrent monitor directory. torrent filesdropped in the directory are added the session and theresume data directory, and removed from the monitor dir.-t <seconds>          sets the scan interval of the monitor dir-F <milliseconds>     sets the UI refresh rate. This is the number ofmilliseconds between screen refreshes.-k                    enable high performance settings. This overwrites any otherprevious command line options, so be sure to specify this first-G                    Add torrents in seed-mode (i.e. assume all piecesare present and check hashes on-demand)-e <loops>            exit client after the specified number of iterationsthrough the main loop-O                    print session stats counters to the log-1                    exit on first torrent completing (useful for benchmarks)
LIBTORRENT SETTINGS--<name-of-setting>=<value>set the libtorrent setting <name> to <value>--list-settings       print all libtorrent settings and exitBITTORRENT OPTIONS-T <limit>            sets the max number of connections per torrent-U <rate>             sets per-torrent upload rate-D <rate>             sets per-torrent download rate-Q                    enables share mode. Share mode attempts to maximizeshare ratio rather than downloading-r <IP:port>          connect to specified peerNETWORK OPTIONS-x <file>             loads an emule IP-filter file-Y                    Rate limit local peers-i <i2p-host>         the hostname to an I2P SAM bridge to useDISK OPTIONS-a <mode>             sets the allocation mode. [sparse|allocate]-0                    disable disk I/O, read garbage and don't flush to diskTORRENT is a path to a .torrent file
MAGNETURL is a magnet linkalert mask flags:error peer port_mapping storage tracker connect status ip_blockperformance_warning dht session_log torrent_log peer_log incoming_requestdht_log dht_operation port_mapping_log picker_log file_progress piece_progressupload block_progress allexamples:--alert_mask=error,port_mapping,tracker,connect,session_log--alert_mask=error,session_log,torrent_log,peer_log--alert_mask=error,dht,dht_log,dht_operation--alert_mask=all
测试

BTDown.exe -s . magnet:?xt=urn:btih:eebaec4c345224afd2e166b12006ca029b5cdf46

效果 

参考 

GitHub - arvidn/libtorrent: an efficient feature complete C++ bittorrent implementation

libtorrent


创作不易,小小的支持一下吧!

这篇关于BT磁力下载器的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1118334

相关文章

Python如何快速下载依赖

《Python如何快速下载依赖》本文介绍了四种在Python中快速下载依赖的方法,包括使用国内镜像源、开启pip并发下载功能、使用pipreqs批量下载项目依赖以及使用conda管理依赖,通过这些方法... 目录python快速下载依赖1. 使用国内镜像源临时使用镜像源永久配置镜像源2. 使用 pip 的并

jdk21下载、安装详细教程(Windows、Linux、macOS)

《jdk21下载、安装详细教程(Windows、Linux、macOS)》本文介绍了OpenJDK21的下载地址和安装步骤,包括Windows、Linux和macOS平台,下载后解压并设置环境变量,最... 目录1、官网2、下载openjdk3、安装4、验证1、官网官网地址:OpenJDK下载地址:Ar

Android开发中gradle下载缓慢的问题级解决方法

《Android开发中gradle下载缓慢的问题级解决方法》本文介绍了解决Android开发中Gradle下载缓慢问题的几种方法,本文给大家介绍的非常详细,感兴趣的朋友跟随小编一起看看吧... 目录一、网络环境优化二、Gradle版本与配置优化三、其他优化措施针对android开发中Gradle下载缓慢的问

python 3.8 的anaconda下载方法

《python3.8的anaconda下载方法》本文详细介绍了如何下载和安装带有Python3.8的Anaconda发行版,包括Anaconda简介、下载步骤、安装指南以及验证安装结果,此外,还介... 目录python3.8 版本的 Anaconda 下载与安装指南一、Anaconda 简介二、下载 An

Java下载文件中文文件名乱码的解决方案(文件名包含很多%)

《Java下载文件中文文件名乱码的解决方案(文件名包含很多%)》Java下载文件时,文件名中文乱码问题通常是由于编码不正确导致的,使用`URLEncoder.encode(filepath,UTF-8... 目录Java下载文件中文文件名乱码问题一般情况下,大家都是这样为了解决这个问题最终解决总结Java下

Python实现文件下载、Cookie以及重定向的方法代码

《Python实现文件下载、Cookie以及重定向的方法代码》本文主要介绍了如何使用Python的requests模块进行网络请求操作,涵盖了从文件下载、Cookie处理到重定向与历史请求等多个方面,... 目录前言一、下载网络文件(一)基本步骤(二)分段下载大文件(三)常见问题二、requests模块处理

常用的jdk下载地址

jdk下载地址 安装方式可以看之前的博客: mac安装jdk oracle 版本:https://www.oracle.com/java/technologies/downloads/ Eclipse Temurin版本:https://adoptium.net/zh-CN/temurin/releases/ 阿里版本: github:https://github.com/

2. 下载rknn-toolkit2项目

官网链接: https://github.com/airockchip/rknn-toolkit2 安装好git:[[1. Git的安装]] 下载项目: git clone https://github.com/airockchip/rknn-toolkit2.git 或者直接去github下载压缩文件,解压即可。

前端form表单+ifarme方式实现大文件下载

// main.jsimport Vue from 'vue';import App from './App.vue';import { downloadTokenFile } from '@/path/to/your/function'; // 替换为您的函数路径// 将 downloadTokenFile 添加到 Vue 原型上Vue.prototype.$downloadTokenF

BT天堂网站挂马事件后续:“大灰狼”远控木马分析及幕后真凶调查

9月初安全团队披露bt天堂网站挂马事件,该网站被利用IE神洞CVE-2014-6332挂马,如果用户没有打补丁或开启安全软件防护,电脑会自动下载执行大灰狼远控木马程序。 鉴于bt天堂电影下载网站访问量巨大,此次挂马事件受害者甚众,安全团队专门针对该木马进行严密监控,并对其幕后真凶进行了深入调查。 一、“大灰狼”的伪装 以下是10月30日一天内大灰狼远控的木马样本截图,可以看到该木马变种数量不