Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 541 Bytes

-init-.md

File metadata and controls

21 lines (16 loc) · 541 Bytes

subkt / myaa.subkt.tasks / Anidex / <init>

<init>

Anidex()

Task for uploading a torrent file to anidex.info. A predefined task instance can be accessed through Subs.anidex.

anidex {
    from(torrent.item())
    apiKey("your-key-goes-hre")
    category(AnidexCategories.ANIME_SUB)
    lang(AnidexLanguage.ENGLISH)
    torrentName("[Group] My Show - 01.mkv")
    torrentDescription("This is the *description*.")
    hidden(true)
}