Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock authored and github-actions[bot] committed Dec 4, 2024
1 parent c69a82f commit 8b6b59f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/apps.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@
{
"name": "Audacy",
"examples": [
"Radio.com/12.2.0 (com.cbsradio.cbsradioplayer; build:1; iOS 14.6.0) Alamofire/4.8.1"
"Radio.com/12.2.0 (com.cbsradio.cbsradioplayer; build:1; iOS 14.6.0) Alamofire/4.8.1",
"Audacy 16.11.0 / Android"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion build/apps.runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
},
{
"name": "Audacy",
"pattern": "^Radio\\.com/"
"pattern": "^Radio\\.com/|^Audacy \\d"
},
{
"name": "Audials",
Expand Down
18 changes: 18 additions & 0 deletions build/bots.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,12 @@
"Podcast%20Archiver/3000000003 CFNetwork/1406.0.4 Darwin/22.4.0"
]
},
{
"name": "Podcast Archiver (janw)",
"examples": [
"podcast-archiver/v1.7.1 (https://github.com/janw/podcast-archiver)"
]
},
{
"name": "Podcorn",
"examples": [
Expand Down Expand Up @@ -739,6 +745,12 @@
"SupportingCast"
]
},
{
"name": "Taddy Podcast API",
"examples": [
"Taddy Podcast API (https://taddy.org/developers)"
]
},
{
"name": "Timpi search crawler",
"examples": [
Expand All @@ -763,6 +775,12 @@
"Triton Digital Podcast Sync"
]
},
{
"name": "TurnitinBot",
"examples": [
"Turnitin (https://bit.ly/2UvnfoQ)"
]
},
{
"name": "Twingly Bot",
"examples": [
Expand Down
12 changes: 12 additions & 0 deletions build/bots.runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,10 @@
"name": "Podcast Archiver",
"pattern": "^Podcast%20Archiver/"
},
{
"name": "Podcast Archiver (janw)",
"pattern": "^podcast-archiver/v\\d"
},
{
"name": "PodCloud",
"pattern": "podCloud"
Expand Down Expand Up @@ -568,6 +572,10 @@
"name": "SupportingCast",
"pattern": "^SupportingCast(/.*)?$"
},
{
"name": "Taddy Podcast API",
"pattern": "^Taddy Podcast API "
},
{
"name": "Timpi search crawler",
"pattern": "Timpibot/"
Expand All @@ -588,6 +596,10 @@
"name": "Triton Digital Podcast Sync",
"pattern": "^Triton Digital Podcast Sync$"
},
{
"name": "TurnitinBot",
"pattern": "^Turnitin \\("
},
{
"name": "Twingly Bot",
"pattern": "Twingly Recon;"
Expand Down

0 comments on commit 8b6b59f

Please sign in to comment.