* added extractor_args
* added extractor_args
* added extractor_args within AppConfig
* added extractor_args
* added extractor_args
* added extractor_args
* created ExtractorArgsParser
* forgot the settings-box-wrapper for extractor_args
* fixed linting errors
* Update extractor arguments format in settings, example of multiples
* added bgutil-ytdlp-pot-provider
* UI changes to support pot_provider_url
* if pot_provide_url, append to extractor_args
* reworded PO Token Provider URL, to match yt-dlp wording.
* changed pot token provider url link to User Guide
* simplify, remove generic extractor arg parsing
* revert package.json changes
* revert package.json changes, take 2
* revert package.json changes, take 3
---------
Co-authored-by: Simon <simobilleter@gmail.com>
* re-word the example yt-dlp download format suggestions
* update to recommendation, more technical info added
* add av01 recommendation
* quotes
* re-formatted to pass prettier pre-commit check
When you submit an incorrect cron (for example ``0 5``) the frontend doesn't
surface the error message that the API returns, but only the default generic
one. This fix makes it surface when the api returns the message in the error
attribute and not in the message attribute.
* Add api to test notifications before you save
* Add button to UI
* Inspect apprise logs to get errors
* Better formatting around errors coming back from the test notification endpoint
* Use apprise's built in log capture
* Instruct the user to get error from container log instead of intercepting and parsing apprise logs
* refac move to test method on notification class
---------
Co-authored-by: Simon <simobilleter@gmail.com>