duanqinqian5299 2016-11-26 08:43
浏览 60

直接在超链接下载磁铁或.torrent文件

I am trying to create an html hyperlink to download .torrent or magnet file directly from extratorrent.cc like yts.ag is doing but my link is not working?

<a rel="nofollow" title="Download verified torrent file" href="magnet:?xt=urn:btih:d84ac81cb6bb3ae055aca1a75b4ddeb30f00e38b&dn=Suicide.Squad.2016.EXTENDED.720p.WEBRip.x264.AAC-ETRG&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.to%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce">Download torrent</a>

</div>
  • 写回答

1条回答 默认 最新

  • duande9301 2018-03-23 20:54
    关注

    What about using some tool like https://webtorrent.io/intro

    var WebTorrent = require('webtorrent')
    
    var client = new WebTorrent()
    
    var magnetURI = 'magnet: ...'
    
    client.add(magnetURI, { path: '/path/to/folder' }, function (torrent) {   torrent.on('done', function () {
        console.log('torrent download finished')   }) })
    
    评论

报告相同问题?

悬赏问题

  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?