diff options
author | 2015-05-10 17:01:05 +0200 | |
---|---|---|
committer | 2015-05-10 17:01:05 +0200 | |
commit | 8606b72470e0e506d9da26f190a2880d47d289a4 (patch) | |
tree | 6225bba54bafb655ca969a1287673807c7c2d131 /docs/write_plugins.rst | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-8606b72470e0e506d9da26f190a2880d47d289a4.tar.xz |
Improve and fix file structure a bit
Diffstat (limited to 'docs/write_plugins.rst')
-rw-r--r-- | docs/write_plugins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 <pyload.datatype.File.PyFile>` class, since an instance of it is given as parameter to every pyfile. +You need to know about the :class:`PyFile <pyload.Datatype.File.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 |