torrent2magnet icon indicating copy to clipboard operation
torrent2magnet copied to clipboard

种子转磁力链工具

Results 1 torrent2magnet issues
Sort by recently updated
recently updated
newest added

我下载了你的代码,发现这个hash2Torrent.php本身并没有调用,而是调用了另外一个url: ![image](https://user-images.githubusercontent.com/1817716/43309639-f375d8ee-91b7-11e8-9728-4ec645f88821.png) 如果使用自己这个代码上面的PHP地址,会发现如下错误: ![image](https://user-images.githubusercontent.com/1817716/43309744-3a2e1ada-91b8-11e8-9a8d-f72cd4328e32.png) 我现在想用http请求的方式下载种子(比如curl,go语言,java语言什么的),可是直接使用curl网址: https://itorrents.org/torrent/B415C913643E5FF49FE37D304BBB5E6E11AD5101.torrent 老是返回503,Service Unreachable,设置各种header也是没用,这些种子库网站可能就是使用了一些方法,让curl工具失效。 但是你的这个方法可行: http://35.200.148.180/url2bt/api/hash2Torrent.php?infohash=B415C913643E5FF49FE37D304BBB5E6E11AD5101 求问具体方法,谢谢~