thelounge-plugin-autodownload
v1.0.19
Published
Simple plugin for the irc client thelounge that allows you to autodownload in qBittorrent
Downloads
4
Maintainers
Readme
thelounge-plugin-autodownload
Simple plugin for the irc client thelounge that allows you to autodownload in qBittorrent
Installation
If you have installed thelounge via NPM/Yarn:
thelounge install thelounge-plugin-autodownloadIf you have installed thelounge via source:
node index.js install thelounge-plugin-autodownload
Usage
Run any of the commands on the announce channel
/autodownload config <username> <link> <webui_url> <webui_username> <webui_password>
- Where
<username> is TheLounge username
<link> is the download link, ex. https://filelist.io/download.php?id=<id>&passkey=xxxxxxxxxxxxx or https://www.torrentleech.org/rss/download/<id>/xxxxxxxxxxxx/.torrent (feel free to send an email to the one from package.json if a site doesn't work)
- Or
/autodownload set username <username> that works also with link, webui_url, webui_username, webui_password.
- To set filters (any regex works):
/autodownload add <filter> like /autodownload add Freeleech or /autodownload add UFC.*\d{3}.*1080p
- To download specific torrent by ID
/autodownload download <id>
