eSoares
eSoares
### Motivation for changes: This is needed for under some environments with many sources on the torznab, the answer will take more than 30 seconds. Let the user configure this...
This is a revisit of issue #1832 Currently api_bluray searchs for movies using as search parameter [section: 'bluraymovies'](https://github.com/Flexget/Flexget/blob/4a8fdc97ab2b2cf34556b40c5462d21cd14dac84/flexget/plugins/internal/api_bluray.py#L84), this causes movies to be missing. A quick example is searching for...
Add a LinkModel that performs the simulation in multiprocess, one process per SNR. The implementation works as a drop-in replacement, just need to import _multiprocess_links_ instead of _links_. Also adds...
Let users create lists and place items there and retrive them. Todo: remove items and remove lists.
A simple plugin to generate a random name based in docker names.
Example of it working:
Example of plugin working:
Add an improved google search that uses Google Custom Search to query Google. More instruction on how to configure get the API keys can be found in this stackoverflow answer:...
With this config we load configuration variables from a config file and from the environment. If a variable is present in both (config and env) the env variable is used....