diff --git a/Test-Recipes/TextToSpeech.test.recipe.yaml b/Test-Recipes/TextToSpeech.test.recipe.yaml index c77f3e1..41b880b 100644 --- a/Test-Recipes/TextToSpeech.test.recipe.yaml +++ b/Test-Recipes/TextToSpeech.test.recipe.yaml @@ -9,3 +9,12 @@ Process: Arguments: input_string: "Hello World from AutoPkg!" # so far tested on macos only, but should support windows and ubuntu as well with no deps or any os with pyttsx3 + + # - Processor: URLTextSearcher + # Arguments: + # url: https://en.wikipedia.org/wiki/Special:Random + # re_pattern: 'class="mw-page-title-main">([a-zA-Z0-9 ]+)' + + # - Processor: com.github.jgstew.SharedProcessors/TextToSpeech + # Arguments: + # input_string: "Random Wikipedia article: %match%"