podcast_agent_parser 0.1.4 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
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.4
4
+ version: 0.1.9
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-06-15 00:00:00.000000000 Z
11
+ date: 2021-06-24 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.
@@ -22,7 +22,7 @@ files:
22
22
  - lib/podcast_agent_parser.rb
23
23
  - lib/podcast_agent_parser/agent.rb
24
24
  - lib/podcast_agent_parser/parser.rb
25
- - vendor/opawg/user-agents.json
25
+ - vendor/opawg/rss-ua.json
26
26
  homepage: https://github.com/dan/podcast_agent_parser
27
27
  licenses:
28
28
  - MIT
@@ -1,1702 +0,0 @@
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
- }
1702
- ]