diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-05-06 13:04:15 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-05-06 13:04:15 +0200 |
commit | e8eaa91da9e1236d8009df0d79bebe023de8933f (patch) | |
tree | f94c45d413a8919fe7a277e07706e9638c482327 /docs/plugins/base_plugin.rst | |
parent | a huge pile of spelling fixes (diff) | |
download | pyload-e8eaa91da9e1236d8009df0d79bebe023de8933f.tar.xz |
little documentation update
Diffstat (limited to 'docs/plugins/base_plugin.rst')
-rw-r--r-- | docs/plugins/base_plugin.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/plugins/base_plugin.rst b/docs/plugins/base_plugin.rst index 91a6eef44..f6813cf40 100644 --- a/docs/plugins/base_plugin.rst +++ b/docs/plugins/base_plugin.rst @@ -66,9 +66,9 @@ To categorize a plugin, a list of keywords can be assigned via ``__tags__`` attr tags as you like, but please look at this table first to choose your tags. With standardised keywords we can generate a better overview of the plugins and provide some search criteria. -=============== =========================================================== +=============== ================================================================= Keyword Meaning -=============== =========================================================== +=============== ================================================================= image Anything related to image(hoster) video Anything related to video(hoster) captcha A plugin that needs captcha decrypting @@ -76,7 +76,7 @@ interaction A plugin that makes use of interaction with the user free A hoster without any premium service premium_only A hoster only usable with account ip_check A hoster that checks ip, that can be avoided with reconnect -=============== =========================================================== +=============== ================================================================= Basic Methods ------------- |