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:
authorFeross Aboukhadijeh <feross@feross.org>2015-12-27 21:37:52 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-12-27 21:37:52 +0300
commit8cff356ce0f6852a80e3b07217ecaa5b1d3e3098 (patch)
treee4b829ad803e74e61372e48112917ac02e00bf58 /examples/browser-download.js
parent3c2b24f5742f82cf931112f99d27ad226d45caa5 (diff)
examples: Use sintel torrent
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!