Merge pull request #1 from AlbinAlbyl/Add-startpage
Update Search.php to add Startpage
This commit is contained in:
commit
62fe65669b
1 changed files with 8 additions and 1 deletions
|
@ -59,7 +59,14 @@ abstract class Search
|
|||
'var' => 'q',
|
||||
'method' => 'get',
|
||||
'type' => 'standard',
|
||||
],
|
||||
'startpage' => [
|
||||
'url' => 'https://www.startpage.com/do/search',
|
||||
'var' => 'q',
|
||||
'method' => 'get',
|
||||
'type' => 'standard',
|
||||
],
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -132,4 +139,4 @@ abstract class Search
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue