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 Feb 28, 2024
1 parent a910e4b commit a83acf7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions build/referrers.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@
"https://www.inoreader.com/"
]
},
{
"name": "iVoox",
"examples": [
"https://www.ivoox.com/"
]
},
{
"name": "Jam",
"examples": [
Expand Down Expand Up @@ -331,6 +337,12 @@
"https://podvine.com/"
]
},
{
"name": "Radioline",
"examples": [
"https://www.radioline.co/"
]
},
{
"name": "RadioPublic",
"examples": [
Expand Down
13 changes: 12 additions & 1 deletion build/referrers.runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
"pattern": "://www\\.inoreader\\.com/",
"category": "app"
},
{
"name": "iVoox",
"pattern": "://www\\.ivoox\\.com/",
"category": "app"
},
{
"name": "Jam",
"pattern": "://www\\.jam\\.ai/",
Expand Down Expand Up @@ -238,7 +243,8 @@
},
{
"name": "Podtail",
"pattern": "^https://podtail\\.com/"
"pattern": "^https://podtail\\.com/",
"category": "app"
},
{
"name": "Podverse",
Expand All @@ -255,6 +261,11 @@
"pattern": "^https://podyssey\\.fm/",
"category": "app"
},
{
"name": "Radioline",
"pattern": "://www\\.radioline\\.co/",
"category": "app"
},
{
"name": "RadioPublic",
"pattern": "://(embed\\.)?radiopublic\\.com/",
Expand Down

0 comments on commit a83acf7

Please sign in to comment.