Extension to add search terms that will be searched in intervals and downloaded when found.
Though older NodeJS versions may work, only the versions in LTS or Maintenance status are supported.
As of right now these are 18.x (LTS), 16.x (LTS), 14.x (LTS).
See NodeJS documentation for up to date information: https://github.com/nodejs/release#release-schedule
Changing the search interval requires stopping and starting the extension
- Configure search interval in minutes
- Provide multiple search terms as a list, one search term per line
- Options for:
- minimum size
- file type
- file extensions
- download directory
- exclude keywords
- exclude users (when a user is sole source for item)1
- priority
- require exact match
- allow queueing all items from search result
- remove search term when found
- handle dupes
1 For now list of excluded users don't have to include all special character prefixes or suffixes as we don't do exact matching.
Though it means if a user has a very generic nick like 'some' it would also match a user named 'someone'.
So be sure to add the users as unique as possible. Feel free to open an issue or let me know what you think of this.