subkt / myaa.subkt.tasks / Anidex / <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)
}