atmire / COUNTER-Robots

Official list of user agents that are regarded as robots/spiders by COUNTER
MIT License
64 stars 29 forks source link

Redundant pattern "voyager" #24

Closed scheb closed 5 years ago

scheb commented 5 years ago

These two patterns do almost the same. The first one is a bit more restrictive, but the second one completely cover the first. So I'd suggest for the matter of simplicity, remove the first, keep the second.

  {
    "pattern": "^voyager\\/",
    "last_changed": "2017-08-08"
  },

  {
    "pattern": "voyager\\/",
    "last_changed": "2017-08-08"
  },
PhilipVis commented 5 years ago

Thanks @scheb for this suggestion! The redundant "voyager" pattern has now been removed.