Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/browser-download.js')
-rw-r--r--examples/browser-download.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/browser-download.js b/examples/browser-download.js
index 18e1bbe..42c8789 100644
--- a/examples/browser-download.js
+++ b/examples/browser-download.js
@@ -2,8 +2,7 @@ var WebTorrent = require('webtorrent')
var client = new WebTorrent()
-// Go to https://instant.io, seed a file and use the magnet uri generated
-var magnetUri = 'magnet:?xt=urn:btih:d2474e86c95b19b8bcfdb92bc12c9d44667cfa36'
+var torrentId = 'magnet:?xt=urn:btih:6a9759bffd5c0af65319979fb7832189f4f3c35d'
client.add(magnetUri, function (torrent) {
// Got torrent metadata!