Skip to content

Commit

Permalink
tweaked dev doc
Browse files Browse the repository at this point in the history
  • Loading branch information
liiight committed May 3, 2016
1 parent b1a241d commit 8c04798
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/develop/list_interface.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
List Interface
==============

List interface is a unique type of plugin that enables its usage in multiple operational phases following their
functional meaning, as opposed to a regular style plugin which is set to be used only in one phase.
List interface is a unique type of plugin that enables manipulation of its content using flexget normal task operation.
Different phases and interaction with the plugin enable using it as an input, filter or removing entries from it.
It's especially useful for watchlist type list, but not limited to those. Any list that can return entries can be used
as a list interface plugin.

The class of the plugin is based on python's `MutableSet`_ with overrides of its methods where needed.

Expand Down

0 comments on commit 8c04798

Please sign in to comment.