summaryrefslogtreecommitdiffstats
path: root/docs/plugins/base_plugin.rst
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-05-06 13:04:15 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-05-06 13:04:15 +0200
commite8eaa91da9e1236d8009df0d79bebe023de8933f (patch)
treef94c45d413a8919fe7a277e07706e9638c482327 /docs/plugins/base_plugin.rst
parenta huge pile of spelling fixes (diff)
downloadpyload-e8eaa91da9e1236d8009df0d79bebe023de8933f.tar.xz
little documentation update
Diffstat (limited to 'docs/plugins/base_plugin.rst')
-rw-r--r--docs/plugins/base_plugin.rst6
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
-------------