Fixed reference to libtorrent dependency as the pip URL is broken

This commit is contained in:
Fabio Manganiello 2018-12-20 01:04:50 +01:00
parent a1f640ce0a
commit 8d497b0be7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class TorrentPlugin(Plugin):
Requires:
* **python-libtorrent** (``pip install python-libtorrent``)
* **python-libtorrent** (``pip install git+https://github.com/arvidn/libtorrent``)
* **requests** (``pip install requests``) [optional] for torrent info URL download
"""