Merge pull request #125 from zestyr/patch-1

Fix LBRY GitHub link in BitTorrent bounty
This commit is contained in:
Jeremy Kauffman 2017-06-18 10:31:07 -04:00 committed by GitHub
commit 241c1ce40b

View file

@ -6,7 +6,7 @@ status: available
date: '2016-07-01' date: '2016-07-01'
--- ---
Add support for the BitTorrent protocol to [`lbry`](https://github.com/lbry). Add support for the BitTorrent protocol to [`lbry`](https://github.com/lbryio/lbry).
The LBRY blockchain supports storing metadata about media content. A simplified, sample entry looks like: The LBRY blockchain supports storing metadata about media content. A simplified, sample entry looks like:
@ -24,4 +24,4 @@ The `sources` field is designed to be extended and support resolution to multipl
- Support the BitTorrent protocol via `python-libtorrent` or similar. - Support the BitTorrent protocol via `python-libtorrent` or similar.
- Read `btih` as a source key and use this key to access the data via BitTorrent when requested - Read `btih` as a source key and use this key to access the data via BitTorrent when requested
- Probably a lot more stuff! - Probably a lot more stuff!