podcast_agent_parser 0.1.7 → 0.1.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/vendor/opawg/user-agents.json +172 -26
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cea872ce4cd7567e234e9fca16c2a6222e689357c5f493392c9ba7f9356ffe6
4
- data.tar.gz: 53ef3ea8a8cf277b3046e8e7480981a4d0171149597d660a4560ad7ea4452363
3
+ metadata.gz: d96399255509f352a7ff8a5926207cf7948db054f946506f3f9bab459f91fc41
4
+ data.tar.gz: 76a0e109002166ca42d40581a7e02ddffc8f309f5d4af811ac64697a464fed8f
5
5
  SHA512:
6
- metadata.gz: a381e3a072e21d0eb43b40a9b1d2eab84c35927d207fc004bc444ddf63295cf5dbb95f900899c650cf31b1e66f17b9d8cd0229b5ca165d7293ce6043bcc0b6ac
7
- data.tar.gz: 9646030599c8aab63bd7846015b9a4bba19db61cb115154a32301252a5d93a0f10266724a10970d4b3e9fc49c83c42734700f89b9b041e2f80c4c8d842c65518
6
+ metadata.gz: 2da1416c7b8d9f055cf0cfaec290c4aae4397762beaafd19a4040e9d2c33be4dd122de37a3d73325c72f151986d3a2d97369c06f2bb6e5ff9394373844750f9d
7
+ data.tar.gz: 882a509ef28cd2ddaff4809af0b618f32fad2b1d9116a68a708a9be3fd0b6cf0540e7ad12a8757c3198406502fd38358c879ced1a52e4467027e24a9bc261446
@@ -68,6 +68,17 @@
68
68
  "svg": "amazon.svg",
69
69
  "bot": true
70
70
  },
