summaryrefslogtreecommitdiffstats
path: root/docs/plugins/base_plugin.rst
diff options
context:
space:
mode:
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
-------------