Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.02 KB

archive.md

File metadata and controls

55 lines (40 loc) · 1.02 KB
title description published date tags editor dateCreated
archive
true
2022-09-18 05:17:45 UTC
markdown
2022-09-18 05:02:14 UTC

Archive

The archive plugin will keep a history of all entries from a given task, whether they have been accepted or not. This archive can then later be searched, and entries injected into a task again.

Simply enable without any tagging.

archive: yes

With tagging:

archive: [torrent, tv]

Search (via commandline):

archive search [@TAG] [@TAG] KEYWORD

Note: if keyword has spaces it must be quoted.

Retrieve and inject into task (via commandline):

archive inject ID [FORCE]

For more examples and complete commandline/CLI usage see the CLI archive article.

Urlrewriter

flexget_archive: yes

or

flexget_archive: [tag, tag]

This works with discover and also with urlrewriting but has less use in there.

See also