Skip to content

Commit

Permalink
New poduptime variant, new uptimerobot entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock committed Aug 19, 2024
1 parent d75f5a0 commit 391a087
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,10 @@
{
"name": "PodUptime",
"description": "Uptime Monitoring for the Podcast Industry",
"pattern": "PodUptime/\\d",
"pattern": "(PodUptime|PodUptimeBot)/\\d",
"examples": [
"Mozilla/5.0 (compatible; PodUptime/1.0; +https://poduptime.com)"
"Mozilla/5.0 (compatible; PodUptime/1.0; +https://poduptime.com)",
"Mozilla/5.0 (compatible; PodUptimeBot/1.0; +https://poduptime.com; rid:5c02fc9b-2660-4d3e-a352-de1a1aabdc0a)"
],
"urls": [
"https://poduptime.com/"
Expand Down Expand Up @@ -1224,6 +1225,16 @@
"UCast/1.0 Podcast Sync (1 subscribers; feed-id=aHR0cHM6Ly9mZWVkcy5idXp6c3Byb3V0LmNvbS8yMDg0OTQucnNzEAEBAD32-0242-42AC-8583-21E9BAD8C544; +http://www.ucastapp.com/)"
]
},
{
"name": "UptimeRobot",
"pattern": "UptimeRobot/\\d",
"examples": [
"Mozilla/5.0+(compatible; UptimeRobot/2.0; http://www.uptimerobot.com/)"
],
"urls": [
"https://uptimerobot.com/"
]
},
{
"name": "TelegramBot",
"pattern": "^TelegramBot ",
Expand Down

0 comments on commit 391a087

Please sign in to comment.