podcast_agent_parser 0.1.2 → 0.1.3
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/vendor/opawg/user-agents.json +78 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b17e692e81a51f6f45fe2c018821ef79db3ee894b06396d951de2d27fa1f256
|
|
4
|
+
data.tar.gz: 94563f6e80cedc5807f6e5d0febe560fbf1a421d4995911eccbbfdd51db42bd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c472822620f50aa3fbe27788dfbe1ea1880aa40e9f6bd9c9103dae95da6a9f8be8c2b837f93df4b498f6d42b5168a1159f5bd94d70f7d18a64a98fa78361d1a4
|
|
7
|
+
data.tar.gz: 5f1a4126e2224db2b065d916b76c0fbced60d01b9b091c62a72be87fce4a26c3519dba25053eadfcc9155de64d385e6abec3721a1d5362a4b5dd1321995fdbf2
|
data/README.md
CHANGED
|
@@ -174,7 +174,6 @@
|
|
|
174
174
|
{
|
|
175
175
|
"user_agents": [
|
|
176
176
|
"^Podcasts/.*\\(.*\\)",
|
|
177
|
-
|
|
178
177
|
"^Balados/.*\\(.*\\)",
|
|
179
178
|
"^Podcasti/.*\\(.*\\)",
|
|
180
179
|
"^Podcastit/.*\\(.*\\)",
|
|
@@ -207,7 +206,6 @@
|
|
|
207
206
|
{
|
|
208
207
|
"user_agents": [
|
|
209
208
|
"^Podcasts/.*\\d$",
|
|
210
|
-
|
|
211
209
|
"^Balados/.*\\d$",
|
|
212
210
|
"^Podcasti/.*\\d$",
|
|
213
211
|
"^Podcastit/.*\\d$",
|
|
@@ -620,6 +618,7 @@
|
|
|
620
618
|
],
|
|
621
619
|
"app": "Google Home",
|
|
622
620
|
"device": "speaker",
|
|
621
|
+
"description": "Google Podcasts on smart speakers",
|
|
623
622
|
"os": "google_assistant"
|
|
624
623
|
},
|
|
625
624
|
{
|
|
@@ -628,22 +627,29 @@
|
|
|
628
627
|
],
|
|
629
628
|
"app": "Google Podcasts",
|
|
630
629
|
"device": "speaker",
|
|
630
|
+
"description": "Google Podcasts on smart speakers",
|
|
631
631
|
"os": "google_assistant"
|
|
632
632
|
},
|
|
633
633
|
{
|
|
634
634
|
"user_agents": [
|
|
635
|
-
"iPhone;.*GSA/"
|
|
635
|
+
"iPhone;.*GSA/",
|
|
636
|
+
"^Podcasts$"
|
|
636
637
|
],
|
|
637
638
|
"app": "Google Podcasts",
|
|
638
639
|
"device": "phone",
|
|
640
|
+
"description": "Google Podcasts on iOS",
|
|
641
|
+
"developer_notes": "'Podcasts' is the iOS app, while *GSA/ is used in the Google app when searching and playing podcasts",
|
|
639
642
|
"os": "ios"
|
|
640
643
|
},
|
|
641
644
|
{
|
|
642
645
|
"user_agents": [
|
|
643
|
-
"iPad;.*GSA/"
|
|
646
|
+
"iPad;.*GSA/",
|
|
647
|
+
"^Podcasts$"
|
|
644
648
|
],
|
|
645
649
|
"app": "Google Podcasts",
|
|
646
650
|
"device": "tablet",
|
|
651
|
+
"description": "Google Podcasts on iOS",
|
|
652
|
+
"developer_notes": "'Podcasts' is the iOS app, while *GSA/ is used in the Google app when searching and playing podcasts",
|
|
647
653
|
"os": "ios"
|
|
648
654
|
},
|
|
649
655
|
{
|
|
@@ -651,7 +657,12 @@
|
|
|
651
657
|
"(?:Android;.+)?GSA/"
|
|
652
658
|
],
|
|
653
659
|
"app": "Google Podcasts",
|
|
654
|
-
"os": "android"
|
|
660
|
+
"os": "android",
|
|
661
|
+
"description": "Google Podcasts on Android (the app or player)",
|
|
662
|
+
"examples": [
|
|
663
|
+
"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"
|
|
664
|
+
],
|
|
665
|
+
"developer_notes": "*GSA/ is used in the Google app when searching and playing podcasts, and in the Google Podcasts app"
|
|
655
666
|
},
|
|
656
667
|
{
|
|
657
668
|
"user_agents": [
|
|
@@ -856,6 +867,28 @@
|
|
|
856
867
|
"device": "phone",
|
|
857
868
|
"os": "ios"
|
|
858
869
|
},
|
|
870
|
+
{
|
|
871
|
+
"user_agents": [
|
|
872
|
+
"^lamarr-iOS"
|
|
873
|
+
],
|
|
874
|
+
"app": "The Economist",
|
|
875
|
+
"device": "phone",
|
|
876
|
+
"os": "ios",
|
|
877
|
+
"examples": [
|
|
878
|
+
"lamarr-iOS-2.20.3-116"
|
|
879
|
+
]
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"user_agents": [
|
|
883
|
+
"^lamarr-android"
|
|
884
|
+
],
|
|
885
|
+
"app": "The Economist",
|
|
886
|
+
"device": "phone",
|
|
887
|
+
"os": "android",
|
|
888
|
+
"examples": [
|
|
889
|
+
"lamarr-android-2.18.1-21810"
|
|
890
|
+
]
|
|
891
|
+
},
|
|
859
892
|
{
|
|
860
893
|
"user_agents": [
|
|
861
894
|
"LG Player"
|
|
@@ -1171,10 +1204,14 @@
|
|
|
1171
1204
|
{
|
|
1172
1205
|
"user_agents": [
|
|
1173
1206
|
"RadioPublic iOS",
|
|
1174
|
-
"RadioPublic.+CFNetwork"
|
|
1207
|
+
"RadioPublic.+CFNetwork",
|
|
1208
|
+
"^RadioPublic/iOS"
|
|
1175
1209
|
],
|
|
1176
1210
|
"app": "RadioPublic",
|
|
1177
1211
|
"description": "RadioPublic’s free, easy to use podcast player makes listening to podcasts simple, enjoyable, and fun.",
|
|
1212
|
+
"examples": [
|
|
1213
|
+
"RadioPublic/iOS-2.0"
|
|
1214
|
+
],
|
|
1178
1215
|
"info_url": "https://radiopublic.com/",
|
|
1179
1216
|
"svg": "radiopublic.svg",
|
|
1180
1217
|
"os": "ios"
|
|
@@ -1475,5 +1512,40 @@
|
|
|
1475
1512
|
"stagefright/"
|
|
1476
1513
|
],
|
|
1477
1514
|
"os": "android"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"user_agents": [
|
|
1518
|
+
"^^com\\.evolve\\.podcast/"
|
|
1519
|
+
],
|
|
1520
|
+
"app": "The Podcast App",
|
|
1521
|
+
"device": "phone",
|
|
1522
|
+
"examples": [
|
|
1523
|
+
"com.evolve.podcast/3.10.1 (iPhone; ) (build 951, iOS 13.3)"
|
|
1524
|
+
],
|
|
1525
|
+
"os": "ios"
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"user_agents": [
|
|
1529
|
+
"^Podimo/.*iOS"
|
|
1530
|
+
],
|
|
1531
|
+
"app": "Podimo",
|
|
1532
|
+
"device": "phone",
|
|
1533
|
+
"os": "ios",
|
|
1534
|
+
"examples": [
|
|
1535
|
+
"Podimo/1.11.3 build 121/iOS 13.3"
|
|
1536
|
+
],
|
|
1537
|
+
"info_url": "https://apps.apple.com/dk/app/podimo-a-world-of-podcasts/id1476538730"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"user_agents": [
|
|
1541
|
+
"^Podimo/.*Android"
|
|
1542
|
+
],
|
|
1543
|
+
"app": "Podimo",
|
|
1544
|
+
"device": "phone",
|
|
1545
|
+
"os": "android",
|
|
1546
|
+
"examples": [
|
|
1547
|
+
"Podimo/1.11.3 build 91/Android 28"
|
|
1548
|
+
],
|
|
1549
|
+
"info_url": "https://play.google.com/store/apps/details?id=com.podimo&hl=en_US"
|
|
1478
1550
|
}
|
|
1479
1551
|
]
|
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
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Benjamin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-03-31 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.
|