Skip to content

Commit

Permalink
Updated Yahoo! Slurp parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
hexydec committed Apr 10, 2024
1 parent 1999b92 commit f311695
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/mappings/crawlers.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,12 @@ public static function get() : array {
'type' => 'robot',
'category' => 'scraper'
]),
'Yahoo! Slurp' => new props('exact', $fn['search']),
'Yahoo! Slurp' => new props('start', fn (string $value) : array => [
'type' => 'robot',
'category' => 'search',
'app' => 'Yahoo! Slurp',
'appname' => $value
]),
'Google-Site-Verification/' => new props('start', $fn['validator']),
'Google-InspectionTool/' => new props('start', $fn['validator']),
'Google-Safety' => new props('exact', $fn['validator']),
Expand Down

0 comments on commit f311695

Please sign in to comment.