We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
background thread that downloads torrents from subscribed RSS feeds and refreshes every 30s - all can be configured in config, e.g.
[[rss]] # rss url url = "https://xyz/rss" # regex string filter filter = "<insert regex string>" # in seconds refresh = 30
The text was updated successfully, but these errors were encountered:
It's best to implement this when I'll make transmission action handler an actor with owned client without a mutex (the APIs will change)
Sorry, something went wrong.
aidanaden
No branches or pull requests
background thread that downloads torrents from subscribed RSS feeds and refreshes every 30s - all can be configured in config, e.g.
The text was updated successfully, but these errors were encountered: