podcast_agent_parser 0.1.4 → 0.1.5

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/vendor/opawg/user-agents.json +1854 -1701
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0597e2f530495268fed7b1248fd8bfdca6fe28f9ea7a0d809397e3f8ca602d3d'
4
- data.tar.gz: 10a2f249f89b841b3a0a372dce523900bc91f0a6e42d02c73e1b7aa0b9ca5237
3
+ metadata.gz: e6368eb3796825f7e7589b68dac27e35866a9c8ad791f92454b9672787ca04d4
4
+ data.tar.gz: 33874bacf5c1d9a6d8ee43068337374b76e3f20eab784c1434f89f9af90f5620
5
5
  SHA512:
6
- metadata.gz: 84b692a7305c4fcd8a294b5525411c0155c9d263e641cf0e480b07d859550fc11cabd6e67d5926b91779dec12acca063e91c4466f700daa8ce0601fc67c2a373
7
- data.tar.gz: a08d84f21b53e6d16224a3fd0bf1e307779b92ef952534c8e012137e2961d6cd032ef0d23d665241f447c93e369aea2888d38d5cf72e494d16b55c7f9e6052e5
6
+ metadata.gz: 636c22408d5109c1fe5eea72acfc6a14dd3f996d400cf98a673d65d92c87805d77b89c4d95a85ca3ec2605e76e70769c4a1adf09e22d6cc01b98b9c28f170e49
7
+ data.tar.gz: 49f76052bb920bdff712879039ae7ee5b7fcde33ad1da009d95ee08ae8ab59e034fe1f0c6a61966e81790d8b7ccc7efda2edca0f6edda5cb41abfa32ca46ae51
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2019 Dan Benjamin
1
+ Copyright 2020 Dan Benjamin
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -5,7 +5,7 @@ The Podcast Agent Parser is a user agent parser written in Ruby, using [regex pa
5
5
  Installation:
6
6
 
7
7
  ```
8
- gem 'podcast_agent_parser', '~> 0.1.4'
8
+ gem 'podcast_agent_parser', '~> 0.1.5'
9
9
  ```
10
10
 
11
11
  Then, look up your user agents like so:
@@ -1,1702 +1,1855 @@
1
- [{
2
- "user_agents": [
3
- "^Acast.+[Aa]ndroid"
4
- ],
5
- "app": "Acast",
6
- "device": "phone",
7
- "os": "android"
8
- },
9
- {
10
- "user_agents": [
11
- "^Acast.+iOS"
12
- ],
13
- "app": "Acast",
14
- "device": "phone",
15
- "os": "ios"
16
- },
17
- {
18
- "user_agents": [
19
- "^AdsBot-Google"
20
- ],
21
- "bot": true
22
- },
23
- {
24
- "user_agents": [
25
- "AhrefsBot"
26
- ],
27
- "bot": true
28
- },
29
- {
30
- "user_agents": [
31
- "^AlexaMediaPlayer/1\\.",
32
- "^AlexaMediaPlayer/16\\.",
33
- "^AlexaMediaPlayer/2\\."
34
- ],
35
- "app": "Alexa-enabled device",
36
- "device": "speaker",
37
- "os": "alexa",
38
- "svg": "amazon.svg"
39
- },
40
- {
41
- "user_agents": [
42
- "^AmazonNewsContentService"
43
- ],
44
- "app": "Amazon Alexa Flash Briefing caching service",
45
- "description": "A service which downloads, caches and normalises audio for the Flash Briefing service on Alexa-enabled devices",
46
- "os": "alexa",
47
- "info_url": "https://developer.amazon.com/docs/flashbriefing/flash-briefing-skill-api-feed-reference.html#performance-requirements",
48
- "developer_notes": "Stats are available within the Alexa skills dashboard",
49
- "svg": "amazon.svg",
50
- "bot": true
51
- },
52
- {
53
- "user_agents": [
54
- "^AlexaMediaPlayer/5\\."
55
- ],
56
- "app": "Amazon Echo Dot",
57
- "device": "speaker",
58
- "os": "alexa",
59
- "svg": "amazon.svg"
60
- },
61
- {
62
- "user_agents": [
63
- "Android 5.*ford/"
64
- ],
65
- "app": "Amazon Kindle Fire",
66
- "device": "tablet",
67
- "os": "android"
68
- },
69
- {
70
- "user_agents": [
71
- "^AndroidDownloadManager"
72
- ],
73
- "os": "android"
74
- },
75
- {
76
- "user_agents": [
77
- "^AntennaPod/",
78
- "^de.danoeh.antennapod/"
79
- ],
80
- "app": "AntennaPod",
81
- "examples": [
82
- "de.danoeh.antennapod/1.7.3b (Linux;Android 8.0.0) ExoPlayerLib/2.9.3"
83
- ],
84
- "info_url": "https://github.com/AntennaPod/AntennaPod",
85
- "os": "android",
86
- "developer_notes": "The de.danoeh version was used when streaming only, and will been phased out as of v2"
87
- },
88
- {
89
- "user_agents": [
90
- "Apache-HttpClient"
91
- ],
92
- "bot": true
93
- },
94
- {
95
- "user_agents": [
96
- "^AppleCoreMedia/1\\..*iPod"
97
- ],
98
- "app": "Apple Podcasts",
99
- "device": "mp3_player",
100
- "examples": [
101
- "AppleCoreMedia/1.0.0.16G114 (iPod touch; U; CPU OS 12_4_2 like Mac OS X; en_us)"
102
- ],
103
- "os": "ios"
104
- },
105
- {
106
- "user_agents": [
107
- "^AppleCoreMedia/1\\..*Macintosh"
108
- ],
109
- "examples": [
110
- "AppleCoreMedia/1.0.0.19A583 (Macintosh; U; Intel Mac OS X 10_15; en_us)"
111
- ],
112
- "app": "Apple Podcasts",
113
- "device": "pc",
114
- "os": "macos",
115
- "description": "The Apple Podcasts app on MacOS Catalina and above",
116
- "developer_notes": "Used when progressively downloading podcasts"
117
- },
118
- {
119
- "user_agents": [
120
- "^AppleCoreMedia/1\\..*iPhone"
121
- ],
122
- "app": "Apple Podcasts",
123
- "device": "phone",
124
- "examples": [
125
- "AppleCoreMedia/1.0.0.15G77 (iPhone; U; CPU OS 11_4_1 like Mac OS X; en_us)"
126
- ],
127
- "os": "ios"
128
- },
129
- {
130
- "user_agents": [
131
- "^AppleCoreMedia/1\\..*iPad"
132
- ],
133
- "app": "Apple Podcasts",
134
- "device": "tablet",
135
- "examples": [
136
- "AppleCoreMedia/1.0.0.17A860 (iPad; U; CPU OS 13_1_2 like Mac OS X; en_us)"
137
- ],
138
- "os": "ios"
139
- },
140
- {
141
- "user_agents": [
142
- "^AppleCoreMedia/1\\..*HomePod"
143
- ],
144
- "app": "Apple Podcasts",
145
- "device": "speaker",
146
- "examples": [
147
- "AppleCoreMedia/1.0.0.16G78 (HomePod; U; CPU OS 12_4 like Mac OS X; en_us)"
148
- ],
149
- "os": "homepod_os"
150
- },
151
- {
152
- "user_agents": [
153
- "^AppleCoreMedia/1\\..*Apple TV"
154
- ],
155
- "app": "Apple Podcasts",
156
- "device": "tv",
157
- "examples": [
158
- "AppleCoreMedia/1.0.0.17J586 (Apple TV; U; CPU OS 13_0 like Mac OS X; en_us)"
159
- ],
160
- "os": "tvos"
161
- },
162
- {
163
- "user_agents": [
164
- "^AppleCoreMedia/1\\..*Apple Watch",
165
- "watchOS/"
166
- ],
167
- "app": "Apple Podcasts",
168
- "device": "watch",
169
- "examples": [
170
- "atc/1.0 watchOS/6.0.1 model/Watch4,1 hwp/t8006 build/17R605 (6; dt:190)"
171
- ],
172
- "os": "watchos"
173
- },
174
- {
175
- "user_agents": [
176
- "^Podcasts/.*\\(.*\\)",
177
- "^Balados/.*\\(.*\\)",
178
- "^Podcasti/.*\\(.*\\)",
179
- "^Podcastit/.*\\(.*\\)",
180
- "^Podcasturi/.*\\(.*\\)",
181
- "^Podcasty/.*\\(.*\\)",
182
- "^Podcast’ler/.*\\(.*\\)",
183
- "^Podkaster/.*\\(.*\\)",
184
- "^Podcaster/.*\\(.*\\)",
185
- "^Podcast/.*\\(.*\\)",
186
- "^Podcastok/.*\\(.*\\)",
187
- "^Подкасти/.*\\(.*\\)",
188
- "^Подкасты/.*\\(.*\\)",
189
- "^פודקאסטים/.*\\(.*\\)",
190
- "^البودكاست/.*\\(.*\\)",
191
- "^पॉडकास्ट/.*\\(.*\\)",
192
- "^พ็อดคาสท์/.*\\(.*\\)",
193
- "^播客/.*\\(.*\\)",
194
- "^팟캐스트/.*\\(.*\\)"
195
- ],
196
- "examples": [
197
- "Podcasts/1410.53 CFNetwork/1111 Darwin/19.0.0 (x86_64)",
198
- "Podcaster/1410.53 CFNetwork/1111 Darwin/19.0.0 (x86_64)"
199
- ],
200
- "app": "Apple Podcasts",
201
- "device": "pc",
202
- "os": "macos",
203
- "description": "The Apple Podcasts app on MacOS Catalina and above",
204
- "developer_notes": "Used when downloading podcasts (not progressive downloads), with support for the following languages: Arabic, Chinese, Finnish, French, English, Hebrew, Hindi, Hungarian, Korean, Polish, Romanian, Russian, Serbian, Slovenian, Swedish, Thai, Turkish."
205
- },
206
- {
207
- "user_agents": [
208
- "^Podcasts/.*\\d$",
209
- "^Balados/.*\\d$",
210
- "^Podcasti/.*\\d$",
211
- "^Podcastit/.*\\d$",
212
- "^Podcasturi/.*\\d$",
213
- "^Podcasty/.*\\d$",
214
- "^Podcast’ler/.*\\d$",
215
- "^Podkaster/.*\\d$",
216
- "^Podcaster/.*\\d$",
217
- "^Podcast/.*\\d$",
218
- "^Podcastok/.*\\d$",
219
- "^Подкасти/.*\\d$",
220
- "^Подкасты/.*\\d$",
221
- "^פודקאסטים/.*\\d$",
222
- "^البودكاست/.*\\d$",
223
- "^पॉडकास्ट/.*\\d$",
224
- "^พ็อดคาสท์/.*\\d$",
225
- "^播客/.*\\d$",
226
- "^팟캐스트/.*\\d$"
227
- ],
228
- "app": "Apple Podcasts",
229
- "os": "ios",
230
- "description": "The Apple Podcasts app on devices other than MacOS Catalina and above",
231
- "developer_notes": "Used when downloading podcasts (not progressive downloads), with support for the following languages: Arabic, Chinese, Finnish, French, English, Hebrew, Hindi, Hungarian, Korean, Polish, Romanian, Russian, Serbian, Slovenian, Swedish, Thai, Turkish",
232
- "examples": [
233
- "Podcasts/2.6",
234
- "Podcast/1150.47 CFNetwork/811.5.4 Darwin/16.6.0"
235
- ]
236
- },
237
- {
238
- "user_agents": [
239
- "^BashPodder"
240
- ],
241
- "app": "BashPodder",
242
- "device": "pc",
243
- "info_url": "http://lincgeek.org/bashpodder/"
244
- },
245
- {
246
- "user_agents": [
247
- "BBC%20Sounds/"
248
- ],
249
- "app": "BBC Sounds",
250
- "device": "phone",
251
- "examples": [
252
- "BBC%20Sounds/1.13.1.7716 CFNetwork/1107.1 Darwin/19.0.0"
253
- ],
254
- "info_url": "https://www.bbc.co.uk/sounds/help/questions/getting-started-with-bbc-sounds/sounds-intro"
255
- },
256
- {
257
- "user_agents": [
258
- "BBCiPlayerRadio/"
259
- ],
260
- "app": "BBC iPlayer Radio",
261
- "device": "phone",
262
- "examples": [
263
- "BBCiPlayerRadio/2.16.0.8764 CFNetwork/1107.1 Darwin/19.0.0"
264
- ],
265
- "info_url": "https://www.bbc.co.uk/programmes/p00zh17p"
266
- },
267
- {
268
- "user_agents": [
269
- "; BeyondPod"
270
- ],
271
- "app": "BeyondPod",
272
- "device": "phone",
273
- "examples": [
274
- "Mozilla/5.0 (Linux; U; en-us; BeyondPod 4)"
275
- ],
276
- "os": "android"
277
- },
278
- {
279
- "user_agents": [
280
- "^Bose/"
281
- ],
282
- "app": "Bose SoundTouch",
283
- "device": "speaker"
284
- },
285
- {
286
- "user_agents": [
287
- "^Breaker/"
288
- ],
289
- "app": "Breaker",
290
- "device": "phone"
291
- },
292
- {
293
- "user_agents": [
294
- "Android.+(?:B|b)rave"
295
- ],
296
- "app": "Brave",
297
- "os": "android"
298
- },
299
- {
300
- "user_agents": [
301
- "Linux.+(?:B|b)rave"
302
- ],
303
- "app": "Brave",
304
- "device": "pc",
305
- "os": "linux"
306
- },
307
- {
308
- "user_agents": [
309
- "Mac OS X.+(?:B|b)rave"
310
- ],
311
- "app": "Brave",
312
- "device": "pc",
313
- "os": "macos"
314
- },
315
- {
316
- "user_agents": [
317
- "Windows.+(?:B|b)rave"
318
- ],
319
- "app": "Brave",
320
- "device": "pc",
321
- "os": "windows"
322
- },
323
- {
324
- "user_agents": [
325
- "BroadwayPodcastNetwork/iOS"
326
- ],
327
- "app": "Broadway Podcast Network",
328
- "description": "The Broadway Podcast Network iOS App",
329
- "device": "phone",
330
- "examples": [
331
- "BroadwayPodcastNetwork/iOS"
332
- ],
333
- "os": "ios"
334
- },
335
- {
336
- "user_agents": [
337
- "CastFeedValidator"
338
- ],
339
- "app": "CastFeedValidator service",
340
- "description": "An RSS feed validation service. This downloads audio as part of its test",
341
- "bot": true,
342
- "examples": [
343
- "CastFeedValidator/3.0.8 (https://castfeedvalidator.com)"
344
- ]
345
- },
346
- {
347
- "user_agents": [
348
- "^Cast(?:b|B)ox/.+Android"
349
- ],
350
- "app": "CastBox",
351
- "device": "phone",
352
- "examples": [
353
- "CastBox/8.2.6-191015245 (Linux;Android 10) ExoPlayerLib/2.10.4"
354
- ],
355
- "os": "android"
356
- },
357
- {
358
- "user_agents": [
359
- "^Cast(?:b|B)ox/.+iOS"
360
- ],
361
- "app": "CastBox",
362
- "device": "phone",
363
- "examples": [
364
- "CastBox/8.5.1 (fm.castbox.audiobook.radio.podcast; build:11; iOS 13.1.2)"
365
- ],
366
- "os": "ios"
367
- },
368
- {
369
- "user_agents": [
370
- "^Cast(?:b|B)ox"
371
- ],
372
- "app": "CastBox",
373
- "developer_notes": "There are CastBox compatible User Agents that come without Android/iOS platform marker",
374
- "examples": [
375
- "CastBox/5.7.5-190508115.r1a805d3"
376
- ]
377
- },
378
- {
379
- "user_agents": [
380
- "^castget "
381
- ],
382
- "app": "castget",
383
- "examples": [
384
- "castget 1.2.4 (castget rss enclosure downloader)"
385
- ],
386
- "info_url": "https://castget.johndal.com/",
387
- "device": "pc"
388
- },
389
- {
390
- "user_agents": [
391
- "Castro "
392
- ],
393
- "app": "Castro",
394
- "device": "phone",
395
- "examples": [
396
- "Castro 2019.13/1167"
397
- ],
398
- "os": "ios"
399
- },
400
- {
401
- "user_agents": [
402
- "\\ CrKey/"
403
- ],
404
- "app": "Chromecast device",
405
- "device": "speaker",
406
- "os": "android"
407
- },
408
- {
409
- "user_agents": [
410
- "^Clementine "
411
- ],
412
- "app": "Clementine Music Player",
413
- "device": "pc",
414
- "info_url": "https://www.clementine-player.org/"
415
- },
416
- {
417
- "user_agents": [
418
- "^curl"
419
- ],
420
- "bot": true
421
- },
422
- {
423
- "user_agents": [
424
- "^Dalvik/"
425
- ],
426
- "examples": [
427
- "Dalvik/2.1.0 (Linux; U; Android 9; SM-N950U Build/PPR1.180610.011)"
428
- ],
429
- "os": "android"
430
- },
431
- {
432
- "user_agents": [
433
- "^datagnionbot"
434
- ],
435
- "bot": true
436
- },
437
- {
438
- "user_agents": [
439
- "Deezer/.*Android;"
440
- ],
441
- "app": "Deezer",
442
- "device": "phone",
443
- "os": "android"
444
- },
445
- {
446
- "user_agents": [
447
- "^Deezer"
448
- ],
449
- "app": "Deezer"
450
- },
451
- {
452
- "user_agents": [
453
- "DoggCatcher"
454
- ],
455
- "app": "DoggCatcher",
456
- "device": "phone",
457
- "examples": [
458
- "Mozilla/5.0 (Linux; U; Windows NT 6.1; en-us; dream) DoggCatcher"
459
- ],
460
- "os": "android"
461
- },
462
- {
463
- "user_agents": [
464
- "DotBot/1"
465
- ],
466
- "bot": true
467
- },
468
- {
469
- "user_agents": [
470
- "^doubleTwist CloudPlayer"
471
- ],
472
- "examples": [
473
- "doubleTwist CloudPlayer"
474
- ],
475
- "app": "doubleTwitch CloudPlayer",
476
- "device": "phone",
477
- "info_url": "https://www.doubletwist.com/cloudplayer",
478
- "os": "android"
479
- },
480
- {
481
- "user_agents": [
482
- "Downcast/"
483
- ],
484
- "app": "Downcast",
485
- "device": "phone",
486
- "examples": [
487
- "Downcast/2.9.42 (iPhone; iOS 12.4.1; Scale/3.00)"
488
- ],
489
- "os": "ios"
490
- },
491
- {
492
- "user_agents": [
493
- "Xbox.+Edge/"
494
- ],
495
- "app": "Edge",
496
- "device": "games_console",
497
- "os": "windows"
498
- },
499
- {
500
- "user_agents": [
501
- "Windows Phone.+Edge/"
502
- ],
503
- "app": "Edge",
504
- "device": "phone",
505
- "os": "windows"
506
- },
507
- {
508
- "user_agents": [
509
- "Windows.+Edge/"
510
- ],
511
- "app": "Edge",
512
- "device": "pc",
513
- "examples": [
514
- "Mozilla/5.0 (Windows NT 10.0; Win64; x64; WebView/3.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299"
515
- ],
516
- "os": "windows"
517
- },
518
- {
519
- "user_agents": [
520
- "^Echo/1\\."
521
- ],
522
- "device": "speaker",
523
- "os": "alexa",
524
- "svg": "amazon.svg"
525
- },
526
- {
527
- "user_agents": [
528
- "FacebookBot"
529
- ],
530
- "bot": true
531
- },
532
- {
533
- "user_agents": [
534
- "Linux.*Firefox/"
535
- ],
536
- "app": "Firefox",
537
- "device": "pc",
538
- "os": "linux"
539
- },
540
- {
541
- "user_agents": [
542
- "Mac OS X.*Firefox/"
543
- ],
544
- "app": "Firefox",
545
- "device": "pc",
546
- "os": "macos"
547
- },
548
- {
549
- "user_agents": [
550
- "Windows.*Firefox/"
551
- ],
552
- "app": "Firefox",
553
- "device": "pc",
554
- "examples": [
555
- "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0"
556
- ],
557
- "os": "windows"
558
- },
559
- {
560
- "user_agents": [
561
- "Android.*(Focus|Firefox)/"
562
- ],
563
- "app": "Firefox",
564
- "os": "android"
565
- },
566
- {
567
- "user_agents": [
568
- "iPhone.*Focus/"
569
- ],
570
- "app": "Firefox",
571
- "device": "phone",
572
- "os": "ios"
573
- },
574
- {
575
- "user_agents": [
576
- "iPad.*Focus/"
577
- ],
578
- "app": "Firefox",
579
- "device": "tablet",
580
- "os": "ios"
581
- },
582
- {
583
- "user_agents": [
584
- "^Lavf/"
585
- ],
586
- "app": "ffmpeg",
587
- "developer_notes": "This is a library used within TuneIn, VLC, ffmpeg and other programs. This is the default useragent for the ffmpeg library."
588
- },
589
- {
590
- "user_agents": [
591
- "^MAC "
592
- ],
593
- "app": "Flash",
594
- "device": "pc",
595
- "os": "macos"
596
- },
597
- {
598
- "user_agents": [
599
- "^WIN\\ "
600
- ],
601
- "app": "Flash",
602
- "device": "pc",
603
- "os": "windows"
604
- },
605
- {
606
- "user_agents": [
607
- "^foobar2000/"
608
- ],
609
- "app": "foobar2000",
610
- "examples": [
611
- "foobar2000/1.x"
612
- ],
613
- "info_url": "https://www.foobar2000.org/"
614
- },
615
- {
616
- "user_agents": [
617
- "^fyyd-poll"
618
- ],
619
- "bot": true
620
- },
621
- {
622
- "user_agents": [
623
- "^Go-http-client"
624
- ],
625
- "bot": true
626
- },
627
- {
628
- "user_agents": [
629
- "^Googlebot"
630
- ],
631
- "bot": true
632
- },
633
- {
634
- "user_agents": [
635
- "Google-Podcast"
636
- ],
637
- "bot": true
638
- },
639
- {
640
- "user_agents": [
641
- "^Google-Speech-Actions"
642
- ],
643
- "app": "Google Home",
644
- "device": "speaker",
645
- "description": "Google Podcasts on smart speakers",
646
- "os": "google_assistant"
647
- },
648
- {
649
- "user_agents": [
650
- "GoogleChirp"
651
- ],
652
- "app": "Google Podcasts",
653
- "device": "speaker",
654
- "description": "Google Podcasts on smart speakers",
655
- "os": "google_assistant"
656
- },
657
- {
658
- "user_agents": [
659
- "(?:(?:iPhone|iPad|iPod touch);.+)?GSA/",
660
- "^Podcasts$",
661
- "^GooglePodcasts/"
662
- ],
663
- "app": "Google Podcasts",
664
- "description": "Google Podcasts on iOS",
665
- "examples": [
666
- "GooglePodcasts/2.0.2%20iPod_touch/13.4.1%20hw/iPod9_1",
667
- "Mozilla/5.0 (iPhone; CPU iPhone OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/107.0.310639584 Mobile/15E148 Safari/604.1",
668
- "Mozilla/5.0 (iPod touch; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/107.0.310639584 Mobile/15E148 Safari/601.1"
669
- ],
670
- "developer_notes": "'GooglePodcasts' is the iOS app, while (?:(?:iPhone|iPad|iPod touch);.+)?GSA/ is used in the Google app when searching and playing podcasts. The first useragent was simply 'Podcasts'.",
671
- "os": "ios"
672
- },
673
- {
674
- "user_agents": [
675
- "(?:Android;.+)?GSA/"
676
- ],
677
- "app": "Google Podcasts",
678
- "os": "android",
679
- "description": "Google Podcasts on Android (the app or player)",
680
- "examples": [
681
- "Mozilla/5.0 (Linux; Android 10; Pixel 3a Build/QQ2A.200305.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.149 Mobile Safari/537.36 GSA/11.2.7.21.arm64"
682
- ],
683
- "developer_notes": "*GSA/ is used in the Google app when searching and playing podcasts, and in the Google Podcasts app"
684
- },
685
- {
686
- "user_agents": [
687
- "Linux; Android.*SM-T350"
688
- ],
689
- "device": "tablet",
690
- "os": "android"
691
- },
692
- {
693
- "user_agents": [
694
- "Android.*Chrome/"
695
- ],
696
- "app": "Google Chrome",
697
- "os": "android"
698
- },
699
- {
700
- "user_agents": [
701
- "CrOS.*Chrome/"
702
- ],
703
- "app": "Google Chrome",
704
- "device": "pc",
705
- "os": "chromeos"
706
- },
707
- {
708
- "user_agents": [
709
- "Linux.*Chrome/"
710
- ],
711
- "app": "Google Chrome",
712
- "device": "pc",
713
- "os": "linux"
714
- },
715
- {
716
- "user_agents": [
717
- "Mac OS X.*Chrome/"
718
- ],
719
- "app": "Google Chrome",
720
- "device": "pc",
721
- "examples": [
722
- "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36"
723
- ],
724
- "os": "macos"
725
- },
726
- {
727
- "user_agents": [
728
- "Windows.*Chrome/"
729
- ],
730
- "app": "Google Chrome",
731
- "device": "pc",
732
- "examples": [
733
- "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36"
734
- ],
735
- "os": "windows"
736
- },
737
- {
738
- "user_agents": [
739
- "iPad.*CriOS/"
740
- ],
741
- "app": "Google Chrome",
742
- "device": "tablet",
743
- "os": "ios"
744
- },
745
- {
746
- "user_agents": [
747
- "iPhone.*CriOS/"
748
- ],
749
- "app": "Google Chrome",
750
- "device": "phone",
751
- "os": "ios"
752
- },
753
- {
754
- "user_agents": [
755
- "^gPodder/",
756
- "^gpodder\\.net"
757
- ],
758
- "app": "gPodder",
759
- "examples": [
760
- "gPodder/3.10.8 (+http://gpodder.org/) Windows/10"
761
- ]
762
- },
763
- {
764
- "user_agents": [
765
- "^GStreamer"
766
- ],
767
- "device": "radio"
768
- },
769
- {
770
- "user_agents": [
771
- "^Guardian-iOSLive/"
772
- ],
773
- "app": "Guardian",
774
- "os": "ios"
775
- },
776
- {
777
- "user_agents": [
778
- "GuardianAndroidApp/"
779
- ],
780
- "app": "Guardian",
781
- "os": "android"
782
- },
783
- {
784
- "user_agents": [
785
- "^gvfs"
786
- ],
787
- "bot": true
788
- },
789
- {
790
- "user_agents": [
791
- "^\\+hermespod\\.com/"
792
- ],
793
- "app": "HermesPod",
794
- "device": "pc",
795
- "examples": [
796
- "+hermespod.com/v1.5.x"
797
- ],
798
- "info_url": "http://hermespod.com/",
799
- "os": "windows"
800
- },
801
- {
802
- "user_agents": [
803
- "^Himalaya/"
804
- ],
805
- "app": "Himalaya"
806
- },
807
- {
808
- "user_agents": [
809
- "^iCatcher"
810
- ],
811
- "app": "iCatcher",
812
- "device": "phone",
813
- "os": "ios"
814
- },
815
- {
816
- "user_agents": [
817
- "^iHeartRadio/"
818
- ],
819
- "app": "iHeartRadio"
820
- },
821
- {
822
- "user_agents": [
823
- "MSIE "
824
- ],
825
- "app": "Internet Explorer",
826
- "device": "pc",
827
- "examples": [
828
- "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)"
829
- ],
830
- "os": "windows"
831
- },
832
- {
833
- "user_agents": [
834
- "iTMS",
835
- "itunesstored"
836
- ],
837
- "bot": true
838
- },
839
- {
840
- "user_agents": [
841
- "^iTunes/.+Mac OS"
842
- ],
843
- "examples": [
844
- "iTunes/10.6.3 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/534.50.2"
845
- ],
846
- "app": "iTunes",
847
- "device": "pc",
848
- "info_url": "https://www.apple.com/itunes/",
849
- "os": "macos"
850
- },
851
- {
852
- "user_agents": [
853
- "^iTunes/1[12]\\."
854
- ],
855
- "examples": [
856
- "iTunes/11.4 (Windows; Microsoft Windows 7 x64 Home Premium Edition (Build 7600)) AppleWebKit/7600.1017.0.24"
857
- ],
858
- "app": "iTunes",
859
- "device": "pc",
860
- "os": "windows"
861
- },
862
- {
863
- "user_agents": [
864
- "^iTunes/4"
865
- ],
866
- "device": "speaker"
867
- },
868
- {
869
- "user_agents": [
870
- "J. River Internet Reader"
871
- ],
872
- "examples": [
873
- "Microsoft-Windows-XP/2002, UPnP/1.1, J. River Internet Reader/2.0 (compatible; Windows-Media-Player/10)"
874
- ],
875
- "app": "JRiver Media Center",
876
- "device": "pc",
877
- "info_url": "https://www.jriver.com/",
878
- "os": "windows"
879
- },
880
- {
881
- "user_agents": [
882
- "^Laughable.+iOS"
883
- ],
884
- "app": "Laughable",
885
- "device": "phone",
886
- "os": "ios"
887
- },
888
- {
889
- "user_agents": [
890
- "^com.jio.media.jiobeats.jiosaavn",
891
- "^com.jio.media.jiobeats",
892
- "^com.saavn.android",
893
- "^saavn"
894
- ],
895
- "app": "JioSaavn",
896
- "device": "phone",
897
- "info_url": "https://www.jiosaavn.com/",
898
- "description": "A music streaming and podcast app from India. Earn Your Happy!",
899
- "developer_notes": "The user-agent will start with one of the above strings followed by the app version and player version."
900
- },
901
- {
902
- "user_agents": [
903
- "^lamarr-iOS"
904
- ],
905
- "app": "The Economist",
906
- "device": "phone",
907
- "os": "ios",
908
- "examples": [
909
- "lamarr-iOS-2.20.3-116"
910
- ]
911
- },
912
- {
913
- "user_agents": [
914
- "^lamarr-android"
915
- ],
916
- "app": "The Economist",
917
- "device": "phone",
918
- "os": "android",
919
- "examples": [
920
- "lamarr-android-2.18.1-21810"
921
- ]
922
- },
923
- {
924
- "user_agents": [
925
- "LG Player"
926
- ],
927
- "device": "phone",
928
- "os": "android"
929
- },
930
- {
931
- "user_agents": [
932
- "^libwww-perl"
933
- ],
934
- "bot": true
935
- },
936
- {
937
- "user_agents": [
938
- "Listen5"
939
- ],
940
- "app": "Listen5",
941
- "device": "phone",
942
- "os": "ios"
943
- },
944
- {
945
- "user_agents": [
946
- "LivelapBot"
947
- ],
948
- "bot": true
949
- },
950
- {
951
- "user_agents": [
952
- "^Luminary/.+Android"
953
- ],
954
- "app": "Luminary",
955
- "device": "phone",
956
- "os": "android"
957
- },
958
- {
959
- "user_agents": [
960
- "^Luminary/.+iOS"
961
- ],
962
- "app": "Luminary",
963
- "device": "phone",
964
- "os": "ios"
965
- },
966
- {
967
- "user_agents": [
968
- "^MajelanApp"
969
- ],
970
- "app": "Majelan"
971
- },
972
- {
973
- "user_agents": [
974
- "^Mechanize"
975
- ],
976
- "bot": true
977
- },
978
- {
979
- "user_agents": [
980
- "^MediaMonkey"
981
- ],
982
- "app": "MediaMonkey",
983
- "device": "pc",
984
- "os": "windows"
985
- },
986
- {
987
- "user_agents": [
988
- "^Miro/.+Windows"
989
- ],
990
- "app": "Miro",
991
- "device": "pc",
992
- "examples": [
993
- "Miro/6.0 (http://www.getmiro.com/; Windows post2008Server x86)"
994
- ],
995
- "info_url": "http://www.getmiro.com/",
996
- "os": "windows"
997
- },
998
- {
999
- "user_agents": [
1000
- "MJ12bot"
1001
- ],
1002
- "bot": true
1003
- },
1004
- {
1005
- "user_agents": [
1006
- "^mpv 0\\."
1007
- ],
1008
- "app": "mpv",
1009
- "info_url": "https://mpv.io/"
1010
- },
1011
- {
1012
- "user_agents": [
1013
- "^MusicBee"
1014
- ],
1015
- "app": "MusicBee",
1016
- "device": "pc",
1017
- "examples": [
1018
- "MusicBee"
1019
- ],
1020
- "info_url": "https://getmusicbee.com/",
1021
- "os": "windows"
1022
- },
1023
- {
1024
- "user_agents": [
1025
- "^OkDownload/"
1026
- ]
1027
- },
1028
- {
1029
- "user_agents": [
1030
- "okhttp"
1031
- ],
1032
- "examples": [
1033
- "okhttp/3.11.0"
1034
- ]
1035
- },
1036
- {
1037
- "user_agents": [
1038
- "Opera/.*Android;"
1039
- ],
1040
- "app": "Opera",
1041
- "os": "android"
1042
- },
1043
- {
1044
- "user_agents": [
1045
- "Opera/.*\\(Linux"
1046
- ],
1047
- "app": "Opera",
1048
- "device": "pc",
1049
- "os": "linux"
1050
- },
1051
- {
1052
- "user_agents": [
1053
- "Opera/.*\\(Macintosh"
1054
- ],
1055
- "app": "Opera",
1056
- "device": "pc",
1057
- "os": "macos"
1058
- },
1059
- {
1060
- "user_agents": [
1061
- "Opera/.*\\(Windows"
1062
- ],
1063
- "app": "Opera",
1064
- "device": "pc",
1065
- "os": "windows"
1066
- },
1067
- {
1068
- "user_agents": [
1069
- "Opera[/ ]"
1070
- ],
1071
- "app": "Opera"
1072
- },
1073
- {
1074
- "user_agents": [
1075
- "^Overcast/"
1076
- ],
1077
- "app": "Overcast",
1078
- "examples": [
1079
- "Overcast/3.0 (+http://overcast.fm/; iOS podcast app)"
1080
- ],
1081
- "os": "ios"
1082
- },
1083
- {
1084
- "user_agents": [
1085
- "^PandoraRSSCrawler"
1086
- ],
1087
- "bot": true
1088
- },
1089
- {
1090
- "user_agents": [
1091
- "^Pandora.+Android"
1092
- ],
1093
- "app": "Pandora",
1094
- "device": "phone",
1095
- "os": "android"
1096
- },
1097
- {
1098
- "user_agents": [
1099
- "^Player FM"
1100
- ],
1101
- "app": "Player FM"
1102
- },
1103
- {
1104
- "user_agents": [
1105
- "^Pingdom"
1106
- ],
1107
- "bot": true
1108
- },
1109
- {
1110
- "user_agents": [
1111
- "^Pocket Casts",
1112
- "^PocketCasts/"
1113
- ],
1114
- "app": "Pocket Casts",
1115
- "device": "phone",
1116
- "examples": [
1117
- "Pocket Casts"
1118
- ],
1119
- "info_url": "https://www.pocketcasts.com/",
1120
- "description": "A podcast app and web player",
1121
- "developer_notes": "'PocketCasts' is a feed parser; 'Pocket Casts' is the app. There is also a web player.",
1122
- "svg": "pocketcasts.svg"
1123
- },
1124
- {
1125
- "user_agents": [
1126
- "^Podcast.*Addict/"
1127
- ],
1128
- "app": "PodcastAddict",
1129
- "device": "phone",
1130
- "examples": [
1131
- "PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 9; SM-N950U Build/PPR1.180610.011)"
1132
- ],
1133
- "os": "android"
1134
- },
1135
- {
1136
- "user_agents": [
1137
- "iOS.*The Podcast App/"
1138
- ],
1139
- "app": "The Podcast App",
1140
- "os": "ios"
1141
- },
1142
- {
1143
- "user_agents": [
1144
- "^PodcastRepublic.+Android"
1145
- ],
1146
- "app": "PodcastRepublic",
1147
- "device": "phone",
1148
- "examples": [
1149
- "PodcastRepublic/18.0 (Linux; U; Android 10;blueline/QP1A.190711.020.C3)"
1150
- ],
1151
- "os": "android"
1152
- },
1153
- {
1154
- "user_agents": [
1155
- "podCloud"
1156
- ],
1157
- "app": "PodCloud",
1158
- "description": "Le podcast, simplement. A French-language web-based podcast player.",
1159
- "bot": true,
1160
- "developer_notes": "This useragent is a bot, doing feed updates and downloading media files. It was observed every six hours. User plays will have a standard browser useragent with a referer of https://podcloud.fr/ ",
1161
- "info_url": "https://podcloud.fr"
1162
- },
1163
- {
1164
- "user_agents": [
1165
- "^Podcoin"
1166
- ],
1167
- "app": "Podcoin"
1168
- },
1169
- {
1170
- "user_agents": [
1171
- "^PodCruncher/"
1172
- ],
1173
- "app": "PodCruncher"
1174
- },
1175
- {
1176
- "user_agents": [
1177
- "^Podbean/"
1178
- ],
1179
- "app": "Podbean"
1180
- },
1181
- {
1182
- "user_agents": [
1183
- "^Podhero/"
1184
- ],
1185
- "app": "Podhero",
1186
- "bot": true,
1187
- "info_url": "https://podhero.com",
1188
- "description": "Podhero feed crawler. Supports websub."
1189
- },
1190
- {
1191
- "user_agents": [
1192
- "^Podhero/"
1193
- ],
1194
- "app": "Podhero",
1195
- "info_url": "https://podhero.com",
1196
- "description": "Podhero app on iOS and Android."
1197
- },
1198
- {
1199
- "user_agents": [
1200
- "^Podkicker"
1201
- ],
1202
- "app": "Podkicker Pro",
1203
- "os": "android"
1204
- },
1205
- {
1206
- "user_agents": [
1207
- "PodnewsBot"
1208
- ],
1209
- "app": "Podnews",
1210
- "bot": true,
1211
- "description": "Podnews runs a number of bots to read and test RSS and audio files",
1212
- "info_url": "http://podnews.net"
1213
- },
1214
- {
1215
- "user_agents": [
1216
- "Podyssey App"
1217
- ],
1218
- "app": "Podyssey",
1219
- "description": "Podyssey is a community for people that love podcasts. It's like Goodreads, but for podcasts.",
1220
- "info_url": "https://podyssey.fm"
1221
- },
1222
- {
1223
- "user_agents": [
1224
- "com.toysinboxes.Echo"
1225
- ],
1226
- "app": "Podyssey",
1227
- "description": "Podyssey is a community for people that love podcasts. It's like Goodreads, but for podcasts.",
1228
- "info_url": "https://podyssey.fm",
1229
- "os": "ios"
1230
- },
1231
- {
1232
- "user_agents": [
1233
- "fm.podyssey.podcasts"
1234
- ],
1235
- "app": "Podyssey",
1236
- "description": "Podyssey is a community for people that love podcasts. It's like Goodreads, but for podcasts.",
1237
- "info_url": "https://podyssey.fm",
1238
- "os": "android"
1239
- },
1240
- {
1241
- "user_agents": [
1242
- "python-requests"
1243
- ],
1244
- "bot": true
1245
- },
1246
- {
1247
- "user_agents": [
1248
- "^Radioplayer Android app"
1249
- ],
1250
- "app": "RadioPlayer",
1251
- "os": "android",
1252
- "description": "Radioplayer is a radio and podcast app, with country-specific versions available in selected countries.",
1253
- "info_url": "http://radioplayer.org"
1254
- },
1255
- {
1256
- "user_agents": [
1257
- "^Radioplayer iOS app"
1258
- ],
1259
- "app": "RadioPlayer",
1260
- "os": "ios",
1261
- "description": "Radioplayer is a radio and podcast app, with country-specific versions available in selected countries.",
1262
- "info_url": "http://radioplayer.org"
1263
- },
1264
- {
1265
- "user_agents": [
1266
- "^RadioPublic/android-",
1267
- "^RadioPublic Android"
1268
- ],
1269
- "app": "RadioPublic",
1270
- "description": "RadioPublic’s free, easy to use podcast player makes listening to podcasts simple, enjoyable, and fun.",
1271
- "examples": [
1272
- "RadioPublic/android-2.2"
1273
- ],
1274
- "info_url": "https://radiopublic.com/",
1275
- "svg": "radiopublic.svg",
1276
- "os": "android"
1277
- },
1278
- {
1279
- "user_agents": [
1280
- "RadioPublic iOS",
1281
- "RadioPublic.+CFNetwork",
1282
- "^RadioPublic/iOS"
1283
- ],
1284
- "app": "RadioPublic",
1285
- "description": "RadioPublic’s free, easy to use podcast player makes listening to podcasts simple, enjoyable, and fun.",
1286
- "examples": [
1287
- "RadioPublic/iOS-2.0"
1288
- ],
1289
- "info_url": "https://radiopublic.com/",
1290
- "svg": "radiopublic.svg",
1291
- "os": "ios"
1292
- },
1293
- {
1294
- "user_agents": [
1295
- "request\\.js"
1296
- ],
1297
- "bot": true
1298
- },
1299
- {
1300
- "user_agents": [
1301
- "^Roku/DVP-8.*\\(04"
1302
- ],
1303
- "device": "tv",
1304
- "os": "roku"
1305
- },
1306
- {
1307
- "user_agents": [
1308
- "^RSSRadio \\("
1309
- ],
1310
- "bot": true
1311
- },
1312
- {
1313
- "user_agents": [
1314
- "^RSSRadio7?/"
1315
- ],
1316
- "app": "RSS Radio",
1317
- "device": "phone",
1318
- "examples": [
1319
- "RSSRadio7/9252 CFNetwork/1107.1 Darwin/19.0.0"
1320
- ],
1321
- "info_url": "http://rssrad.io",
1322
- "os": "ios"
1323
- },
1324
- {
1325
- "user_agents": [
1326
- "^Ruby"
1327
- ],
1328
- "bot": true
1329
- },
1330
- {
1331
- "user_agents": [
1332
- "^SEMrushBot"
1333
- ],
1334
- "bot": true
1335
- },
1336
- {
1337
- "user_agents": [
1338
- "^Spotify/.+Linux"
1339
- ],
1340
- "app": "Spotify",
1341
- "device": "pc",
1342
- "os": "linux"
1343
- },
1344
- {
1345
- "user_agents": [
1346
- "Macintosh.+Spotify/",
1347
- "^Spotify/.+OSX"
1348
- ],
1349
- "app": "Spotify",
1350
- "device": "pc",
1351
- "os": "macos"
1352
- },
1353
- {
1354
- "user_agents": [
1355
- "Windows.+Spotify/",
1356
- "^Spotify/.+Win32"
1357
- ],
1358
- "app": "Spotify",
1359
- "device": "pc",
1360
- "os": "windows"
1361
- },
1362
- {
1363
- "user_agents": [
1364
- "^Spotify/.+Android"
1365
- ],
1366
- "app": "Spotify",
1367
- "device": "phone",
1368
- "os": "android"
1369
- },
1370
- {
1371
- "user_agents": [
1372
- "^Spotify/.*iOS"
1373
- ],
1374
- "app": "Spotify",
1375
- "device": "phone",
1376
- "os": "ios"
1377
- },
1378
- {
1379
- "user_agents": [
1380
- "^Spotify/1.0$"
1381
- ],
1382
- "bot": true,
1383
- "developer_notes": "This useragent, currently simply Spotify/1.0, is used when retrieving the RSS and audio for Spotify's catalogue. It isn't used for passthru."
1384
- },
1385
- {
1386
- "user_agents": [
1387
- "Macintosh.*AppleWebKit.*Safari/"
1388
- ],
1389
- "app": "Safari",
1390
- "device": "pc",
1391
- "os": "macos"
1392
- },
1393
- {
1394
- "user_agents": [
1395
- "Windows.*AppleWebKit.*Safari/"
1396
- ],
1397
- "app": "Safari",
1398
- "device": "pc",
1399
- "os": "windows"
1400
- },
1401
- {
1402
- "user_agents": [
1403
- "iPhone.*AppleWebKit.*Safari/"
1404
- ],
1405
- "app": "Safari",
1406
- "device": "phone",
1407
- "os": "ios"
1408
- },
1409
- {
1410
- "user_agents": [
1411
- "iPad.*AppleWebKit.*Safari/"
1412
- ],
1413
- "app": "Safari",
1414
- "device": "tablet",
1415
- "os": "ios"
1416
- },
1417
- {
1418
- "user_agents": [
1419
- "^Subcast"
1420
- ],
1421
- "app": "Subcast"
1422
- },
1423
- {
1424
- "user_agents": [
1425
- "Sonos"
1426
- ],
1427
- "app": "Sonos",
1428
- "device": "speaker",
1429
- "os": "sonos"
1430
- },
1431
- {
1432
- "user_agents": [
1433
- "^Spreaker"
1434
- ],
1435
- "app": "Spreaker"
1436
- },
1437
- {
1438
- "user_agents": [
1439
- "support@dorada.co.uk"
1440
- ],
1441
- "bot": true
1442
- },
1443
- {
1444
- "user_agents": [
1445
- "^Stitcher/Android"
1446
- ],
1447
- "app": "Stitcher",
1448
- "os": "android"
1449
- },
1450
- {
1451
- "user_agents": [
1452
- "^AlexaMediaPlayer/Stitcher"
1453
- ],
1454
- "app": "Stitcher",
1455
- "device": "speaker",
1456
- "os": "alexa"
1457
- },
1458
- {
1459
- "user_agents": [
1460
- "^Stitcher/iOS"
1461
- ],
1462
- "app": "Stitcher",
1463
- "os": "ios"
1464
- },
1465
- {
1466
- "user_agents": [
1467
- "StitcherBot"
1468
- ],
1469
- "bot": true
1470
- },
1471
- {
1472
- "user_agents": [
1473
- "^Storiyoh/"
1474
- ],
1475
- "app": "Storiyoh"
1476
- },
1477
- {
1478
- "user_agents": [
1479
- "^Swinsian/"
1480
- ],
1481
- "app": "Swinsian",
1482
- "device": "pc",
1483
- "examples": [
1484
- "Swinsian/472 CFNetwork/978.0.7 Darwin/18.7.0 (x86_64)"
1485
- ],
1486
- "info_url": "https://swinsian.com/",
1487
- "os": "macos"
1488
- },
1489
- {
1490
- "user_agents": [
1491
- "^Swoot/"
1492
- ],
1493
- "app": "Swoot",
1494
- "description": "Renamed to Podhero in June 2020"
1495
- },
1496
- {
1497
- "user_agents": [
1498
- "^Trackable/"
1499
- ],
1500
- "bot": true
1501
- },
1502
- {
1503
- "user_agents": [
1504
- "^TuneIn"
1505
- ],
1506
- "examples": [
1507
- "TuneIn Radio/24.2 (Linux;Android 10) ExoPlayerLib/2.11.4",
1508
- "TuneIn Radio/1366 CFNetwork/1121.2.2 Darwin/19.3.0",
1509
- "TuneIn Radio/18.1; iPhone12,8; iOS/13.4.1",
1510
- "TuneIn Radio Pro/1361 CFNetwork/1121.2.2 Darwin/19.3.0"
1511
- ],
1512
- "app": "TuneIn Radio",
1513
- "info_url": "https://tunein.com/",
1514
- "developer_notes": "Other versions of this app use many other user agents."
1515
- },
1516
- {
1517
- "user_agents": [
1518
- "^Twitterbot"
1519
- ],
1520
- "bot": true
1521
- },
1522
- {
1523
- "user_agents": [
1524
- "^Typhoeus"
1525
- ],
1526
- "bot": true
1527
- },
1528
- {
1529
- "user_agents": [
1530
- "^VictorReader Stream"
1531
- ],
1532
- "app": "VictorReader",
1533
- "device": "speaker",
1534
- "os": "victorreader"
1535
- },
1536
- {
1537
- "user_agents": [
1538
- "^VLC/\\d"
1539
- ],
1540
- "app": "VLC media player",
1541
- "device": "pc",
1542
- "examples": [
1543
- "VLC/3.0.8 LibVLC/3.0.8"
1544
- ],
1545
- "info_url": "https://www.videolan.org/vlc/"
1546
- },
1547
- {
1548
- "user_agents": [
1549
- "Wget"
1550
- ],
1551
- "bot": true
1552
- },
1553
- {
1554
- "user_agents": [
1555
- "^Winamp"
1556
- ],
1557
- "app": "Winamp",
1558
- "device": "pc",
1559
- "examples": [
1560
- "WinampMPEG/2.7"
1561
- ],
1562
- "os": "windows"
1563
- },
1564
- {
1565
- "user_agents": [
1566
- "^NSPlayer",
1567
- "^WMPlayer/"
1568
- ],
1569
- "app": "Windows Media Player",
1570
- "device": "pc",
1571
- "examples": [
1572
- "NSPlayer/12.00.18362.0418 WMFSDK/12.00.18362.0418"
1573
- ],
1574
- "os": "windows"
1575
- },
1576
- {
1577
- "user_agents": [
1578
- "^WordPress"
1579
- ],
1580
- "bot": true
1581
- },
1582
- {
1583
- "user_agents": [
1584
- "YandexBot"
1585
- ],
1586
- "bot": true
1587
- },
1588
- {
1589
- "user_agents": [
1590
- "^yapa/"
1591
- ],
1592
- "app": "Yapa"
1593
- },
1594
- {
1595
- "user_agents": [
1596
- "stagefright/"
1597
- ],
1598
- "os": "android"
1599
- },
1600
- {
1601
- "user_agents": [
1602
- "^^com\\.evolve\\.podcast/"
1603
- ],
1604
- "app": "The Podcast App",
1605
- "device": "phone",
1606
- "examples": [
1607
- "com.evolve.podcast/3.10.1 (iPhone; ) (build 951, iOS 13.3)"
1608
- ],
1609
- "os": "ios"
1610
- },
1611
- {
1612
- "user_agents": [
1613
- "^Podimo/.*iOS"
1614
- ],
1615
- "app": "Podimo",
1616
- "device": "phone",
1617
- "os": "ios",
1618
- "examples": [
1619
- "Podimo/1.11.3 build 121/iOS 13.3"
1620
- ],
1621
- "info_url": "https://apps.apple.com/dk/app/podimo-a-world-of-podcasts/id1476538730"
1622
- },
1623
- {
1624
- "user_agents": [
1625
- "^Podimo/.*Android"
1626
- ],
1627
- "app": "Podimo",
1628
- "device": "phone",
1629
- "os": "android",
1630
- "examples": [
1631
- "Podimo/1.11.3 build 91/Android 28"
1632
- ],
1633
- "info_url": "https://play.google.com/store/apps/details?id=com.podimo&hl=en_US"
1634
- },
1635
- {
1636
- "user_agents": [
1637
- "BingPreview/"
1638
- ],
1639
- "bot": true
1640
- },
1641
- {
1642
- "user_agents": [
1643
- "^msnbot/"
1644
- ],
1645
- "bot": true
1646
- },
1647
- {
1648
- "user_agents": [
1649
- "^Deezer Podcasters\/1\\.0"
1650
- ],
1651
- "bot": true
1652
- },
1653
- {
1654
- "user_agents": [
1655
- "^got/"
1656
- ],
1657
- "bot": true,
1658
- "info_url": "https://play.google.com/store/apps/details?id=com.podimo&hl=en_US",
1659
- "developer_notes": "Got is a HTTP library for NodeJs"
1660
- },
1661
- {
1662
- "user_agents": [
1663
- "INA dlweb"
1664
- ],
1665
- "bot": true,
1666
- "developer_notes": "Institut National de l'Audiovisuel is a repository of all French radio and television audiovisual archives."
1667
- },
1668
- {
1669
- "user_agents": [
1670
- "^SoundOn/[\\d\\.]+\\s+\\(Linux;Android",
1671
- "^SoundOn\/[^12]\\.\\d+\\.\\d+$",
1672
- "^SoundOn\/1\\.[^1][^0-2]?\\.\\d+$"
1673
- ],
1674
- "app": "SoundOn",
1675
- "device": "phone",
1676
- "examples": [
1677
- "SoundOn/1.9.17 (Linux;Android 10) ExoPlayerLib/2.9.4"
1678
- ],
1679
- "os": "android"
1680
- },
1681
- {
1682
- "user_agents": [
1683
- "^SoundOn/1\\.1[0-2]\\.\\d+$",
1684
- "^SoundOn/2\\.\\d+\\.\\d+$",
1685
- "^SoundOn/[\\d\\.]+\\s+\\(iOS"
1686
- ],
1687
- "app": "SoundOn",
1688
- "device": "phone",
1689
- "examples": [
1690
- "SoundOn/1.10.1",
1691
- "SoundOn/2.2.0",
1692
- "SoundOn/2.2.2 (iOS)"
1693
- ],
1694
- "os": "ios"
1695
- },
1696
- {
1697
- "user_agents": [
1698
- "^SoundOn/[\\d\\.]+\\s+\\(bot"
1699
- ],
1700
- "bot": true
1701
- }
1
+ [
2
+ {
3
+ "user_agents": [
4
+ "^Acast.+[Aa]ndroid"
5
+ ],
6
+ "app": "Acast",
7
+ "device": "phone",
8
+ "os": "android"
9
+ },
10
+ {
11
+ "user_agents": [
12
+ "^Acast.+iOS"
13
+ ],
14
+ "app": "Acast",
15
+ "device": "phone",
16
+ "os": "ios"
17
+ },
18
+ {
19
+ "user_agents": [
20
+ "^AdsBot-Google"
21
+ ],
22
+ "bot": true
23
+ },
24
+ {
25
+ "user_agents": [
26
+ "AhrefsBot"
27
+ ],
28
+ "bot": true
29
+ },
30
+ {
31
+ "user_agents": [
32
+ "^AlexaMediaPlayer/1\\.",
33
+ "^AlexaMediaPlayer/16\\.",
34
+ "^AlexaMediaPlayer/2\\."
35
+ ],
36
+ "app": "Alexa-enabled device",
37
+ "device": "speaker",
38
+ "os": "alexa",
39
+ "svg": "amazon.svg"
40
+ },
41
+ {
42
+ "user_agents": [
43
+ "^AmazonNewsContentService"
44
+ ],
45
+ "app": "Amazon Alexa Flash Briefing caching service",
46
+ "description": "A service which downloads, caches and normalises audio for the Flash Briefing service on Alexa-enabled devices",
47
+ "os": "alexa",
48
+ "info_url": "https://developer.amazon.com/docs/flashbriefing/flash-briefing-skill-api-feed-reference.html#performance-requirements",
49
+ "developer_notes": "Stats are available within the Alexa skills dashboard",
50
+ "svg": "amazon.svg",
51
+ "bot": true
52
+ },
53
+ {
54
+ "user_agents": [
55
+ "^AlexaMediaPlayer/5\\."
56
+ ],
57
+ "app": "Amazon Echo Dot",
58
+ "device": "speaker",
59
+ "os": "alexa",
60
+ "svg": "amazon.svg"
61
+ },
62
+ {
63
+ "user_agents": [
64
+ "Android 5.*ford/"
65
+ ],
66
+ "app": "Amazon Kindle Fire",
67
+ "device": "tablet",
68
+ "os": "android"
69
+ },
70
+ {
71
+ "user_agents": [
72
+ "^AndroidDownloadManager"
73
+ ],
74
+ "os": "android"
75
+ },
76
+ {
77
+ "user_agents": [
78
+ "^AntennaPod/",
79
+ "^de.danoeh.antennapod/"
80
+ ],
81
+ "app": "AntennaPod",
82
+ "examples": [
83
+ "de.danoeh.antennapod/1.7.3b (Linux;Android 8.0.0) ExoPlayerLib/2.9.3"
84
+ ],
85
+ "info_url": "https://github.com/AntennaPod/AntennaPod",
86
+ "os": "android",
87
+ "developer_notes": "The de.danoeh version was used when streaming only, and will been phased out as of v2"
88
+ },
89
+ {
90
+ "user_agents": [
91
+ "Apache-HttpClient"
92
+ ],
93
+ "bot": true
94
+ },
95
+ {
96
+ "user_agents": [
97
+ "^AppleCoreMedia/1\\..*iPod"
98
+ ],
99
+ "app": "Apple Podcasts",
100
+ "device": "mp3_player",
101
+ "examples": [
102
+ "AppleCoreMedia/1.0.0.16G114 (iPod touch; U; CPU OS 12_4_2 like Mac OS X; en_us)"
103
+ ],
104
+ "os": "ios"
105
+ },
106
+ {
107
+ "user_agents": [
108
+ "^AppleCoreMedia/1\\..*Macintosh"
109
+ ],
110
+ "examples": [
111
+ "AppleCoreMedia/1.0.0.19A583 (Macintosh; U; Intel Mac OS X 10_15; en_us)"
112
+ ],
113
+ "app": "Apple Podcasts",
114
+ "device": "pc",
115
+ "os": "macos",
116
+ "description": "The Apple Podcasts app on MacOS Catalina and above",
117
+ "developer_notes": "Used when progressively downloading podcasts"
118
+ },
119
+ {
120
+ "user_agents": [
121
+ "^AppleCoreMedia/1\\..*iPhone"
122
+ ],
123
+ "app": "Apple Podcasts",
124
+ "device": "phone",
125
+ "examples": [
126
+ "AppleCoreMedia/1.0.0.15G77 (iPhone; U; CPU OS 11_4_1 like Mac OS X; en_us)"
127
+ ],
128
+ "os": "ios"
129
+ },
130
+ {
131
+ "user_agents": [
132
+ "^AppleCoreMedia/1\\..*iPad"
133
+ ],
134
+ "app": "Apple Podcasts",
135
+ "device": "tablet",
136
+ "examples": [
137
+ "AppleCoreMedia/1.0.0.17A860 (iPad; U; CPU OS 13_1_2 like Mac OS X; en_us)"
138
+ ],
139
+ "os": "ios"
140
+ },
141
+ {
142
+ "user_agents": [
143
+ "^AppleCoreMedia/1\\..*HomePod"
144
+ ],
145
+ "app": "Apple Podcasts",
146
+ "device": "speaker",
147
+ "examples": [
148
+ "AppleCoreMedia/1.0.0.16G78 (HomePod; U; CPU OS 12_4 like Mac OS X; en_us)"
149
+ ],
150
+ "os": "homepod_os"
151
+ },
152
+ {
153
+ "user_agents": [
154
+ "^AppleCoreMedia/1\\..*Apple TV"
155
+ ],
156
+ "app": "Apple Podcasts",
157
+ "device": "tv",
158
+ "examples": [
159
+ "AppleCoreMedia/1.0.0.17J586 (Apple TV; U; CPU OS 13_0 like Mac OS X; en_us)"
160
+ ],
161
+ "os": "tvos"
162
+ },
163
+ {
164
+ "user_agents": [
165
+ "^AppleCoreMedia/1\\..*Apple Watch",
166
+ "watchOS/"
167
+ ],
168
+ "app": "Apple Podcasts",
169
+ "device": "watch",
170
+ "examples": [
171
+ "atc/1.0 watchOS/6.0.1 model/Watch4,1 hwp/t8006 build/17R605 (6; dt:190)"
172
+ ],
173
+ "os": "watchos"
174
+ },
175
+ {
176
+ "user_agents": [
177
+ "^Podcasts/.*\\(.*\\)",
178
+ "^Balados/.*\\(.*\\)",
179
+ "^Podcasti/.*\\(.*\\)",
180
+ "^Podcastit/.*\\(.*\\)",
181
+ "^Podcasturi/.*\\(.*\\)",
182
+ "^Podcasty/.*\\(.*\\)",
183
+ "^Podcast’ler/.*\\(.*\\)",
184
+ "^Podkaster/.*\\(.*\\)",
185
+ "^Podcaster/.*\\(.*\\)",
186
+ "^Podcast/.*\\(.*\\)",
187
+ "^Podcastok/.*\\(.*\\)",
188
+ "^Подкасти/.*\\(.*\\)",
189
+ "^Подкасты/.*\\(.*\\)",
190
+ "^פודקאסטים/.*\\(.*\\)",
191
+ "^البودكاست/.*\\(.*\\)",
192
+ "^पॉडकास्ट/.*\\(.*\\)",
193
+ "^พ็อดคาสท์/.*\\(.*\\)",
194
+ "^播客/.*\\(.*\\)",
195
+ "^팟캐스트/.*\\(.*\\)"
196
+ ],
197
+ "examples": [
198
+ "Podcasts/1410.53 CFNetwork/1111 Darwin/19.0.0 (x86_64)",
199
+ "Podcaster/1410.53 CFNetwork/1111 Darwin/19.0.0 (x86_64)"
200
+ ],
201
+ "app": "Apple Podcasts",
202
+ "device": "pc",
203
+ "os": "macos",
204
+ "description": "The Apple Podcasts app on MacOS Catalina and above",
205
+ "developer_notes": "Used when downloading podcasts (not progressive downloads), with support for the following languages: Arabic, Chinese, Finnish, French, English, Hebrew, Hindi, Hungarian, Korean, Polish, Romanian, Russian, Serbian, Slovenian, Swedish, Thai, Turkish."
206
+ },
207
+ {
208
+ "user_agents": [
209
+ "^Podcasts/.*\\d$",
210
+ "^Balados/.*\\d$",
211
+ "^Podcasti/.*\\d$",
212
+ "^Podcastit/.*\\d$",
213
+ "^Podcasturi/.*\\d$",
214
+ "^Podcasty/.*\\d$",
215
+ "^Podcast’ler/.*\\d$",
216
+ "^Podkaster/.*\\d$",
217
+ "^Podcaster/.*\\d$",
218
+ "^Podcast/.*\\d$",
219
+ "^Podcastok/.*\\d$",
220
+ "^Подкасти/.*\\d$",
221
+ "^Подкасты/.*\\d$",
222
+ "^פודקאסטים/.*\\d$",
223
+ "^البودكاست/.*\\d$",
224
+ "^पॉडकास्ट/.*\\d$",
225
+ "^พ็อดคาสท์/.*\\d$",
226
+ "^播客/.*\\d$",
227
+ "^팟캐스트/.*\\d$"
228
+ ],
229
+ "app": "Apple Podcasts",
230
+ "os": "ios",
231
+ "description": "The Apple Podcasts app on devices other than MacOS Catalina and above",
232
+ "developer_notes": "Used when downloading podcasts (not progressive downloads), with support for the following languages: Arabic, Chinese, Finnish, French, English, Hebrew, Hindi, Hungarian, Korean, Polish, Romanian, Russian, Serbian, Slovenian, Swedish, Thai, Turkish",
233
+ "examples": [
234
+ "Podcasts/2.6",
235
+ "Podcast/1150.47 CFNetwork/811.5.4 Darwin/16.6.0"
236
+ ]
237
+ },
238
+ {
239
+ "user_agents": [
240
+ "^BashPodder"
241
+ ],
242
+ "app": "BashPodder",
243
+ "device": "pc",
244
+ "info_url": "http://lincgeek.org/bashpodder/"
245
+ },
246
+ {
247
+ "user_agents": [
248
+ "BBC%20Sounds/"
249
+ ],
250
+ "app": "BBC Sounds",
251
+ "device": "phone",
252
+ "examples": [
253
+ "BBC%20Sounds/1.13.1.7716 CFNetwork/1107.1 Darwin/19.0.0"
254
+ ],
255
+ "info_url": "https://www.bbc.co.uk/sounds/help/questions/getting-started-with-bbc-sounds/sounds-intro"
256
+ },
257
+ {
258
+ "user_agents": [
259
+ "BBCiPlayerRadio/"
260
+ ],
261
+ "app": "BBC iPlayer Radio",
262
+ "device": "phone",
263
+ "examples": [
264
+ "BBCiPlayerRadio/2.16.0.8764 CFNetwork/1107.1 Darwin/19.0.0"
265
+ ],
266
+ "info_url": "https://www.bbc.co.uk/programmes/p00zh17p"
267
+ },
268
+ {
269
+ "user_agents": [
270
+ "; BeyondPod"
271
+ ],
272
+ "app": "BeyondPod",
273
+ "device": "phone",
274
+ "examples": [
275
+ "Mozilla/5.0 (Linux; U; en-us; BeyondPod 4)"
276
+ ],
277
+ "os": "android"
278
+ },
279
+ {
280
+ "user_agents": [
281
+ "^Bose/"
282
+ ],
283
+ "app": "Bose SoundTouch",
284
+ "device": "speaker"
285
+ },
286
+ {
287
+ "user_agents": [
288
+ "^Breaker/"
289
+ ],
290
+ "app": "Breaker",
291
+ "device": "phone"
292
+ },
293
+ {
294
+ "user_agents": [
295
+ "Android.+(?:B|b)rave"
296
+ ],
297
+ "app": "Brave",
298
+ "os": "android"
299
+ },
300
+ {
301
+ "user_agents": [
302
+ "Linux.+(?:B|b)rave"
303
+ ],
304
+ "app": "Brave",
305
+ "device": "pc",
306
+ "os": "linux"
307
+ },
308
+ {
309
+ "user_agents": [
310
+ "Mac OS X.+(?:B|b)rave"
311
+ ],
312
+ "app": "Brave",
313
+ "device": "pc",
314
+ "os": "macos"
315
+ },
316
+ {
317
+ "user_agents": [
318
+ "Windows.+(?:B|b)rave"
319
+ ],
320
+ "app": "Brave",
321
+ "device": "pc",
322
+ "os": "windows"
323
+ },
324
+ {
325
+ "user_agents": [
326
+ "BroadwayPodcastNetwork/iOS"
327
+ ],
328
+ "app": "Broadway Podcast Network",
329
+ "description": "The Broadway Podcast Network iOS App",
330
+ "device": "phone",
331
+ "examples": [
332
+ "BroadwayPodcastNetwork/iOS"
333
+ ],
334
+ "os": "ios"
335
+ },
336
+ {
337
+ "user_agents": [
338
+ "^Cast(?:b|B)ox/.+Android"
339
+ ],
340
+ "app": "CastBox",
341
+ "device": "phone",
342
+ "examples": [
343
+ "CastBox/8.2.6-191015245 (Linux;Android 10) ExoPlayerLib/2.10.4"
344
+ ],
345
+ "os": "android"
346
+ },
347
+ {
348
+ "user_agents": [
349
+ "^Cast(?:b|B)ox/.+iOS"
350
+ ],
351
+ "app": "CastBox",
352
+ "device": "phone",
353
+ "examples": [
354
+ "CastBox/8.5.1 (fm.castbox.audiobook.radio.podcast; build:11; iOS 13.1.2)"
355
+ ],
356
+ "os": "ios"
357
+ },
358
+ {
359
+ "user_agents": [
360
+ "^Cast(?:b|B)ox"
361
+ ],
362
+ "app": "CastBox",
363
+ "developer_notes": "There are CastBox compatible User Agents that come without Android/iOS platform marker",
364
+ "examples": [
365
+ "CastBox/5.7.5-190508115.r1a805d3"
366
+ ]
367
+ },
368
+ {
369
+ "user_agents": [
370
+ "^castget "
371
+ ],
372
+ "app": "castget",
373
+ "examples": [
374
+ "castget 1.2.4 (castget rss enclosure downloader)"
375
+ ],
376
+ "info_url": "https://castget.johndal.com/",
377
+ "device": "pc"
378
+ },
379
+ {
380
+ "user_agents": [
381
+ "Castro "
382
+ ],
383
+ "app": "Castro",
384
+ "device": "phone",
385
+ "examples": [
386
+ "Castro 2019.13/1167"
387
+ ],
388
+ "os": "ios"
389
+ },
390
+ {
391
+ "user_agents": [
392
+ "\\ CrKey/"
393
+ ],
394
+ "app": "Chromecast device",
395
+ "device": "speaker",
396
+ "os": "android"
397
+ },
398
+ {
399
+ "user_agents": [
400
+ "^Clementine "
401
+ ],
402
+ "app": "Clementine Music Player",
403
+ "device": "pc",
404
+ "info_url": "https://www.clementine-player.org/"
405
+ },
406
+ {
407
+ "user_agents": [
408
+ "^curl"
409
+ ],
410
+ "bot": true
411
+ },
412
+ {
413
+ "user_agents": [
414
+ "^Dalvik/"
415
+ ],
416
+ "examples": [
417
+ "Dalvik/2.1.0 (Linux; U; Android 9; SM-N950U Build/PPR1.180610.011)"
418
+ ],
419
+ "os": "android"
420
+ },
421
+ {
422
+ "user_agents": [
423
+ "^datagnionbot"
424
+ ],
425
+ "bot": true
426
+ },
427
+ {
428
+ "user_agents": [
429
+ "Deezer/.*Android;"
430
+ ],
431
+ "app": "Deezer",
432
+ "device": "phone",
433
+ "os": "android",
434
+ "examples": [
435
+ "Deezer/6.2.2.80 (Android; 9; Mobile; fr) samsung SM-G950F",
436
+ "Deezer/6.2.3.96 (Android; 10; Mobile; fr) samsung SM-A405FN"
437
+ ],
438
+ "info_url": "https://play.google.com/store/apps/details?id=deezer.android.app"
439
+ },
440
+ {
441
+ "user_agents": [
442
+ "^Deezer/.*CFNetwork/"
443
+ ],
444
+ "app": "Deezer",
445
+ "os": "ios",
446
+ "examples": [
447
+ "Deezer/8.13.0.4 CFNetwork/1125.2 Darwin/19.4.0"
448
+ ],
449
+ "info_url": "https://apps.apple.com/us/app/deezer-music-podcast-player/id292738169"
450
+ },
451
+ {
452
+ "user_agents": [
453
+ "^Deezer"
454
+ ],
455
+ "app": "Deezer",
456
+ "examples": [
457
+ "Deezer/4.20.0 (Electron; windows/10.0.18362; Desktop; fr)",
458
+ "Deezer/4.20.0 (Electron; osx/10.14.6; Desktop; fr)"
459
+ ]
460
+ },
461
+ {
462
+ "user_agents": [
463
+ "DoggCatcher"
464
+ ],
465
+ "app": "DoggCatcher",
466
+ "device": "phone",
467
+ "examples": [
468
+ "Mozilla/5.0 (Linux; U; Windows NT 6.1; en-us; dream) DoggCatcher"
469
+ ],
470
+ "os": "android"
471
+ },
472
+ {
473
+ "user_agents": [
474
+ "DotBot/1"
475
+ ],
476
+ "bot": true
477
+ },
478
+ {
479
+ "user_agents": [
480
+ "^doubleTwist CloudPlayer"
481
+ ],
482
+ "examples": [
483
+ "doubleTwist CloudPlayer"
484
+ ],
485
+ "app": "doubleTwitch CloudPlayer",
486
+ "device": "phone",
487
+ "info_url": "https://www.doubletwist.com/cloudplayer",
488
+ "os": "android"
489
+ },
490
+ {
491
+ "user_agents": [
492
+ "Downcast/"
493
+ ],
494
+ "app": "Downcast",
495
+ "device": "phone",
496
+ "examples": [
497
+ "Downcast/2.9.42 (iPhone; iOS 12.4.1; Scale/3.00)"
498
+ ],
499
+ "os": "ios"
500
+ },
501
+ {
502
+ "user_agents": [
503
+ "Xbox.+Edge/"
504
+ ],
505
+ "app": "Edge",
506
+ "device": "games_console",
507
+ "os": "windows"
508
+ },
509
+ {
510
+ "user_agents": [
511
+ "Windows Phone.+Edge/"
512
+ ],
513
+ "app": "Edge",
514
+ "device": "phone",
515
+ "os": "windows"
516
+ },
517
+ {
518
+ "user_agents": [
519
+ "Windows.+Edge/"
520
+ ],
521
+ "app": "Edge",
522
+ "device": "pc",
523
+ "examples": [
524
+ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; WebView/3.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299"
525
+ ],
526
+ "os": "windows"
527
+ },
528
+ {
529
+ "user_agents": [
530
+ "^Echo/1\\."
531
+ ],
532
+ "device": "speaker",
533
+ "os": "alexa",
534
+ "svg": "amazon.svg"
535
+ },
536
+ {
537
+ "user_agents": [
538
+ "FacebookBot"
539
+ ],
540
+ "bot": true
541
+ },
542
+ {
543
+ "user_agents": [
544
+ "Linux.*Firefox/"
545
+ ],
546
+ "app": "Firefox",
547
+ "device": "pc",
548
+ "os": "linux"
549
+ },
550
+ {
551
+ "user_agents": [
552
+ "Mac OS X.*Firefox/"
553
+ ],
554
+ "app": "Firefox",
555
+ "device": "pc",
556
+ "os": "macos"
557
+ },
558
+ {
559
+ "user_agents": [
560
+ "Windows.*Firefox/"
561
+ ],
562
+ "app": "Firefox",
563
+ "device": "pc",
564
+ "examples": [
565
+ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0"
566
+ ],
567
+ "os": "windows"
568
+ },
569
+ {
570
+ "user_agents": [
571
+ "Android.*(Focus|Firefox)/"
572
+ ],
573
+ "app": "Firefox",
574
+ "os": "android"
575
+ },
576
+ {
577
+ "user_agents": [
578
+ "iPhone.*Focus/"
579
+ ],
580
+ "app": "Firefox",
581
+ "device": "phone",
582
+ "os": "ios"
583
+ },
584
+ {
585
+ "user_agents": [
586
+ "iPad.*Focus/"
587
+ ],
588
+ "app": "Firefox",
589
+ "device": "tablet",
590
+ "os": "ios"
591
+ },
592
+ {
593
+ "user_agents": [
594
+ "^Lavf/"
595
+ ],
596
+ "app": "ffmpeg",
597
+ "developer_notes": "This is a library used within TuneIn, VLC, ffmpeg and other programs. This is the default useragent for the ffmpeg library."
598
+ },
599
+ {
600
+ "user_agents": [
601
+ "^MAC "
602
+ ],
603
+ "app": "Flash",
604
+ "device": "pc",
605
+ "os": "macos"
606
+ },
607
+ {
608
+ "user_agents": [
609
+ "^WIN\\ "
610
+ ],
611
+ "app": "Flash",
612
+ "device": "pc",
613
+ "os": "windows"
614
+ },
615
+ {
616
+ "user_agents": [
617
+ "^foobar2000/"
618
+ ],
619
+ "app": "foobar2000",
620
+ "examples": [
621
+ "foobar2000/1.x"
622
+ ],
623
+ "info_url": "https://www.foobar2000.org/"
624
+ },
625
+ {
626
+ "user_agents": [
627
+ "^fyyd-poll"
628
+ ],
629
+ "bot": true
630
+ },
631
+ {
632
+ "user_agents": [
633
+ "^Go-http-client"
634
+ ],
635
+ "bot": true
636
+ },
637
+ {
638
+ "user_agents": [
639
+ "^Googlebot"
640
+ ],
641
+ "bot": true
642
+ },
643
+ {
644
+ "user_agents": [
645
+ "Google-Podcast"
646
+ ],
647
+ "bot": true
648
+ },
649
+ {
650
+ "user_agents": [
651
+ "^Google-Speech-Actions"
652
+ ],
653
+ "app": "Google Home",
654
+ "device": "speaker",
655
+ "description": "Google Podcasts on smart speakers",
656
+ "os": "google_assistant"
657
+ },
658
+ {
659
+ "user_agents": [
660
+ "GoogleChirp"
661
+ ],
662
+ "app": "Google Podcasts",
663
+ "device": "speaker",
664
+ "description": "Google Podcasts on smart speakers",
665
+ "os": "google_assistant"
666
+ },
667
+ {
668
+ "user_agents": [
669
+ "(?:(?:iPhone|iPad|iPod touch);.+)?GSA/",
670
+ "^Podcasts$",
671
+ "^GooglePodcasts/"
672
+ ],
673
+ "app": "Google Podcasts",
674
+ "description": "Google Podcasts on iOS",
675
+ "examples": [
676
+ "GooglePodcasts/2.0.2%20iPod_touch/13.4.1%20hw/iPod9_1",
677
+ "Mozilla/5.0 (iPhone; CPU iPhone OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/107.0.310639584 Mobile/15E148 Safari/604.1",
678
+ "Mozilla/5.0 (iPod touch; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/107.0.310639584 Mobile/15E148 Safari/601.1"
679
+ ],
680
+ "developer_notes": "'GooglePodcasts' is the iOS app, while (?:(?:iPhone|iPad|iPod touch);.+)?GSA/ is used in the Google app when searching and playing podcasts. The first useragent was simply 'Podcasts'.",
681
+ "os": "ios"
682
+ },
683
+ {
684
+ "user_agents": [
685
+ "(?:Android;.+)?GSA/"
686
+ ],
687
+ "app": "Google Podcasts",
688
+ "os": "android",
689
+ "description": "Google Podcasts on Android (the app or player)",
690
+ "examples": [
691
+ "Mozilla/5.0 (Linux; Android 10; Pixel 3a Build/QQ2A.200305.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.149 Mobile Safari/537.36 GSA/11.2.7.21.arm64"
692
+ ],
693
+ "developer_notes": "*GSA/ is used in the Google app when searching and playing podcasts, and in the Google Podcasts app"
694
+ },
695
+ {
696
+ "user_agents": [
697
+ "Linux; Android.*SM-T350"
698
+ ],
699
+ "device": "tablet",
700
+ "os": "android"
701
+ },
702
+ {
703
+ "user_agents": [
704
+ "Android.*Chrome/"
705
+ ],
706
+ "app": "Google Chrome",
707
+ "os": "android"
708
+ },
709
+ {
710
+ "user_agents": [
711
+ "CrOS.*Chrome/"
712
+ ],
713
+ "app": "Google Chrome",
714
+ "device": "pc",
715
+ "os": "chromeos"
716
+ },
717
+ {
718
+ "user_agents": [
719
+ "Linux.*Chrome/"
720
+ ],
721
+ "app": "Google Chrome",
722
+ "device": "pc",
723
+ "os": "linux"
724
+ },
725
+ {
726
+ "user_agents": [
727
+ "Mac OS X.*Chrome/"
728
+ ],
729
+ "app": "Google Chrome",
730
+ "device": "pc",
731
+ "examples": [
732
+ "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36"
733
+ ],
734
+ "os": "macos"
735
+ },
736
+ {
737
+ "user_agents": [
738
+ "Windows.*Chrome/"
739
+ ],
740
+ "app": "Google Chrome",
741
+ "device": "pc",
742
+ "examples": [
743
+ "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36"
744
+ ],
745
+ "os": "windows"
746
+ },
747
+ {
748
+ "user_agents": [
749
+ "iPad.*CriOS/"
750
+ ],
751
+ "app": "Google Chrome",
752
+ "device": "tablet",
753
+ "os": "ios"
754
+ },
755
+ {
756
+ "user_agents": [
757
+ "iPhone.*CriOS/"
758
+ ],
759
+ "app": "Google Chrome",
760
+ "device": "phone",
761
+ "os": "ios"
762
+ },
763
+ {
764
+ "user_agents": [
765
+ "^gPodder/",
766
+ "^gpodder\\.net"
767
+ ],
768
+ "app": "gPodder",
769
+ "examples": [
770
+ "gPodder/3.10.8 (+http://gpodder.org/) Windows/10"
771
+ ]
772
+ },
773
+ {
774
+ "user_agents": [
775
+ "^GStreamer"
776
+ ],
777
+ "device": "radio"
778
+ },
779
+ {
780
+ "user_agents": [
781
+ "^Guardian-iOSLive/"
782
+ ],
783
+ "app": "Guardian",
784
+ "os": "ios"
785
+ },
786
+ {
787
+ "user_agents": [
788
+ "GuardianAndroidApp/"
789
+ ],
790
+ "app": "Guardian",
791
+ "os": "android"
792
+ },
793
+ {
794
+ "user_agents": [
795
+ "^gvfs"
796
+ ],
797
+ "bot": true
798
+ },
799
+ {
800
+ "user_agents": [
801
+ "^\\+hermespod\\.com/"
802
+ ],
803
+ "app": "HermesPod",
804
+ "device": "pc",
805
+ "examples": [
806
+ "+hermespod.com/v1.5.x"
807
+ ],
808
+ "info_url": "http://hermespod.com/",
809
+ "os": "windows"
810
+ },
811
+ {
812
+ "user_agents": [
813
+ "^Himalaya/"
814
+ ],
815
+ "app": "Himalaya"
816
+ },
817
+ {
818
+ "user_agents": [
819
+ "^iCatcher"
820
+ ],
821
+ "app": "iCatcher",
822
+ "device": "phone",
823
+ "os": "ios"
824
+ },
825
+ {
826
+ "user_agents": [
827
+ "^iHeartRadio/.*Android"
828
+ ],
829
+ "app": "iHeartRadio",
830
+ "os": "android",
831
+ "examples": [
832
+ "iHeartRadio/9.19.0 (Android 10; SM-G960U Build/QP1A.190711.020)",
833
+ "iHeartRadio/9.19.0 (Android 9; SM-G950U Build/PPR1.180610.011)"
834
+ ],
835
+ "info_url": "https://play.google.com/store/apps/details?id=com.clearchannel.iheartradio.controller"
836
+ },
837
+ {
838
+ "user_agents": [
839
+ "^iHeartRadio/.* CFNetwork/",
840
+ "^iHeartRadio/.* iOS"
841
+ ],
842
+ "app": "iHeartRadio",
843
+ "os": "ios",
844
+ "examples": [
845
+ "iHeartRadio/2020052002 CFNetwork/1125.2 Darwin/19.4.0",
846
+ "iHeartRadio/9.20.0 (iPhone; iOS 13.4.1; iPhone11,8)",
847
+ "iHeartRadio/9.20.0 (iPad; iOS 13.4.1; iPad6,12)",
848
+ "iHeartRadio/9.7.0 (iPod touch; iOS 12.4.5; iPod7,1)"
849
+ ],
850
+ "info_url": "https://apps.apple.com/us/app/iheart-radio-music-podcasts/id290638154"
851
+ },
852
+ {
853
+ "user_agents": [
854
+ "MSIE "
855
+ ],
856
+ "app": "Internet Explorer",
857
+ "device": "pc",
858
+ "examples": [
859
+ "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)"
860
+ ],
861
+ "os": "windows"
862
+ },
863
+ {
864
+ "user_agents": [
865
+ "iTMS",
866
+ "itunesstored"
867
+ ],
868
+ "bot": true
869
+ },
870
+ {
871
+ "user_agents": [
872
+ "^iTunes/.+Mac OS"
873
+ ],
874
+ "examples": [
875
+ "iTunes/10.6.3 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/534.50.2"
876
+ ],
877
+ "app": "iTunes",
878
+ "device": "pc",
879
+ "info_url": "https://www.apple.com/itunes/",
880
+ "os": "macos"
881
+ },
882
+ {
883
+ "user_agents": [
884
+ "^iTunes/1[12]\\."
885
+ ],
886
+ "examples": [
887
+ "iTunes/11.4 (Windows; Microsoft Windows 7 x64 Home Premium Edition (Build 7600)) AppleWebKit/7600.1017.0.24"
888
+ ],
889
+ "app": "iTunes",
890
+ "device": "pc",
891
+ "os": "windows"
892
+ },
893
+ {
894
+ "user_agents": [
895
+ "^iTunes/4"
896
+ ],
897
+ "device": "speaker"
898
+ },
899
+ {
900
+ "user_agents": [
901
+ "J. River Internet Reader"
902
+ ],
903
+ "examples": [
904
+ "Microsoft-Windows-XP/2002, UPnP/1.1, J. River Internet Reader/2.0 (compatible; Windows-Media-Player/10)"
905
+ ],
906
+ "app": "JRiver Media Center",
907
+ "device": "pc",
908
+ "info_url": "https://www.jriver.com/",
909
+ "os": "windows"
910
+ },
911
+ {
912
+ "user_agents": [
913
+ ".*KAIOS/"
914
+ ],
915
+ "app": "KAIOS podcast app",
916
+ "device": "phone",
917
+ "os": "kaios",
918
+ "info_url": "https://kaiostech.com",
919
+ "examples": [
920
+ "Mozilla/5.0 (Mobile; LYF/F271i/LYF_F271i-000-01-20-101019; Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.5"
921
+ ],
922
+ "developer_notes": "This is a standard useragent for KaiOS, the cut-down operating system for mobile phones in developing countries. Watch out - it may also contain Android."
923
+ },
924
+ {
925
+ "user_agents": [
926
+ ".*PodLP/"
927
+ ],
928
+ "app": "PodLP podcast app for KaiOS",
929
+ "device": "phone",
930
+ "os": "kaios",
931
+ "info_url": "https://podlp.com",
932
+ "examples": [
933
+ "Mozilla/5.0 (Mobile; LYF/F271i/LYF_F271i-000-01-20-101019; Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.5 PodLP/1.3.2.0"
934
+ ],
935
+ "description": "PodLP is the first podcast app available for KaiOS smart feature phones on the KaiStore.",
936
+ "developer_notes": "Introduced in version v1.2.0.0 for limited content (downloads); available for all content after v1.3.0.0"
937
+ },
938
+ {
939
+ "user_agents": [
940
+ "^Laughable.+iOS"
941
+ ],
942
+ "app": "Laughable",
943
+ "device": "phone",
944
+ "os": "ios"
945
+ },
946
+ {
947
+ "user_agents": [
948
+ "^com.jio.media.jiobeats.jiosaavn",
949
+ "^com.jio.media.jiobeats",
950
+ "^com.saavn.android",
951
+ "^saavn"
952
+ ],
953
+ "app": "JioSaavn",
954
+ "device": "phone",
955
+ "info_url": "https://www.jiosaavn.com/",
956
+ "description": "A music streaming and podcast app from India. Earn Your Happy!",
957
+ "developer_notes": "The user-agent will start with one of the above strings followed by the app version and player version."
958
+ },
959
+ {
960
+ "user_agents": [
961
+ "^lamarr-iOS",
962
+ "^TheEconomist-Lamarr-ios"
963
+ ],
964
+ "app": "The Economist",
965
+ "device": "phone",
966
+ "os": "ios",
967
+ "examples": [
968
+ "lamarr-iOS-2.20.3-116",
969
+ "TheEconomist-Lamarr-ios-2.22.2-12002"
970
+ ]
971
+ },
972
+ {
973
+ "user_agents": [
974
+ "^lamarr-android",
975
+ "^TheEconomist-Lamarr-android"
976
+ ],
977
+ "app": "The Economist",
978
+ "device": "phone",
979
+ "os": "android",
980
+ "examples": [
981
+ "lamarr-android-2.18.1-21810",
982
+ "TheEconomist-Lamarr-android-2.22.2-12002"
983
+ ]
984
+ },
985
+ {
986
+ "user_agents": [
987
+ "LG Player"
988
+ ],
989
+ "device": "phone",
990
+ "os": "android"
991
+ },
992
+ {
993
+ "user_agents": [
994
+ "^libwww-perl"
995
+ ],
996
+ "bot": true
997
+ },
998
+ {
999
+ "user_agents": [
1000
+ "Listen5"
1001
+ ],
1002
+ "app": "Listen5",
1003
+ "device": "phone",
1004
+ "os": "ios"
1005
+ },
1006
+ {
1007
+ "user_agents": [
1008
+ "LivelapBot"
1009
+ ],
1010
+ "bot": true
1011
+ },
1012
+ {
1013
+ "user_agents": [
1014
+ "^Luminary/.+Android"
1015
+ ],
1016
+ "app": "Luminary",
1017
+ "device": "phone",
1018
+ "os": "android"
1019
+ },
1020
+ {
1021
+ "user_agents": [
1022
+ "^Luminary/.+iOS"
1023
+ ],
1024
+ "app": "Luminary",
1025
+ "device": "phone",
1026
+ "os": "ios"
1027
+ },
1028
+ {
1029
+ "user_agents": [
1030
+ "^MajelanApp"
1031
+ ],
1032
+ "app": "Majelan"
1033
+ },
1034
+ {
1035
+ "user_agents": [
1036
+ "^Mechanize"
1037
+ ],
1038
+ "bot": true
1039
+ },
1040
+ {
1041
+ "user_agents": [
1042
+ "^MediaMonkey"
1043
+ ],
1044
+ "app": "MediaMonkey",
1045
+ "device": "pc",
1046
+ "os": "windows"
1047
+ },
1048
+ {
1049
+ "user_agents": [
1050
+ "^Miro/.+Windows"
1051
+ ],
1052
+ "app": "Miro",
1053
+ "device": "pc",
1054
+ "examples": [
1055
+ "Miro/6.0 (http://www.getmiro.com/; Windows post2008Server x86)"
1056
+ ],
1057
+ "info_url": "http://www.getmiro.com/",
1058
+ "os": "windows"
1059
+ },
1060
+ {
1061
+ "user_agents": [
1062
+ "MJ12bot"
1063
+ ],
1064
+ "bot": true
1065
+ },
1066
+ {
1067
+ "user_agents": [
1068
+ "^mpv 0\\."
1069
+ ],
1070
+ "app": "mpv",
1071
+ "info_url": "https://mpv.io/"
1072
+ },
1073
+ {
1074
+ "user_agents": [
1075
+ "^MusicBee"
1076
+ ],
1077
+ "app": "MusicBee",
1078
+ "device": "pc",
1079
+ "examples": [
1080
+ "MusicBee"
1081
+ ],
1082
+ "info_url": "https://getmusicbee.com/",
1083
+ "os": "windows"
1084
+ },
1085
+ {
1086
+ "user_agents": [
1087
+ "^OkDownload/"
1088
+ ]
1089
+ },
1090
+ {
1091
+ "user_agents": [
1092
+ "okhttp"
1093
+ ],
1094
+ "examples": [
1095
+ "okhttp/3.11.0"
1096
+ ]
1097
+ },
1098
+ {
1099
+ "user_agents": [
1100
+ "Opera/.*Android;"
1101
+ ],
1102
+ "app": "Opera",
1103
+ "os": "android"
1104
+ },
1105
+ {
1106
+ "user_agents": [
1107
+ "Opera/.*\\(Linux"
1108
+ ],
1109
+ "app": "Opera",
1110
+ "device": "pc",
1111
+ "os": "linux"
1112
+ },
1113
+ {
1114
+ "user_agents": [
1115
+ "Opera/.*\\(Macintosh"
1116
+ ],
1117
+ "app": "Opera",
1118
+ "device": "pc",
1119
+ "os": "macos"
1120
+ },
1121
+ {
1122
+ "user_agents": [
1123
+ "Opera/.*\\(Windows"
1124
+ ],
1125
+ "app": "Opera",
1126
+ "device": "pc",
1127
+ "os": "windows"
1128
+ },
1129
+ {
1130
+ "user_agents": [
1131
+ "Opera[/ ]"
1132
+ ],
1133
+ "app": "Opera"
1134
+ },
1135
+ {
1136
+ "user_agents": [
1137
+ "^Overcast/"
1138
+ ],
1139
+ "app": "Overcast",
1140
+ "examples": [
1141
+ "Overcast/3.0 (+http://overcast.fm/; iOS podcast app)"
1142
+ ],
1143
+ "os": "ios"
1144
+ },
1145
+ {
1146
+ "user_agents": [
1147
+ "^PandoraRSSCrawler"
1148
+ ],
1149
+ "bot": true
1150
+ },
1151
+ {
1152
+ "user_agents": [
1153
+ "^Pandora.+Android"
1154
+ ],
1155
+ "app": "Pandora",
1156
+ "device": "phone",
1157
+ "os": "android"
1158
+ },
1159
+ {
1160
+ "user_agents": [
1161
+ "^Player FM"
1162
+ ],
1163
+ "app": "Player FM"
1164
+ },
1165
+ {
1166
+ "user_agents": [
1167
+ "^Pingdom"
1168
+ ],
1169
+ "bot": true
1170
+ },
1171
+ {
1172
+ "user_agents": [
1173
+ "^Pocket Casts",
1174
+ "^PocketCasts/"
1175
+ ],
1176
+ "app": "Pocket Casts",
1177
+ "device": "phone",
1178
+ "examples": [
1179
+ "Pocket Casts"
1180
+ ],
1181
+ "info_url": "https://www.pocketcasts.com/",
1182
+ "description": "A podcast app and web player",
1183
+ "developer_notes": "'PocketCasts' is a feed parser; 'Pocket Casts' is the app. There is also a web player.",
1184
+ "svg": "pocketcasts.svg"
1185
+ },
1186
+ {
1187
+ "user_agents": [
1188
+ "^Podcast.*Addict/"
1189
+ ],
1190
+ "app": "PodcastAddict",
1191
+ "device": "phone",
1192
+ "examples": [
1193
+ "PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 9; SM-N950U Build/PPR1.180610.011)"
1194
+ ],
1195
+ "os": "android"
1196
+ },
1197
+ {
1198
+ "user_agents": [
1199
+ "iOS.*The Podcast App/",
1200
+ "com.evolve.podcast/"
1201
+ ],
1202
+ "app": "The Podcast App",
1203
+ "os": "ios",
1204
+ "examples": [
1205
+ "podcast/2358 iOS/Version 13.5.1 (Build 017F80) The Podcast App/3.22.1",
1206
+ "com.evolve.podcast/3.22.1 (iPhone; ) (build 2358, iOS 13.5.1)"
1207
+ ],
1208
+ "developer_notes": "The com.evolve version of the useragent is an error, and has been reported to the developers as a bug. Caution: the beginning of their main useragent is similar to Google Podcasts."
1209
+ },
1210
+ {
1211
+ "user_agents": [
1212
+ "^PodcastRepublic.+Android"
1213
+ ],
1214
+ "app": "PodcastRepublic",
1215
+ "device": "phone",
1216
+ "examples": [
1217
+ "PodcastRepublic/18.0 (Linux; U; Android 10;blueline/QP1A.190711.020.C3)"
1218
+ ],
1219
+ "os": "android"
1220
+ },
1221
+ {
1222
+ "user_agents": [
1223
+ "podCloud"
1224
+ ],
1225
+ "app": "PodCloud",
1226
+ "description": "Le podcast, simplement. A French-language web-based podcast player.",
1227
+ "bot": true,
1228
+ "developer_notes": "This useragent is a bot, doing feed updates and downloading media files. It was observed every six hours. User plays will have a standard browser useragent with a referer of https://podcloud.fr/ ",
1229
+ "info_url": "https://podcloud.fr"
1230
+ },
1231
+ {
1232
+ "user_agents": [
1233
+ "^Podcoin"
1234
+ ],
1235
+ "app": "Podcoin"
1236
+ },
1237
+ {
1238
+ "user_agents": [
1239
+ "^PodCruncher/.* CFNetwork/"
1240
+ ],
1241
+ "app": "PodCruncher",
1242
+ "os": "ios",
1243
+ "examples": [
1244
+ "PodCruncher/3.7.1 CFNetwork/1125.2 Darwin/19.4.0",
1245
+ "PodCruncher/3.7.1 CFNetwork/978.0.7 Darwin/18.7.0"
1246
+ ],
1247
+ "info_url": "https://apps.apple.com/us/app/podcruncher-podcast-player/id421894356"
1248
+ },
1249
+ {
1250
+ "user_agents": [
1251
+ "^Podbean/Android App",
1252
+ "^Podbean/Android generic"
1253
+ ],
1254
+ "app": "Podbean",
1255
+ "os": "android",
1256
+ "examples": [
1257
+ "Podbean/Android App 7.6.4 (http://podbean.com),1927526fe23b5acf535b3e91b64cee95",
1258
+ "Podbean/Android generic 1.1.2 (http://podbean.com),9376c517335ded9a716022cc1f15c884"
1259
+ ],
1260
+ "info_url": "https://play.google.com/store/apps/details?id=com.podbean.app.podcast"
1261
+ },
1262
+ {
1263
+ "user_agents": [
1264
+ "^Podbean/iOS"
1265
+ ],
1266
+ "app": "Podbean",
1267
+ "os": "ios",
1268
+ "examples": [
1269
+ "Podbean/iOS (http://podbean.com) 5.2.0 - 19c4ff292bd09cd2ccbad22cc6755a45"
1270
+ ],
1271
+ "info_url": "https://apps.apple.com/us/app/podbean-podcast-app-player/id973361050"
1272
+ },
1273
+ {
1274
+ "user_agents": [
1275
+ "^Podhero/"
1276
+ ],
1277
+ "app": "Podhero",
1278
+ "bot": true,
1279
+ "info_url": "https://podhero.com",
1280
+ "description": "Podhero feed crawler. Supports websub."
1281
+ },
1282
+ {
1283
+ "user_agents": [
1284
+ "^Podhero/"
1285
+ ],
1286
+ "app": "Podhero",
1287
+ "info_url": "https://podhero.com",
1288
+ "description": "Podhero app on iOS and Android."
1289
+ },
1290
+ {
1291
+ "user_agents": [
1292
+ "^Podkicker"
1293
+ ],
1294
+ "app": "Podkicker Pro",
1295
+ "os": "android"
1296
+ },
1297
+ {
1298
+ "user_agents": [
1299
+ "PodLink"
1300
+ ],
1301
+ "app": "PodLink",
1302
+ "info_url": "https://pod.link/faq/crawler"
1303
+ },
1304
+ {
1305
+ "user_agents": [
1306
+ "PodnewsBot"
1307
+ ],
1308
+ "app": "Podnews",
1309
+ "bot": true,
1310
+ "description": "Podnews runs a number of bots to read and test RSS and audio files",
1311
+ "info_url": "http://podnews.net"
1312
+ },
1313
+ {
1314
+ "user_agents": [
1315
+ "Podyssey App"
1316
+ ],
1317
+ "app": "Podyssey",
1318
+ "description": "Podyssey is a community for people that love podcasts. It's like Goodreads, but for podcasts.",
1319
+ "info_url": "https://podyssey.fm"
1320
+ },
1321
+ {
1322
+ "user_agents": [
1323
+ "com.toysinboxes.Echo"
1324
+ ],
1325
+ "app": "Podyssey",
1326
+ "description": "Podyssey is a community for people that love podcasts. It's like Goodreads, but for podcasts.",
1327
+ "info_url": "https://podyssey.fm",
1328
+ "os": "ios"
1329
+ },
1330
+ {
1331
+ "user_agents": [
1332
+ "fm.podyssey.podcasts"
1333
+ ],
1334
+ "app": "Podyssey",
1335
+ "description": "Podyssey is a community for people that love podcasts. It's like Goodreads, but for podcasts.",
1336
+ "info_url": "https://podyssey.fm",
1337
+ "os": "android"
1338
+ },
1339
+ {
1340
+ "user_agents": [
1341
+ "python-requests"
1342
+ ],
1343
+ "bot": true
1344
+ },
1345
+ {
1346
+ "user_agents": [
1347
+ "^Radioplayer Android app"
1348
+ ],
1349
+ "app": "RadioPlayer",
1350
+ "os": "android",
1351
+ "description": "Radioplayer is a radio and podcast app, with country-specific versions available in selected countries.",
1352
+ "info_url": "http://radioplayer.org"
1353
+ },
1354
+ {
1355
+ "user_agents": [
1356
+ "^Radioplayer iOS app"
1357
+ ],
1358
+ "app": "RadioPlayer",
1359
+ "os": "ios",
1360
+ "description": "Radioplayer is a radio and podcast app, with country-specific versions available in selected countries.",
1361
+ "info_url": "http://radioplayer.org"
1362
+ },
1363
+ {
1364
+ "user_agents": [
1365
+ "^RadioPublic/android-",
1366
+ "^RadioPublic Android"
1367
+ ],
1368
+ "app": "RadioPublic",
1369
+ "description": "RadioPublic’s free, easy to use podcast player makes listening to podcasts simple, enjoyable, and fun.",
1370
+ "examples": [
1371
+ "RadioPublic/android-2.2"
1372
+ ],
1373
+ "info_url": "https://radiopublic.com/",
1374
+ "svg": "radiopublic.svg",
1375
+ "os": "android"
1376
+ },
1377
+ {
1378
+ "user_agents": [
1379
+ "RadioPublic iOS",
1380
+ "RadioPublic.+CFNetwork",
1381
+ "^RadioPublic/iOS"
1382
+ ],
1383
+ "app": "RadioPublic",
1384
+ "description": "RadioPublic’s free, easy to use podcast player makes listening to podcasts simple, enjoyable, and fun.",
1385
+ "examples": [
1386
+ "RadioPublic/iOS-2.0"
1387
+ ],
1388
+ "info_url": "https://radiopublic.com/",
1389
+ "svg": "radiopublic.svg",
1390
+ "os": "ios"
1391
+ },
1392
+ {
1393
+ "user_agents": [
1394
+ "request\\.js"
1395
+ ],
1396
+ "bot": true
1397
+ },
1398
+ {
1399
+ "user_agents": [
1400
+ "^Roku/DVP-8.*\\(04"
1401
+ ],
1402
+ "device": "tv",
1403
+ "os": "roku"
1404
+ },
1405
+ {
1406
+ "user_agents": [
1407
+ "^RSSRadio \\("
1408
+ ],
1409
+ "bot": true
1410
+ },
1411
+ {
1412
+ "user_agents": [
1413
+ "^RSSRadio7?/"
1414
+ ],
1415
+ "app": "RSS Radio",
1416
+ "device": "phone",
1417
+ "examples": [
1418
+ "RSSRadio7/9252 CFNetwork/1107.1 Darwin/19.0.0"
1419
+ ],
1420
+ "info_url": "http://rssrad.io",
1421
+ "os": "ios"
1422
+ },
1423
+ {
1424
+ "user_agents": [
1425
+ "^Ruby"
1426
+ ],
1427
+ "bot": true
1428
+ },
1429
+ {
1430
+ "user_agents": [
1431
+ "^SEMrushBot"
1432
+ ],
1433
+ "bot": true
1434
+ },
1435
+ {
1436
+ "user_agents": [
1437
+ "^Spotify/.+Linux"
1438
+ ],
1439
+ "app": "Spotify",
1440
+ "device": "pc",
1441
+ "os": "linux"
1442
+ },
1443
+ {
1444
+ "user_agents": [
1445
+ "Macintosh.+Spotify/",
1446
+ "^Spotify/.+OSX"
1447
+ ],
1448
+ "app": "Spotify",
1449
+ "device": "pc",
1450
+ "os": "macos"
1451
+ },
1452
+ {
1453
+ "user_agents": [
1454
+ "Windows.+Spotify/",
1455
+ "^Spotify/.+Win32"
1456
+ ],
1457
+ "app": "Spotify",
1458
+ "device": "pc",
1459
+ "os": "windows"
1460
+ },
1461
+ {
1462
+ "user_agents": [
1463
+ "^Spotify/.+Android"
1464
+ ],
1465
+ "app": "Spotify",
1466
+ "device": "phone",
1467
+ "os": "android"
1468
+ },
1469
+ {
1470
+ "user_agents": [
1471
+ "^Spotify/.*iOS"
1472
+ ],
1473
+ "app": "Spotify",
1474
+ "device": "phone",
1475
+ "os": "ios"
1476
+ },
1477
+ {
1478
+ "user_agents": [
1479
+ "^Spotify/1.0$"
1480
+ ],
1481
+ "bot": true,
1482
+ "developer_notes": "This useragent, currently simply Spotify/1.0, is used when retrieving the RSS and audio for Spotify's catalogue. It isn't used for passthru."
1483
+ },
1484
+ {
1485
+ "user_agents": [
1486
+ "Macintosh.*AppleWebKit.*Safari/"
1487
+ ],
1488
+ "app": "Safari",
1489
+ "device": "pc",
1490
+ "os": "macos"
1491
+ },
1492
+ {
1493
+ "user_agents": [
1494
+ "Windows.*AppleWebKit.*Safari/"
1495
+ ],
1496
+ "app": "Safari",
1497
+ "device": "pc",
1498
+ "os": "windows"
1499
+ },
1500
+ {
1501
+ "user_agents": [
1502
+ "iPhone.*AppleWebKit.*Safari/"
1503
+ ],
1504
+ "app": "Safari",
1505
+ "device": "phone",
1506
+ "os": "ios"
1507
+ },
1508
+ {
1509
+ "user_agents": [
1510
+ "iPad.*AppleWebKit.*Safari/"
1511
+ ],
1512
+ "app": "Safari",
1513
+ "device": "tablet",
1514
+ "os": "ios"
1515
+ },
1516
+ {
1517
+ "user_agents": [
1518
+ "^Subcast"
1519
+ ],
1520
+ "app": "Subcast"
1521
+ },
1522
+ {
1523
+ "user_agents": [
1524
+ "Sonnet"
1525
+ ],
1526
+ "app": "Sonnet",
1527
+ "description": "Sonnet is a simple, easy to use podcast app aimed at new listeners",
1528
+ "os": "android",
1529
+ "info_url": "https://sonnet.fm",
1530
+ "svg": "sonnet.svg"
1531
+ },
1532
+ {
1533
+ "user_agents": [
1534
+ "Sonos"
1535
+ ],
1536
+ "app": "Sonos",
1537
+ "device": "speaker",
1538
+ "os": "sonos"
1539
+ },
1540
+ {
1541
+ "user_agents": [
1542
+ "^Spreaker"
1543
+ ],
1544
+ "app": "Spreaker"
1545
+ },
1546
+ {
1547
+ "user_agents": [
1548
+ "support@dorada.co.uk"
1549
+ ],
1550
+ "bot": true
1551
+ },
1552
+ {
1553
+ "user_agents": [
1554
+ "^Stitcher/Android"
1555
+ ],
1556
+ "app": "Stitcher",
1557
+ "os": "android"
1558
+ },
1559
+ {
1560
+ "user_agents": [
1561
+ "^AlexaMediaPlayer/Stitcher"
1562
+ ],
1563
+ "app": "Stitcher",
1564
+ "device": "speaker",
1565
+ "os": "alexa"
1566
+ },
1567
+ {
1568
+ "user_agents": [
1569
+ "^Stitcher/iOS"
1570
+ ],
1571
+ "app": "Stitcher",
1572
+ "os": "ios"
1573
+ },
1574
+ {
1575
+ "user_agents": [
1576
+ "StitcherBot"
1577
+ ],
1578
+ "bot": true
1579
+ },
1580
+ {
1581
+ "user_agents": [
1582
+ "^Storiyoh/"
1583
+ ],
1584
+ "app": "Storiyoh"
1585
+ },
1586
+ {
1587
+ "user_agents": [
1588
+ "^Swinsian/"
1589
+ ],
1590
+ "app": "Swinsian",
1591
+ "device": "pc",
1592
+ "examples": [
1593
+ "Swinsian/472 CFNetwork/978.0.7 Darwin/18.7.0 (x86_64)"
1594
+ ],
1595
+ "info_url": "https://swinsian.com/",
1596
+ "os": "macos"
1597
+ },
1598
+ {
1599
+ "user_agents": [
1600
+ "^Swoot/"
1601
+ ],
1602
+ "app": "Swoot",
1603
+ "description": "Renamed to Podhero in June 2020"
1604
+ },
1605
+ {
1606
+ "user_agents": [
1607
+ "^Trackable/"
1608
+ ],
1609
+ "bot": true
1610
+ },
1611
+ {
1612
+ "user_agents": [
1613
+ "^TuneIn Radio/.*;Android"
1614
+ ],
1615
+ "examples": [
1616
+ "TuneIn Radio/24.2 (Linux;Android 10) ExoPlayerLib/2.11.4"
1617
+ ],
1618
+ "app": "TuneIn Radio",
1619
+ "os": "android",
1620
+ "info_url": "https://play.google.com/store/apps/details?id=tunein.player"
1621
+ },
1622
+ {
1623
+ "user_agents": [
1624
+ "^TuneIn Radio Pro/.*;Android"
1625
+ ],
1626
+ "examples": [
1627
+ "TuneIn Radio Pro/23.3.2 (Linux;Android 5.1.1) ExoPlayerLib/2.10.7"
1628
+ ],
1629
+ "app": "TuneIn Pro",
1630
+ "os": "android",
1631
+ "info_url": "https://play.google.com/store/apps/details?id=radiotime.player"
1632
+ },
1633
+ {
1634
+ "user_agents": [
1635
+ "^TuneIn(%20| )Radio/.*(CFNetwork/|iPhone)"
1636
+ ],
1637
+ "examples": [
1638
+ "TuneIn Radio/1366 CFNetwork/1121.2.2 Darwin/19.3.0",
1639
+ "TuneIn Radio/18.1; iPhone12,8; iOS/13.4.1",
1640
+ "TuneIn%20Radio/1383 CFNetwork/1125.2 Darwin/19.4.0"
1641
+ ],
1642
+ "app": "TuneIn Radio",
1643
+ "os": "ios",
1644
+ "info_url": "https://apps.apple.com/us/app/tunein-radio-live-news-music/id418987775"
1645
+ },
1646
+ {
1647
+ "user_agents": [
1648
+ "^TuneIn(%20| )Radio(%20| )Pro/.*CFNetwork/"
1649
+ ],
1650
+ "examples": [
1651
+ "TuneIn Radio Pro/1361 CFNetwork/1121.2.2 Darwin/19.3.0",
1652
+ "TuneIn%20Radio%20Pro/1383 CFNetwork/1125.2 Darwin/19.4.0"
1653
+ ],
1654
+ "app": "TuneIn Pro",
1655
+ "os": "ios",
1656
+ "info_url": "https://apps.apple.com/us/app/tunein-pro-radio-sports/id319295332"
1657
+ },
1658
+ {
1659
+ "user_agents": [
1660
+ "^TuneIn"
1661
+ ],
1662
+ "examples": [
1663
+ "TuneIn Radio"
1664
+ ],
1665
+ "app": "TuneIn Radio",
1666
+ "info_url": "https://tunein.com/",
1667
+ "developer_notes": "Other versions of this app use many other user agents."
1668
+ },
1669
+ {
1670
+ "user_agents": [
1671
+ "^Twitterbot"
1672
+ ],
1673
+ "bot": true
1674
+ },
1675
+ {
1676
+ "user_agents": [
1677
+ "^Typhoeus"
1678
+ ],
1679
+ "bot": true
1680
+ },
1681
+ {
1682
+ "user_agents": [
1683
+ "^VictorReader Stream"
1684
+ ],
1685
+ "app": "VictorReader",
1686
+ "device": "speaker",
1687
+ "os": "victorreader"
1688
+ },
1689
+ {
1690
+ "user_agents": [
1691
+ "^VLC/\\d"
1692
+ ],
1693
+ "app": "VLC media player",
1694
+ "device": "pc",
1695
+ "examples": [
1696
+ "VLC/3.0.8 LibVLC/3.0.8"
1697
+ ],
1698
+ "info_url": "https://www.videolan.org/vlc/"
1699
+ },
1700
+ {
1701
+ "user_agents": [
1702
+ "Wget"
1703
+ ],
1704
+ "bot": true
1705
+ },
1706
+ {
1707
+ "user_agents": [
1708
+ "^Winamp"
1709
+ ],
1710
+ "app": "Winamp",
1711
+ "device": "pc",
1712
+ "examples": [
1713
+ "WinampMPEG/2.7"
1714
+ ],
1715
+ "os": "windows"
1716
+ },
1717
+ {
1718
+ "user_agents": [
1719
+ "^NSPlayer",
1720
+ "^WMPlayer/"
1721
+ ],
1722
+ "app": "Windows Media Player",
1723
+ "device": "pc",
1724
+ "examples": [
1725
+ "NSPlayer/12.00.18362.0418 WMFSDK/12.00.18362.0418"
1726
+ ],
1727
+ "os": "windows"
1728
+ },
1729
+ {
1730
+ "user_agents": [
1731
+ "^WordPress"
1732
+ ],
1733
+ "bot": true
1734
+ },
1735
+ {
1736
+ "user_agents": [
1737
+ "YandexBot"
1738
+ ],
1739
+ "bot": true
1740
+ },
1741
+ {
1742
+ "user_agents": [
1743
+ "^yapa/"
1744
+ ],
1745
+ "app": "Yapa"
1746
+ },
1747
+ {
1748
+ "user_agents": [
1749
+ "stagefright/"
1750
+ ],
1751
+ "os": "android"
1752
+ },
1753
+ {
1754
+ "user_agents": [
1755
+ "^^com\\.evolve\\.podcast/"
1756
+ ],
1757
+ "app": "The Podcast App",
1758
+ "device": "phone",
1759
+ "examples": [
1760
+ "com.evolve.podcast/3.10.1 (iPhone; ) (build 951, iOS 13.3)"
1761
+ ],
1762
+ "os": "ios"
1763
+ },
1764
+ {
1765
+ "user_agents": [
1766
+ "^Podimo/.*iOS"
1767
+ ],
1768
+ "app": "Podimo",
1769
+ "device": "phone",
1770
+ "os": "ios",
1771
+ "examples": [
1772
+ "Podimo/1.11.3 build 121/iOS 13.3"
1773
+ ],
1774
+ "info_url": "https://apps.apple.com/dk/app/podimo-a-world-of-podcasts/id1476538730"
1775
+ },
1776
+ {
1777
+ "user_agents": [
1778
+ "^Podimo/.*Android"
1779
+ ],
1780
+ "app": "Podimo",
1781
+ "device": "phone",
1782
+ "os": "android",
1783
+ "examples": [
1784
+ "Podimo/1.11.3 build 91/Android 28"
1785
+ ],
1786
+ "info_url": "https://play.google.com/store/apps/details?id=com.podimo&hl=en_US"
1787
+ },
1788
+ {
1789
+ "user_agents": [
1790
+ "BingPreview/"
1791
+ ],
1792
+ "bot": true
1793
+ },
1794
+ {
1795
+ "user_agents": [
1796
+ "^msnbot/"
1797
+ ],
1798
+ "bot": true
1799
+ },
1800
+ {
1801
+ "user_agents": [
1802
+ "^Deezer Podcasters\/1\\.0"
1803
+ ],
1804
+ "bot": true
1805
+ },
1806
+ {
1807
+ "user_agents": [
1808
+ "^got/"
1809
+ ],
1810
+ "bot": true,
1811
+ "info_url": "https://play.google.com/store/apps/details?id=com.podimo&hl=en_US",
1812
+ "developer_notes": "Got is a HTTP library for NodeJs"
1813
+ },
1814
+ {
1815
+ "user_agents": [
1816
+ "INA dlweb"
1817
+ ],
1818
+ "bot": true,
1819
+ "developer_notes": "Institut National de l'Audiovisuel is a repository of all French radio and television audiovisual archives."
1820
+ },
1821
+ {
1822
+ "user_agents": [
1823
+ "^SoundOn/[\\d\\.]+\\s+\\(Linux;Android",
1824
+ "^SoundOn\/[^12]\\.\\d+\\.\\d+$",
1825
+ "^SoundOn\/1\\.[^1][^0-2]?\\.\\d+$"
1826
+ ],
1827
+ "app": "SoundOn",
1828
+ "device": "phone",
1829
+ "examples": [
1830
+ "SoundOn/1.9.17 (Linux;Android 10) ExoPlayerLib/2.9.4"
1831
+ ],
1832
+ "os": "android"
1833
+ },
1834
+ {
1835
+ "user_agents": [
1836
+ "^SoundOn/1\\.1[0-2]\\.\\d+$",
1837
+ "^SoundOn/2\\.\\d+\\.\\d+$",
1838
+ "^SoundOn/[\\d\\.]+\\s+\\(iOS"
1839
+ ],
1840
+ "app": "SoundOn",
1841
+ "device": "phone",
1842
+ "examples": [
1843
+ "SoundOn/1.10.1",
1844
+ "SoundOn/2.2.0",
1845
+ "SoundOn/2.2.2 (iOS)"
1846
+ ],
1847
+ "os": "ios"
1848
+ },
1849
+ {
1850
+ "user_agents": [
1851
+ "^SoundOn/[\\d\\.]+\\s+\\(bot"
1852
+ ],
1853
+ "bot": true
1854
+ }
1702
1855
  ]