71
+ {
72
+ "user_agents": [
73
+ "^AmazonMusic(?!.iPhone|Android)"
74
+ ],
75
+ "examples": [
76
+ "AmazonMusic"
77
+ ],
78
+ "app": "Amazon Music Podcasts",
79
+ "description": "A music and podcasts streaming app",
80
+ "svg": "amazon.svg"
81
+ },
71
82
  {
72
83
  "user_agents": [
73
84
  "^AmazonMusic.*iPhone"
@@ -150,6 +161,14 @@
150
161
  "os": "android",
151
162
  "developer_notes": "The de.danoeh version was used when streaming only, and will been phased out as of v2"
152
163
  },
164
+ {
165
+ "user_agents": [
166
+ "^Anytime.+[aA]ndroid"
167
+ ],
168
+ "app": "Anytime Podcast Player",
169
+ "device": "phone",
170
+ "os": "android"
171
+ },
153
172
  {
154
173
  "user_agents": [
155
174
  "Apache-HttpClient"
@@ -389,6 +408,13 @@
389
408
  "device": "speaker"
390
409
  },
391
410
  {
411
+ "user_agents": [
412
+ "^Breaker/Android"
413
+ ],
414
+ "app": "Breaker",
415
+ "os": "android"
416
+ },
417
+ {
392
418
  "user_agents": [
393
419
  "^Breaker/iOS"
394
420
  ],
@@ -661,6 +687,14 @@
661
687
  "device": "games_console",
662
688
  "os": "windows"
663
689
  },
690
+ {
691
+ "user_agents": [
692
+ "Android.+EdgA/"
693
+ ],
694
+ "app": "Microsoft Edge",
695
+ "os": "android",
696
+ "info_url": "https://play.google.com/store/apps/details?id=com.microsoft.emmx&hl=en_AU&gl=US"
697
+ },
664
698
  {
665
699
  "user_agents": [
666
700
  "Windows Phone.+Edge/"
@@ -811,12 +845,14 @@
811
845
  {
812
846
  "user_agents": [
813
847
  "Googlebot/",
814
- "Googlebot-Video/"
848
+ "Googlebot-Video/",
849
+ "Googlebot-Image/"
815
850
  ],
816
851
  "examples": [
817
- "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; http://www.google.com/bot.html)"
852
+ "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; http://www.google.com/bot.html)",
853
+ "Googlebot-Image/1.0"
818
854
  ],
819
- "description": "Google's search bot",
855
+ "description": "Google's search bots",
820
856
  "app": "Googlebot",
821
857
  "info_url": "http://www.google.com/bot.html",
822
858
  "bot": true
@@ -832,10 +868,11 @@
832
868
  "user_agents": [
833
869
  "^Google-Speech-Actions"
834
870
  ],
835
- "app": "Google Home",
871
+ "app": "Google Assistant",
836
872
  "device": "speaker",
837
- "description": "Google Podcasts on smart speakers",
838
- "os": "google_assistant"
873
+ "developer_notes": "This is audio downloaded as a result of a Google Assistant voice action. It's unlikely to appear in podcast host logs, since voice actions can only use up to 120 seconds of audio.",
874
+ "os": "google_assistant",
875
+ "info_url": "https://cloud.google.com/text-to-speech/docs/ssml"
839
876
  },
840
877
  {
841
878
  "user_agents": [
@@ -884,7 +921,7 @@
884
921
  },
885
922
  {
886
923
  "user_agents": [
887
- "Android.*Chrome/(?!.*(Googlebot|CrKey|GSA/))"
924
+ "Android.*Chrome/(?!.*(Googlebot|CrKey|GSA|EdgA/))"
888
925
  ],
889
926
  "app": "Google Chrome",
890
927
  "os": "android",
@@ -1903,7 +1940,7 @@
1903
1940
  },
1904
1941
  {
1905
1942
  "user_agents": [
1906
- "iPhone.*AppleWebKit(?!.*(AdsBot|CriOS)).*Safari/"
1943
+ "iPhone.*AppleWebKit(?!.*(AdsBot|bingbot|CriOS)).*Safari/"
1907
1944
  ],
1908
1945
  "app": "Safari",
1909
1946
  "device": "phone",
@@ -1952,7 +1989,7 @@
1952
1989
  "^Spreaker for Android"
1953
1990
  ],
1954
1991
  "app": "Spreaker",
1955
- "os": "Android"
1992
+ "os": "android"
1956
1993
  },
1957
1994
  {
1958
1995
  "user_agents": [
@@ -2041,7 +2078,7 @@
2041
2078
  "examples": [
2042
2079
  "TuneIn Radio/24.2 (Linux;Android 10) ExoPlayerLib/2.11.4"
2043
2080
  ],
2044
- "app": "TuneIn Radio",
2081
+ "app": "TuneIn",
2045
2082
  "os": "android",
2046
2083
  "info_url": "https://play.google.com/store/apps/details?id=tunein.player"
2047
2084
  },
@@ -2052,7 +2089,7 @@
2052
2089
  "examples": [
2053
2090
  "TuneIn Radio Pro/23.3.2 (Linux;Android 5.1.1) ExoPlayerLib/2.10.7"
2054
2091
  ],
2055
- "app": "TuneIn Pro",
2092
+ "app": "TuneIn",
2056
2093
  "os": "android",
2057
2094
  "info_url": "https://play.google.com/store/apps/details?id=radiotime.player"
2058
2095
  },
@@ -2065,7 +2102,7 @@
2065
2102
  "TuneIn Radio/18.1; iPhone12,8; iOS/13.4.1",
2066
2103
  "TuneIn%20Radio/1383 CFNetwork/1125.2 Darwin/19.4.0"
2067
2104
  ],
2068
- "app": "TuneIn Radio",
2105
+ "app": "TuneIn",
2069
2106
  "os": "ios",
2070
2107
  "info_url": "https://apps.apple.com/us/app/tunein-radio-live-news-music/id418987775"
2071
2108
  },
@@ -2077,7 +2114,7 @@
2077
2114
  "TuneIn Radio Pro/1361 CFNetwork/1121.2.2 Darwin/19.3.0",
2078
2115
  "TuneIn%20Radio%20Pro/1383 CFNetwork/1125.2 Darwin/19.4.0"
2079
2116
  ],
2080
- "app": "TuneIn Pro",
2117
+ "app": "TuneIn",
2081
2118
  "os": "ios",
2082
2119
  "info_url": "https://apps.apple.com/us/app/tunein-pro-radio-sports/id319295332"
2083
2120
  },
