Added support for SSL fixing #10, Made it more clear how partial download works, fixing #6

This commit is contained in:
JohnDoee
2016-09-07 20:00:49 +02:00
parent 28aa99750a
commit a5d44a536a
6 changed files with 939 additions and 247 deletions

View File

@@ -42,7 +42,7 @@ from setuptools import setup
__plugin_name__ = "Streaming"
__author__ = "John Doee"
__author_email__ = "johndoee@tidalstream.org"
__version__ = "0.7.0"
__version__ = "0.7.1"
__url__ = "https://github.com/JohnDoee/deluge-streaming"
__license__ = "GPLv3"
__description__ = "Enables streaming of files while downloading them."