问题标签 [utorrentapi]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
640 浏览

c# - 使用 UTorrentAPI 通过磁力链接添加带有标签的种子

我有一个指向 torrent 的磁力链接。因此,我使用以下方法将 torrent 添加到 uTorrent AddUrl

但我想为这个种子分配一个特定的标签。AddUrl将标签作为参数的方法没有重载。或者之后如何通过磁力链接找到种子?UtorrentApi.Torrent对象不存储使用过的磁性链接。