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>2014-09-21 05:41:24 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-09-21 05:41:24 +0400
commit93686505fbc90522c75b6c151ec7261aa76098de (patch)
tree5b474b920e79b7b39b6804fac5e6a641de6ae843 /test/torrents
parent2e14192c311f64c20496a72af7ffce36495be92b (diff)
merge `bittorrent-client` into this module
When I started the WebTorrent project I thought there were going to need to be two separate client implementations (bittorrent-client and webtorrent-client) that would get tied together in a higher-level module. Fortunately, this was not necessary because of the awesome “browser” field support in browserify. By substituting just a few modules, we can make the same module (webtorrent) work in node AND the browser, with the same codebase! So, from now on, you can just `require(‘webtorrent’)` in node or the browser, and it will just work. You can also `npm install webtorrent` if you want to use bittorrent in a node app or script. Lastly, you can `npm install webtorrent -g` if you want to use webtorrent as a command line app (it installs a `webtorrent` command).
Diffstat (limited to 'test/torrents')
-rw-r--r--test/torrents/Leaves of Grass by Walt Whitman.epubbin0 -> 362017 bytes
-rw-r--r--test/torrents/pride.torrentbin0 -> 3666 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/test/torrents/Leaves of Grass by Walt Whitman.epub b/test/torrents/Leaves of Grass by Walt Whitman.epub
new file mode 100644
index 0000000..66791ed
--- /dev/null
+++ b/test/torrents/Leaves of Grass by Walt Whitman.epub
Binary files differ
diff --git a/test/torrents/pride.torrent b/test/torrents/pride.torrent
new file mode 100644
index 0000000..a9bf635
--- /dev/null
+++ b/test/torrents/pride.torrent
Binary files differ