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 Nov 9, 2023
1 parent 589bd53 commit 7dc0680
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 2 deletions.
29 changes: 28 additions & 1 deletion build/apps.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,8 @@
"name": "LinkedIn",
"examples": [
"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [LinkedInApp]",
"LinkedIn/9.14.4868 CFNetwork/1107.1 Darwin/19.0.0"
"LinkedIn/9.14.4868 CFNetwork/1107.1 Darwin/19.0.0",
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [LinkedInApp]/9.28.7219"
]
},
{
Expand Down Expand Up @@ -2068,6 +2069,12 @@
"Podcast Addict - Dalvik/2.1.0 (Linux; U; Android 9; SM-G960F Build/PPR1.180610.011)"
]
},
{
"name": "Podcast Archiver",
"examples": [
"Podcast-Archiver/0.5.1 (https://github.com/janwh/podcast-archiver)"
]
},
{
"name": "Podcast Player",
"examples": [
Expand Down Expand Up @@ -2108,6 +2115,12 @@
"PodCruncher/3.7.1 CFNetwork/978.0.7 Darwin/18.7.0"
]
},
{
"name": "poddl - podcast downloader",
"examples": [
"poddl - podcast downloader"
]
},
{
"name": "Podeo",
"examples": [
Expand Down Expand Up @@ -2322,6 +2335,12 @@
"RSSRadio/9710"
]
},
{
"name": "RSSDemon",
"examples": [
"com.meecel.feedreader.RssDemonAd"
]
},
{
"name": "RSSOwl",
"examples": [
Expand Down Expand Up @@ -2693,6 +2712,14 @@
"Ya.Music/2022-10-06.trunk.10125214"
]
},
{
"name": "YouTube Music",
"examples": [
"com.google.android.apps.youtube.music/62354340 (Linux; U; Android 14; en_US; Pixel 7 Pro; Build/UP1A.231105.002; Cronet/114.0.5735.84)",
"com.google.android.apps.youtube.music/62251340 (Linux; U; Android 14; en_US; Pixel 7 Pro; Build/UP1A.231005.007; Cronet/114.0.5735.84)",
"com.google.android.apps.youtube.music/62354340 (Linux; U; Android 14; en_US; Pixel 7 Pro; Build/UP1A.231005.007; Cronet/114.0.5735.84)"
]
},
{
"name": "Zeno",
"examples": [
Expand Down
18 changes: 17 additions & 1 deletion build/apps.runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@
},
{
"name": "LinkedIn",
"pattern": "iPhone.+\\[LinkedInApp\\]|^LinkedIn/"
"pattern": "AppleWebKit.+\\[LinkedInApp\\]|^LinkedIn/"
},
{
"name": "Lisny",
Expand Down Expand Up @@ -1300,6 +1300,10 @@
"name": "Podcast Addict",
"pattern": "^Podcast.*Addict/|^Podcast Addict "
},
{
"name": "Podcast Archiver",
"pattern": "janwh/podcast-archiver"
},
{
"name": "Podcast Player",
"pattern": "^Podcast Player/"
Expand Down Expand Up @@ -1328,6 +1332,10 @@
"name": "PodCruncher",
"pattern": "^PodCruncher/.* CFNetwork/"
},
{
"name": "poddl - podcast downloader",
"pattern": "poddl - podcast downloader"
},
{
"name": "Podeo",
"pattern": "^Podeo/"
Expand Down Expand Up @@ -1468,6 +1476,10 @@
"name": "RSS Radio",
"pattern": "^RSSRadio"
},
{
"name": "RSSDemon",
"pattern": "com\\.meecel\\.feedreader\\.RssDemonAd"
},
{
"name": "RSSOwl",
"pattern": "^RSSOwl.*Windows"
Expand Down Expand Up @@ -1720,6 +1732,10 @@
"name": "Yapa",
"pattern": "^yapa/"
},
{
"name": "YouTube Music",
"pattern": "^com\\.google\\.android\\.apps\\.youtube\\.music/"
},
{
"name": "Zeno",
"pattern": "^Zeno$"
Expand Down
12 changes: 12 additions & 0 deletions build/bots.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
"Buzzsprout Importer"
]
},
{
"name": "Bytespider.*bytedance",
"examples": [
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; [email protected])"
]
},
{
"name": "CastFeedValidator",
"examples": [
Expand Down Expand Up @@ -466,6 +472,12 @@
"Podio/1.0"
]
},
{
"name": "Podroll Analyzer",
"examples": [
"pdrl.fm Analyzer / 1.0.0"
]
},
{
"name": "Podscribe",
"examples": [
Expand Down
8 changes: 8 additions & 0 deletions build/bots.runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
"name": "Buzzsprout Importer",
"pattern": "^Buzzsprout Importer"
},
{
"name": "Bytespider.*bytedance",
"pattern": "Bytespider"
},
{
"name": "CastFeedValidator",
"pattern": "^CastFeedValidator/"
Expand Down Expand Up @@ -376,6 +380,10 @@
"name": "Podnods Bot",
"pattern": "(podnods-crawler|podnods)"
},
{
"name": "Podroll Analyzer",
"pattern": "^pdrl\\.fm "
},
{
"name": "Podscribe",
"pattern": "(^Adswizz-podscribe/|^Podscribe/)"
Expand Down

0 comments on commit 7dc0680

Please sign in to comment.