| {{ dapp.html(args.name ?? 'YahooTopStory', 'title', args.input, args.args) }} {{ dapp.value(args.name ?? 'YahooTopStory', 'summary', args.input, args.args) }} {{ yahoo.extractterms(dapp.value(args.name ?? 'YahooTopStory', 'summary', args.input, args.args), 1, @terms ) }} {{ google.findfeeds{ publish: @feeds, subscribe: @terms } }} | {{ dapp.html(args.name ?? 'YahooTopStory', 'image', args.input, args.args) }} |
| {{ google.searchblogs{ subscribe: @terms } }} | {{ google.searchnews{ subscribe: @terms } }} | {{ google.searchvideos{ subscribe: @terms } }} |
Related information
| {{ google.feeds{ max: 10, tabbed: false, subscribe: @feeds } }} | {{ google.search{ subscribe: @terms, options: { web: true, images: true, books: true } } }} |