@@ -2088,7 +2125,7 @@
2088
2125
  "examples": [
2089
2126
  "TuneIn Radio"
2090
2127
  ],
2091
- "app": "TuneIn Radio",
2128
+ "app": "TuneIn",
2092
2129
  "info_url": "https://tunein.com/",
2093
2130
  "developer_notes": "Other versions of this app use many other user agents."
2094
2131
  },
@@ -2178,17 +2215,6 @@
2178
2215
  ],
2179
2216
  "os": "android"
2180
2217
  },
2181
- {
2182
- "user_agents": [
2183
- "^^com\\.evolve\\.podcast/"
2184
- ],
2185
- "app": "The Podcast App",
2186
- "device": "phone",
2187
- "examples": [
2188
- "com.evolve.podcast/3.10.1 (iPhone; ) (build 951, iOS 13.3)"
2189
- ],
2190
- "os": "ios"
2191
- },
2192
2218
  {
2193
2219
  "user_agents": [
2194
2220
  "^Podimo/.*iOS"
@@ -2219,7 +2245,7 @@
2219
2245
  "adidxbot/",
2220
2246
  "bingbot/"
2221
2247
  ],
2222
- "app": "Microsoft Bing",
2248
+ "app": "Microsoft Bingbot",
2223
2249
  "bot": true,
2224
2250
  "info_url": "https://www.bing.com/webmaster/help/which-crawlers-does-bing-use-8c184ec0",
2225
2251
  "examples": [
@@ -2239,6 +2265,18 @@
2239
2265
  "bot": true,
2240
2266
  "app": "Deezer Podcasters"
2241
2267
  },
2268
+ {
2269
+ "user_agents": [
2270
+ "^devcasts\/.*CFNetwork"
2271
+ ],
2272
+ "app": "DevCasts",
2273
+ "os": "ios",
2274
+ "description": "Our Devcasts app is a new kind of podcast listening app. It is simply the best way for developers to enjoy all of the excellent podcast content created for developers.",
2275
+ "examples": [
2276
+ "devcasts/1.0.1.00 CFNetwork/1197 Darwin/20.0.0"
2277
+ ],
2278
+ "info_url": "http://devcasts.co/"
2279
+ },
2242
2280
  {
2243
2281
  "user_agents": [
2244
2282
  "^got/"
@@ -2413,5 +2451,113 @@
2413
2451
  "examples": [
2414
2452
  "ltx71 - (http://ltx71.com/)"
2415
2453
  ]
2454
+ },
2455
+ {
2456
+ "user_agents": [
2457
+ "^bl.uk_ldfc_bot"
2458
+ ],
2459
+ "app": "British Library",
2460
+ "info_url": "http://www.bl.uk/aboutus/legaldeposit/websites/websites/faqswebmaster/index.html",
2461
+ "description": "British Library's legal deposit web crawler",
2462
+ "bot": true,
2463
+ "examples": [
2464
+ "bl.uk_ldfc_bot/3.4.0-20200518 ( http://www.bl.uk/aboutus/legaldeposit/websites/websites/faqswebmaster/index.html)"
2465
+ ]
2466
+ },
2467
+ {
2468
+ "user_agents": [
2469
+ "Archive-It;"
2470
+ ],
2471
+ "app": "Internet Archive",
2472
+ "info_url": "https://archive-it.org/files/site-owners-special.html",
2473
+ "description": "Archive-It is a web archiving service that allows institutions to build and preserve collections of born digital content saving this content for future generations.",
2474
+ "bot": true,
2475
+ "examples": [
2476
+ "Mozilla/5.0 (compatible; special_archiver; Archive-It; http://archive-it.org/files/site-owners-special.html)"
2477
+ ]
2478
+ },
2479
+ {
2480
+ "user_agents": [
2481
+ "VurblBot"
2482
+ ],
2483
+ "app": "Vurbl",
2484
+ "info_url": "https://vurbl.com/about-us/",
2485
+ "description": "An audio streaming destination",
2486
+ "bot": true,
2487
+ "examples": [
2488
+ "Mozilla/5.0 https://vurbl.com VurblBot/1.0"
2489
+ ]
2490
+ },
2491
+ {
2492
+ "user_agents": [
2493
+ "PetalBot"
2494
+ ],
2495
+ "app": "PetalBot",
2496
+ "info_url": "https://aspiegel.com/petalbot",
2497
+ "description": "PetalBot is an automatic program of the Petal search engine.",
2498
+ "bot": true,
2499
+ "examples": [
2500
+ "Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot; https://aspiegel.com/petalbot)"
2501
+ ]
2502
+ },
2503
+ {
2504
+ "user_agents": [
2505
+ "PodhoundBeta"
2506
+ ],
2507
+ "app": "Podhound",
2508
+ "info_url": "http://podhound.co",
2509
+ "description": "AI-powered podcast discovery",
2510
+ "bot": true,
2511
+ "examples": [
2512
+ "PodhoundBeta"
2513
+ ],
2514
+ "developer_notes": "'It grabs it once to get the audio file length.', says the developer."
2515
+ },
2516
+ {
2517
+ "user_agents": [
2518
+ "hermespod.com/"
2519
+ ],
2520
+ "app": "HermesPod",
2521
+ "info_url": "http://hermespod.com/",
2522
+ "description": "HermesPod is the easiest way to subscribe, download and listen to podcasts. It's a Windows app.",
2523
+ "examples": [
2524
+ "hermespod.com/v1.5.x"
2525
+ ],
2526
+ "developer_notes": "HermesPod is no longer supported by its author."
2527
+ },
2528
+ {
2529
+ "user_agents": [
2530
+ "^gvfs/",
2531
+ "^rhythmbox/"
2532
+ ],
2533
+ "app": "Rhythmbox",
2534
+ "info_url": "https://gitlab.gnome.org/GNOME/rhythmbox",
2535
+ "description": "Rhythmbox is your one-stop multimedia application, supporting a music library, multiple playlists, internet radio, and more.",
2536
+ "examples": [
2537
+ "gvfs/1.46.1"
2538
+ ],
2539
+ "developer_notes": "The new UA is Rhythmbox: https://gitlab.gnome.org/GNOME/rhythmbox/-/issues/1855"
2540
+ },
2541
+ {
2542
+ "user_agents": [
2543
+ "archive.org_bot"
2544
+ ],
2545
+ "app": "Archive.org",
2546
+ "info_url": "https://archive.org/details/archive.org_bot",
2547
+ "description": "The Internet Archive is a nonprofit digital library that preserves web data and makes it available for research purposes through the Wayback Machine.",
2548
+ "bot": true,
2549
+ "examples": [
2550
+ "Mozilla/5.0 (compatible; archive.org_bot http://archive.org/details/archive.org_bot)"
2551
+ ]
2552
+ },
2553
+ {
2554
+ "user_agents": [
2555
+ "AAABot"
2556
+ ],
2557
+ "app": "AAABot - unknown bot",
2558
+ "bot": true,
2559
+ "examples": [
2560
+ "AAABot"
2561
+ ]
2416
2562
  }
2417
2563
  ]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podcast_agent_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Benjamin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-24 00:00:00.000000000 Z
11
+ date: 2021-03-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: User agent parser written in Ruby using regex patterns from the Open
14
14
  Podcast Analytics Working Group.