From 8606b72470e0e506d9da26f190a2880d47d289a4 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 10 May 2015 17:01:05 +0200 Subject: Improve and fix file structure a bit --- docs/write_plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/write_plugins.rst') diff --git a/docs/write_plugins.rst b/docs/write_plugins.rst index 8d42aea7f..0b568f74c 100644 --- a/docs/write_plugins.rst +++ b/docs/write_plugins.rst @@ -60,7 +60,7 @@ An example ``process`` function could look like this :: # download the file, destination is determined by pyLoad self.download(parsed_url) -You need to know about the :class:`PyFile ` class, since an instance of it is given as parameter to every pyfile. +You need to know about the :class:`PyFile ` class, since an instance of it is given as parameter to every pyfile. Some tasks your plugin should handle: proof if file is online, get filename, wait if needed, download the file, etc.. Wait times -- cgit v1.2.3