Skip to content

Commit

Permalink
Add a few more agents found in OP3.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock committed Feb 28, 2024
1 parent c6bab11 commit 8f9c16e
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
27 changes: 25 additions & 2 deletions src/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,10 @@
},
{
"name": "Audials",
"pattern": "^com\\.audials/",
"pattern": "^com\\.audials(\\.paid)?/",
"examples": [
"com.audials/9.52.0-0+gb3764950b-1058878988 (Linux;Android 11) AndroidXMedia3/1.1.1"
"com.audials/9.52.0-0+gb3764950b-1058878988 (Linux;Android 11) AndroidXMedia3/1.1.1",
"com.audials.paid/9.54.2-0+gd5b7eebd0-1117772855 (Linux;Android 14) AndroidXMedia3/1.2.0"
],
"urls": [
"https://play.google.com/store/apps/details?id=com.audials"
Expand Down Expand Up @@ -3050,6 +3051,17 @@
"https://www.pugpig.com/products-and-services"
]
},
{
"name": "Pypodder",
"description": "A scriptable podcatcher written in python 3",
"pattern": "^pypodder$",
"examples": [
"pypodder"
],
"urls": [
"https://github.com/Northcode/pypodder"
]
},
{
"name": "Radio Downloader",
"pattern": "^Podcast Provider.*?Radio Downloader",
Expand Down Expand Up @@ -3389,6 +3401,17 @@
"name": "Storiyoh",
"pattern": "^Storiyoh/"
},
{
"name": "Storybutton",
"description": "An audio player device for kids",
"pattern": "^Storybutton/",
"examples": [
"Storybutton/1.0"
],
"urls": [
"https://storybutton.com/"
]
},
{
"name": "StoryShots",
"pattern": "^StoryShots/",
Expand Down
11 changes: 11 additions & 0 deletions src/bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,17 @@
],
"comments": "Institut National de l'Audiovisuel is a repository of all French radio and television audiovisual archives."
},
{
"name": "Library and Archives Canada",
"description": "The Web and Social Media Preservation Program at Library and Archives Canada (LAC) acquires Canadian web resources for the purposes of digital preservation and makes them available to the public via the Government of Canada Web Archive (GCWA) for future research.",
"pattern": "LAC_IAHarvester/",
"examples": [
"Mozilla/5.0 (compatible; LAC_IAHarvester/3.3.0; +https://library-archives.canada.ca/eng/services/government-canada/web-social-media-preservation-program/Pages/web-archive.aspx)"
],
"urls": [
"https://library-archives.canada.ca/eng/services/government-canada/web-social-media-preservation-program/Pages/web-archive.aspx"
]
},
{
"name": "Libsyn",
"pattern": "^Libsyn4",
Expand Down
5 changes: 3 additions & 2 deletions src/devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,15 @@
},
{
"name": "Other Smart Speaker",
"pattern": "sonos|Sonos|^Bose/|^VictorReader|^Bose;Bose_(Home_Speaker|Soundbar)|^HEOS;DENON|^Denon;DENON-DWHS",
"pattern": "sonos|Sonos|^Bose/|^VictorReader|^Bose;Bose_(Home_Speaker|Soundbar)|^HEOS;DENON|^Denon;DENON-DWHS|^Storybutton/",
"category": "smart_speaker",
"examples": [
"Bose;Bose_Home_Speaker_500;1d2cf25b1643474983fae381b00cea3c;;tpapi;3.198.103",
"Bose;Bose_Home_Speaker_500",
"Bose;Bose_Soundbar_700;1d2cf25b1643474983fae381b00cea3c;;tpapi;3.198.103",
"HEOS;DENON-DWA_40-200;3c043256d0a14590ab901fdc062e55c7;;tpapi;3.202.330",
"Denon;DENON-DWHS_60-150;8f2c0cd9c29f44b39c868f9c7055662c;;tpapi;3.202.330"
"Denon;DENON-DWHS_60-150;8f2c0cd9c29f44b39c868f9c7055662c;;tpapi;3.202.330",
"Storybutton/1.0"
]
},
{
Expand Down
12 changes: 12 additions & 0 deletions src/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,18 @@
],
"category": "bot"
},
{
"name": "Bun",
"description": "A fast all-in-one JavaScript runtime and toolkit",
"pattern": "^Bun/\\d",
"examples": [
"Bun/1.0.7"
],
"urls": [
"https://bun.sh/"
],
"category": "bot"
},
{
"name": "CarrierWave (ruby)",
"description": "Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks",
Expand Down

0 comments on commit 8f9c16e

Please sign in to comment.