腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
libtorrent
python
绑定
中
的
torrent_info
()
和
磁铁
链接
、
、
在
libtorrent
中使用磁铁
链接
时,我在研究如何在
torrent_info
()函数
中
传递参数。尤其是我
的
目标是分析同级
和
片段。通过使用.torrent文件,这个过程是显而易见
的
,在这个站点中抛出了其他给定
的
范例:infoparams = { 'save_path':
浏览 1
提问于2012-04-21
得票数 3
回答已采纳
7
回答
错误LNK2019:未解析
的
外部符号"public:
、
我正在使用VS2008
中
的
libtorrent
创建一个torrent应用程序。我尝试了
链接
BUt
中
给出
的
例子,它向我展示了这些error....how来解决它们?Linking... main.obj : error LNK2019: unresolved external symbol "public: __thiscall
libtorrent
::
torrent_info
::~
torrent_info
(void)&qu
浏览 1
提问于2011-01-25
得票数 6
回答已采纳
4
回答
Libtorrent
-给定一个磁铁
链接
,如何生成torrent文件?
、
、
给定一个磁铁
链接
,我想生成一个torrent文件,这样它就可以在下一次启动时加载,以避免重新下载元数据。我已经尝试了快速恢复功能,但我仍然必须在执行时获取元数据,这可能需要相当长
的
时间。我看到
的
例子是为一个新
的
torrent创建torrent文件,我想创建一个匹配磁铁uri
的
torrent文件。
浏览 4
提问于2012-01-01
得票数 20
回答已采纳
1
回答
python
-
libtorrent
torrent_info
方法
、
、
、
我一直在使用
python
-
libtorrent
来检查包含多个文件
的
torrent
中
哪些文件属于一个文件。我使用下面的代码遍历torrent文件 info =
libtorrent
.torrent_info('~/.torrent') print f 但是这将返回<
libtorrent
.file_entry object at 0x7f0eda4fdcf0>,而我不知道如何从中提取信息。我不知道
浏览 78
提问于2021-04-24
得票数 0
1
回答
构建库
libtorrent
debian并将其
链接
到程序c++
、
、
在建立
和
连接图书馆时,我总是遇到一些问题,所以我希望有人能帮我一把。更新:在不使用sudo apt-get install
libtorrent
-rasterbar-dev进行安装
和
编译文件
的
情况下,我得到了以下错误:Inconst&g
浏览 2
提问于2016-08-17
得票数 2
1
回答
Libtorrent
torrent->磁铁
、
、
我正在尝试使用
libtorrent
将torrent转换为磁铁。我在
python
中
读到过,你可以使用 print "magnet:?xt=urn:btih:%s&dn=%s" % (info.info_hash(), info.name())
torrent_info
ti(current_file.c_strxt=urn:btih:%s&dn=%
浏览 3
提问于2017-05-23
得票数 1
1
回答
使用apt-get将软件包安装到虚拟环境
中
。
、
、
、
我正试图为我
的
Python
3项目创建一个虚拟环境。问题是,我试图安装到virtualenv
中
的
一些依赖项不是通过pip安装
的
。例如,要获得
LibTorrent
,我必须运行:$ sudo apt-get install
python
3-
libtorrent
(
LibTorrent
是一个带有
Python
绑定
的
C++库)。'
libtorrent
' 如
浏览 5
提问于2017-11-27
得票数 3
1
回答
libtorrent
python
分布式哈希表示例
、
、
、
我想在
libtorrent
库中使用分布式哈希表。我想使用p2p应用程序
的
python
。有没有人能推荐一个dht
的
例子,
libtorrent
,
python
实现,或者一些我可以使用
的
api?
浏览 8
提问于2015-02-04
得票数 2
1
回答
将数据库用作
Libtorrent
的
Custom_Storage (
Python
)
、
、
我正在使用Rasterbar
libtorrent
,并希望使用MySQL数据库作为custom_storage。我知道这可以通过实现自己
的
实现storage_inferface ()
的
存储类来实现。somenone是否已经在
Python
语言中实现了这样
的
custom_storage? 相关:
浏览 0
提问于2017-04-26
得票数 1
1
回答
在Ubuntu上安装
libtorrent
的
Python
3
绑定
、
、
、
我正在尝试为
Python
3安装
libtorrent
。它是C++库
的
包装器。然而,我似乎无法让它发挥作用。我试过: $ sudo apt-get install
libtorrent<
浏览 6
提问于2017-11-18
得票数 0
4
回答
将下载
的
torrent保存在内存
中
,而不是文件库
中
、
、
使用Rasterbar
libtorrent
我不希望下载
的
数据停留在我
的
硬盘驱动器上,而不是一个管道或变量,或者一些软
的
东西,这样我就可以将它重定向到其他地方,Mysql,甚至垃圾桶,如果它不是我想要
的
,有没有任何东西在最好在
python
绑定
中
做这件事,如果不是在C++中使用
Libtorrent
?编辑:-->我想指出
的
是,这是一个
libtorrent
问题,而不是Linux文件处理或
Py
浏览 3
提问于2011-05-23
得票数 3
回答已采纳
1
回答
Libtorrent
python
SSL
绑定
、
、
、
libtorrent
-
python
是否提供SSL
绑定
?到目前为止,它似乎还没有公开SSL功能-但是我找到了这篇讨论,其中提到了SSL功能被集成到
Python
API:
中
。作为
libtorrent
的
铁杆粉丝,如果它暴露在
Python
层上,那就太好了!
浏览 4
提问于2013-02-05
得票数 0
1
回答
在windows 10上不能正确解释user-config.jam
、
、
我正在尝试使用boost版本1.63构建
libtorrent
的
python
绑定
。我在我
的
主目录
中
设置了user-config.jam文件,如下所示:但是当我在跑步
的
时候 bjam
libtorrent<
浏览 1
提问于2019-07-05
得票数 2
2
回答
为什么安装
的
libtorrent
显示导入错误?
、
、
、
、
我在boost根文件夹中使用以下命令构建了带有boost
的
libtorrent
:b2 --hash cxxstd=14 releaseb2 variant=release link=shared b2 install --
浏览 16
提问于2021-12-26
得票数 0
回答已采纳
1
回答
Python
3.6如何安装
libtorrent
?
、
、
、
libtorrent
现在支持
python
3吗?如果被支持,如何安装它。我想用
python
3编写一个DHT,我不知道为什么我
的
代码alaways会因为对等错误而重置连接,所以我想使用
libtorrent
,如果有另一个库,我很乐意使用它。我最大
的
问题是,将信息哈希转换成洪流文件。会不会是密码问题?
浏览 7
提问于2017-09-24
得票数 1
回答已采纳
1
回答
在Windows 7上安装用于
Python
3.6
的
libtorrent
、
Windows 7 x64 -
Python
3.6kages\
python
_
libtorrent
-1.2.0-py3.6.egg-infoWriting C:\Users\thomas\AppData\Local\Programs\
Python
\
Python
浏览 10
提问于2017-04-18
得票数 1
1
回答
不确定我真正下载
的
是什么
、
、
、
给定一个磁铁文件,我正在尝试使用
libtorrent
的
Python
绑定
来获取.torrent文件。 #!/usr/bin/env
python
import timeimport random
P
浏览 71
提问于2019-03-18
得票数 1
回答已采纳
4
回答
你是如何得到一个洪流
的
总大小
的
?
、
如何获得洪流中文件
的
总大小? 是否有任何方法来获取洪流
中
的
文件数量
和
每个文件
的
大小?
浏览 3
提问于2013-08-09
得票数 2
回答已采纳
1
回答
扭曲
和
急流-我需要担心阻塞吗?
、
、
、
因为
libtorrent
是一个相当完整
的
实现,它
的
python
绑定
似乎是一个不错
的
选择。现在
的
问题是: 我应该在线程
中
运行
libtorrent
会话还是针对多进程应用程序设计?
浏览 2
提问于2013-03-04
得票数 4
回答已采纳
2
回答
如何从目录中生成Torrent Magnet URI?
、
我正在为
Python
中
的
开源软件创建一个文件共享平台。此外,是否有可能将网络种子“编码”成磁URI?
浏览 6
提问于2015-05-18
得票数 3
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
热门
标签
更多标签
云服务器
ICP备案
对象存储
云直播
腾讯会议
活动推荐
运营活动
广告
关闭
领券