Skip to content

Commit

Permalink
Update apps.json
Browse files Browse the repository at this point in the history
I found the User-Agent `FocusPodcast_2.8.1.20240715` in my logs. It belongs to the app "FocusPodcast". Here's the code that sets the User-Agent - https://github.com/allentown521/FocusPodcast/blob/54d8d22616c0781e58a7427f7521ac0f2950277b/app/src/main/java/allen/town/podcast/config/ClientConfigurator.java#L16
  • Loading branch information
basiljelly authored Sep 28, 2024
1 parent 5f5557e commit d61cff1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,17 @@
"folkebladet.no/252 CFNetwork/811.5.4 Darwin/16.7.0"
]
},
{
"name": "FocusPodcast",
"pattern": "^FocusPodcast_",
"urls": [
"https://www.focus.hk.cn/",
"https://github.com/allentown521/FocusPodcast"
],
"examples": [
"FocusPodcast_2.8.1.20240715"
]
},
{
"name": "foobar2000",
"pattern": "^foobar2000/",
Expand Down

0 comments on commit d61cff1

Please sign in to comment.