Skip to content

Commit

Permalink
Add a few new bots found via OP3.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock committed Apr 30, 2024
1 parent 3120d7e commit 4fad7c4
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions src/bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,16 @@
"bbot/0.1"
]
},
{
"name": "Beacon Podcast Sync",
"pattern": "^Beacon/\\d",
"examples": [
"Beacon/1.0 Podcast Sync +https://getbeacons.com/"
],
"urls": [
"https://getbeacons.com/"
]
},
{
"name": "British Library",
"pattern": "^bl\\.uk_ldfc_bot",
Expand Down Expand Up @@ -439,7 +449,7 @@
},
{
"name": "Googlebot",
"pattern": "Googlebot/|Googlebot-Video/|Googlebot-Image/|^Feedfetcher-Google|google-xrawler|^Googlebot-News",
"pattern": "Googlebot/|Googlebot-Video/|Googlebot-Image/|^Feedfetcher-Google|google-xrawler|^Googlebot-News|^Google-Safety$",
"description": "Google's search bots",
"urls": [
"http://www.google.com/bot.html"
Expand All @@ -449,7 +459,8 @@
"Googlebot-Image/1.0",
"Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 1 subscribers; feed-id=4653447469100830145)",
"google-xrawler",
"Googlebot-News Audio"
"Googlebot-News Audio",
"Google-Safety"
]
},
{
Expand Down Expand Up @@ -487,6 +498,18 @@
"ia_archiver-web.archive.org"
]
},
{
"name": "IPFS Podcasting Node",
"description": "Nodes downloading from the original source (before pinning to IPFS)",
"pattern": "^IPFS Podcasting Node/",
"examples": [
"IPFS Podcasting Node/0.6n (+https://ipfspodcasting.net)",
"IPFS Podcasting Node/0.7p,u,s (+https://ipfspodcasting.net)"
],
"urls": [
"https://ipfspodcasting.net"
]
},
{
"name": "Jaunt",
"pattern": "^Jaunt/",
Expand Down Expand Up @@ -1082,6 +1105,13 @@
"name": "Trendsmap Resolver",
"pattern": "TrendsmapResolver/"
},
{
"name": "Triton Digital Podcast Sync",
"pattern": "^Triton Digital Podcast Sync$",
"examples": [
"Triton Digital Podcast Sync"
]
},
{
"name": "Twingly Bot",
"pattern": "Twingly Recon;",
Expand Down

0 comments on commit 4fad7c4

Please sign in to comment.