()
| 1386 | */ |
| 1387 | class WebSearchScraper { |
| 1388 | constructor() { |
| 1389 | this.id = 'websearch'; |
| 1390 | this.name = 'Web Search'; |
| 1391 | this.description = 'Perform a web search and download the results.'; |
| 1392 | this.iconClass = 'fa-solid fa-search'; |
| 1393 | this.iconAvailable = true; |
| 1394 | } |
| 1395 | |
| 1396 | /** |
| 1397 | * Check if the scraper is available. |
nothing calls this directly
no outgoing calls
no test coverage detected