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>2016-10-14 07:23:18 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-10-14 07:23:18 +0300
commitbe0d9a2562a2c9b03952308c91cb8dbf69163ee1 (patch)
treed047dd6c4ab7590ad75cc8a30e0f6dc82b6dddd3 /docs/api.md
parent1072de214598e191be7e41c40d8c5b245cc2a249 (diff)
Remove tracker.webtorrent.io references
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 4e8655a..7fcbaaf 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -18,7 +18,7 @@ npm install webtorrent
```js
var client = new WebTorrent()
-var torrentId = 'magnet:?xt=urn:btih:6a9759bffd5c0af65319979fb7832189f4f3c35d&dn=sintel.mp4&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com&tr=wss%3A%2F%2Ftracker.webtorrent.io&ws=https%3A%2F%2Fwebtorrent.io%2Ftorrents%2Fsintel-1024-surround.mp4'
+var torrentId = 'magnet:?xt=urn:btih:6a9759bffd5c0af65319979fb7832189f4f3c35d&dn=sintel.mp4&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com&ws=https%3A%2F%2Fwebtorrent.io%2Ftorrents%2Fsintel-1024-surround.mp4'
client.add(torrentId, function (torrent) {
// Torrents can contain many files. Let's use the first.