@alitu/user-agents-v2-api 0.2.40 → 0.2.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3661,6 +3661,20 @@
3661
3661
  "https://nerdoftheherd.com/tools/radiodld/"
3662
3662
  ]
3663
3663
  },
3664
+ {
3665
+ "name": "Radio France",
3666
+ "pattern": "^AppRF/\\d|^com\\.radiofrance\\.radio\\.radiofrance\\.android/|^RadioFrance/\\d|^Radio France/\\d",
3667
+ "examples": [
3668
+ "AppRF/9.9.1_250221.1453 iPhone13,2 iOS/18.3.1 CFNetwork/9.9.1 Darwin/24.3.0",
3669
+ "com.radiofrance.radio.radiofrance.android/9.10.0-android(83646)/Android 14/mobile/SM-A156B",
3670
+ "Radio France/9.10.0 TransistorKit/5.0.1 iOS/18.3.1 iPhone13,1",
3671
+ "RadioFrance/9.10.0 RFPlayer/1.63.0 AndroidXMedia3/1.5.1 Dalvik/2.1.0 (Linux; U; Android 14; sdk_gphone64_arm64 Build/UE1A.230829.036.A4)"
3672
+ ],
3673
+ "urls": [
3674
+ "https://apps.apple.com/fr/app/radio-france-podcast-direct/id310211433",
3675
+ "https://play.google.com/store/apps/details?id=com.radiofrance.radio.radiofrance.android&hl=fr"
3676
+ ]
3677
+ },
3664
3678
  {
3665
3679
  "name": "Radio thmanyah",
3666
3680
  "pattern": "^Radio thmanyah ",
@@ -1531,6 +1531,14 @@
1531
1531
  "TelegramBot (like TwitterBot)"
1532
1532
  ]
1533
1533
  },
1534
+ {
1535
+ "name": "Transmission",
1536
+ "pattern": "^Transmission/\\d",
1537
+ "examples": [
1538
+ "Transmission/2.77"
1539
+ ],
1540
+ "comments": "Seen mass-downloading multiple episodes from multiple shows. Doubt this is the bitttorrent client, but is bot-like nonetheless"
1541
+ },
1534
1542
  {
1535
1543
  "name": "theTradeDesk Content Web Scraper",
1536
1544
  "pattern": "TTD-Content",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.40",
3
+ "version": "0.2.42",
4
4
  "description": "API for identifying User-Agent strings using OPAWG's user-agents-v2 lists.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {