searx-instances - searx-tools - Searx helper tools.
 (HTM) git clone git://r-36.net/searx-tools
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       searx-instances (101B)
       ---
            1 #!/bin/sh
            2 
            3 curl -sL https://stats.searx.xyz/ \
            4         | xpath "//td/a[../../td/span/text()=\"200 - OK\"]"
            5