Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.03 KB

t411.md

File metadata and controls

37 lines (32 loc) · 1.03 KB
title description published date tags editor dateCreated
t411
true
2022-09-18 05:13:55 UTC
markdown
2022-09-18 04:54:36 UTC

CLI > t411

View and manipulate the Torrent411 plugin database.

Sub-commands

Sub-command option description
add-auth Authorize Flexget to access your Torrent411 account
positional:
<username> Your t411 username
<password> Your t411 password
list-cats List available categories on Torrent411
positional:
<category> Limit list to all, main or sub categories (default: None)
list-terms List available terms usable on Torrent411
optional:
--category <category> Show terms only for specified <category>
--type <type> Show terms only for specified <type>

Examples

#lists all available categories from T411
$ flexget t411 list-cats

#adds a new authentication for the "foo" user with "barpass" as password
$ flexget t411 add-auth foo barpass